Date: Tue, 26 Nov 2019 19:04:19 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r355118 - in stable/12: share/man/man4 sys/dev/hpt27xx Message-ID: <201911261904.xAQJ4JFr008399@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: scottl Date: Tue Nov 26 19:04:19 2019 New Revision: 355118 URL: https://svnweb.freebsd.org/changeset/base/355118 Log: Partially revert r355028. hpt27xx is not Giant-locked in FreeBSD 12.x, so is it not going to be deprecated. Reported by: imp Modified: stable/12/share/man/man4/hpt27xx.4 stable/12/sys/dev/hpt27xx/hpt27xx_osm_bsd.c Modified: stable/12/share/man/man4/hpt27xx.4 ============================================================================== --- stable/12/share/man/man4/hpt27xx.4 Tue Nov 26 18:12:13 2019 (r355117) +++ stable/12/share/man/man4/hpt27xx.4 Tue Nov 26 19:04:19 2019 (r355118) @@ -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: stable/12/sys/dev/hpt27xx/hpt27xx_osm_bsd.c ============================================================================== --- stable/12/sys/dev/hpt27xx/hpt27xx_osm_bsd.c Tue Nov 26 18:12:13 2019 (r355117) +++ stable/12/sys/dev/hpt27xx/hpt27xx_osm_bsd.c Tue Nov 26 19:04:19 2019 (r355118) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911261904.xAQJ4JFr008399>