Author: imp Date: Mon Oct 22 02:34:59 2018 New Revision: 339568 URL: https://svnweb.freebsd.org/changeset/base/339568
Log: Remove bt(4) driver The buslogic scsi driver has been tagged as gone in 12 for some time now. Remove it. The nycbug dmesg database shows only one sighting in 6 for this driver. It was very popular in the early days of the project, but that popularity seems to have died by 2004 when the nycbug database started up. Relnotes: yes Deleted: head/sys/dev/buslogic/bt.c head/sys/dev/buslogic/bt_isa.c head/sys/dev/buslogic/bt_pci.c head/sys/dev/buslogic/btreg.h Modified: head/share/man/man4/scsi.4 head/sys/conf/NOTES head/sys/conf/files head/sys/kern/Make.tags.inc head/sys/sparc64/conf/NOTES Modified: head/share/man/man4/scsi.4 ============================================================================== --- head/share/man/man4/scsi.4 Mon Oct 22 02:34:47 2018 (r339567) +++ head/share/man/man4/scsi.4 Mon Oct 22 02:34:59 2018 (r339568) @@ -348,7 +348,6 @@ for details. .Xr ahci 4 , .Xr ahd 4 , .Xr ata 4 , -.Xr bt 4 , .Xr cd 4 , .Xr ch 4 , .Xr da 4 , Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Mon Oct 22 02:34:47 2018 (r339567) +++ head/sys/conf/NOTES Mon Oct 22 02:34:59 2018 (r339568) @@ -1551,8 +1551,6 @@ options TERMINAL_KERN_ATTR=(FG_LIGHTRED|BG_BLACK) # ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/ # 19160x/29160x, aic7770/aic78xx # ahd: Adaptec 29320/39320 Controllers. -# bt: Most Buslogic controllers: including BT-445, BT-54x, BT-64x, BT-74x, -# BT-75x, BT-946, BT-948, BT-956, BT-958, SDC3211B, SDC3211F, SDC3222F # esp: Emulex ESP, NCR 53C9x and QLogic FAS families based controllers # including the AMD Am53C974 (found on devices such as the Tekram # DC-390(T)) and the Sun ESP and FAS families of controllers @@ -1572,13 +1570,6 @@ options TERMINAL_KERN_ATTR=(FG_LIGHTRED|BG_BLACK) # 53C1010-33, 53C1010-66. # trm: Tekram DC395U/UW/F DC315U adapters. -# -# Note that the order is important in order for Buslogic ISA cards to be -# probed correctly. -# -device bt -hint.bt.0.at="isa" -hint.bt.0.port="0x330" device ahc device ahd device esp Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Mon Oct 22 02:34:47 2018 (r339567) +++ head/sys/conf/files Mon Oct 22 02:34:59 2018 (r339568) @@ -1327,9 +1327,6 @@ dev/bnxt/bnxt_hwrm.c optional bnxt iflib pci dev/bnxt/bnxt_sysctl.c optional bnxt iflib pci dev/bnxt/bnxt_txrx.c optional bnxt iflib pci dev/bnxt/if_bnxt.c optional bnxt iflib pci -dev/buslogic/bt.c optional bt -dev/buslogic/bt_isa.c optional bt isa -dev/buslogic/bt_pci.c optional bt pci dev/bwi/bwimac.c optional bwi dev/bwi/bwiphy.c optional bwi dev/bwi/bwirf.c optional bwi Modified: head/sys/kern/Make.tags.inc ============================================================================== --- head/sys/kern/Make.tags.inc Mon Oct 22 02:34:47 2018 (r339567) +++ head/sys/kern/Make.tags.inc Mon Oct 22 02:34:59 2018 (r339568) @@ -12,7 +12,6 @@ SYS?= ${.CURDIR}/.. COMM= ${SYS}/sys/vnode.h \ ${SYS}/dev/alc/*.[ch] \ - ${SYS}/dev/buslogic/*.[ch] \ ${SYS}/dev/dpt/*.[ch] \ ${SYS}/dev/en/*.[ch] \ ${SYS}/dev/iicbus/*.[ch] \ @@ -67,7 +66,6 @@ COMMDIR1= ${SYS}/conf \ ${SYS}/sys COMMDIR2= ${SYS}/dev/alc \ - ${SYS}/dev/buslogic \ ${SYS}/dev/dpt \ ${SYS}/dev/en \ ${SYS}/dev/iicbus \ Modified: head/sys/sparc64/conf/NOTES ============================================================================== --- head/sys/sparc64/conf/NOTES Mon Oct 22 02:34:47 2018 (r339567) +++ head/sys/sparc64/conf/NOTES Mon Oct 22 02:34:59 2018 (r339568) @@ -119,7 +119,6 @@ nodevice snd_via8233 nodevice snd_via82c686 nodevice snd_vibes nodevice snd_uaudio -nodevice bt nodevice ep nodevice ex _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"