Mark hpt27xx for removal in 13.0; all CAM drivers will be Giant-free by then.

Relnotes:	yes
This commit is contained in:
Scott Long 2019-11-22 20:23:22 +00:00
parent d7a23f9f6b
commit 02d4535d2d
2 changed files with 6 additions and 1 deletions

View File

@ -44,6 +44,9 @@ 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

View File

@ -76,7 +76,9 @@ 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);