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
This commit is contained in:
parent
4065169099
commit
2502979f0d
@ -44,9 +44,6 @@ module at boot time, place the following line in
|
|||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
hpt27xx_load="YES"
|
hpt27xx_load="YES"
|
||||||
.Ed
|
.Ed
|
||||||
.Sh DEPRECATION NOTICE
|
|
||||||
This driver is scheduled for removal prior to the release of
|
|
||||||
.Fx 13.0 .
|
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -77,8 +77,6 @@ static int hpt_attach(device_t dev)
|
|||||||
PVBUS vbus;
|
PVBUS vbus;
|
||||||
PVBUS_EXT vbus_ext;
|
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)));
|
KdPrint(("hpt_attach(%d/%d/%d)", pci_get_bus(dev), pci_get_slot(dev), pci_get_function(dev)));
|
||||||
|
|
||||||
him = hpt_match(dev, 1);
|
him = hpt_match(dev, 1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user