From bc451ea420aafdebf1d55f3ca699646bd682862a Mon Sep 17 00:00:00 2001 From: Scott Long Date: Tue, 26 Nov 2019 17:25:49 +0000 Subject: [PATCH] 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 --- share/man/man4/hpt27xx.4 | 3 --- sys/dev/hpt27xx/hpt27xx_osm_bsd.c | 4 +--- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/share/man/man4/hpt27xx.4 b/share/man/man4/hpt27xx.4 index 23ed6ad46551..4ad5eaf1cffb 100644 --- a/share/man/man4/hpt27xx.4 +++ b/share/man/man4/hpt27xx.4 @@ -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 diff --git a/sys/dev/hpt27xx/hpt27xx_osm_bsd.c b/sys/dev/hpt27xx/hpt27xx_osm_bsd.c index 35cff2ab892c..aa7c14e68d88 100644 --- a/sys/dev/hpt27xx/hpt27xx_osm_bsd.c +++ b/sys/dev/hpt27xx/hpt27xx_osm_bsd.c @@ -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);