Author: scottl
Date: Tue Nov 26 17:25:49 2019
New Revision: 355114
URL: https://svnweb.freebsd.org/changeset/base/355114
Log:
Revert r355021. In my haste to grep for Giant, I missed that it was in
conditional ifdefs for this driver. We will consider removing those ifdefs
in the future.
Reported by: imp
Modified:
head/share/man/man4/hpt27xx.4
head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
Modified: head/share/man/man4/hpt27xx.4
==============================================================================
--- head/share/man/man4/hpt27xx.4 Tue Nov 26 15:52:19 2019
(r355113)
+++ head/share/man/man4/hpt27xx.4 Tue Nov 26 17:25:49 2019
(r355114)
@@ -44,9 +44,6 @@ module at boot time, place the following line in
.Bd -literal -offset indent
hpt27xx_load="YES"
.Ed
-.Sh DEPRECATION NOTICE
-This driver is scheduled for removal prior to the release of
-.Fx 13.0 .
.Sh DESCRIPTION
The
.Nm
Modified: head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c
==============================================================================
--- head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c Tue Nov 26 15:52:19 2019
(r355113)
+++ head/sys/dev/hpt27xx/hpt27xx_osm_bsd.c Tue Nov 26 17:25:49 2019
(r355114)
@@ -76,9 +76,7 @@ static int hpt_attach(device_t dev)
HPT_UINT size;
PVBUS vbus;
PVBUS_EXT vbus_ext;
-
- gone_in(13, "Giant locked CAM drivers");
-
+
KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev),
pci_get_function(dev)));
him = hpt_match(dev, 1);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"