svn commit: r339567 - in head: share/man/man4 sys/conf sys/dev/advansys sys/kern

Warner Losh imp at FreeBSD.org
Mon Oct 22 02:34:49 UTC 2018


Author: imp
Date: Mon Oct 22 02:34:47 2018
New Revision: 339567
URL: https://svnweb.freebsd.org/changeset/base/339567

Log:
  Remove adv(4) and adw(4)
  
  Remove the advanssy drivers (both adv and adw). They were tagged as
  gone in 12 a while qgo. The nycbug dmesg database shows this was last
  seen in 6 and there were only a few adv sightings then (none for adw).
  
  Relnotes: yes

Deleted:
  head/share/man/man4/adv.4
  head/share/man/man4/adw.4
  head/sys/dev/advansys/adv_isa.c
  head/sys/dev/advansys/adv_pci.c
  head/sys/dev/advansys/advansys.c
  head/sys/dev/advansys/advansys.h
  head/sys/dev/advansys/advlib.c
  head/sys/dev/advansys/advlib.h
  head/sys/dev/advansys/advmcode.c
  head/sys/dev/advansys/advmcode.h
  head/sys/dev/advansys/adw_pci.c
  head/sys/dev/advansys/adwcam.c
  head/sys/dev/advansys/adwlib.c
  head/sys/dev/advansys/adwlib.h
  head/sys/dev/advansys/adwmcode.c
  head/sys/dev/advansys/adwmcode.h
  head/sys/dev/advansys/adwvar.h
Modified:
  head/share/man/man4/Makefile
  head/sys/conf/NOTES
  head/sys/conf/WITHOUT_SOURCELESS_UCODE
  head/sys/conf/files
  head/sys/conf/files.i386
  head/sys/conf/options
  head/sys/kern/Make.tags.inc

Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile	Mon Oct 22 02:34:35 2018	(r339566)
+++ head/share/man/man4/Makefile	Mon Oct 22 02:34:47 2018	(r339567)
@@ -23,8 +23,6 @@ MAN=	aac.4 \
 	${_acpi_wmi.4} \
 	ada.4 \
 	adm6996fc.4 \
-	adv.4 \
-	adw.4 \
 	ae.4 \
 	${_aesni.4} \
 	age.4 \

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Mon Oct 22 02:34:35 2018	(r339566)
+++ head/sys/conf/NOTES	Mon Oct 22 02:34:47 2018	(r339567)
@@ -1548,8 +1548,6 @@ options		TERMINAL_KERN_ATTR=(FG_LIGHTRED|BG_BLACK)
 #
 # SCSI host adapters:
 #
-# adv: All Narrow SCSI bus AdvanSys controllers.
-# adw: Second Generation AdvanSys controllers including the ADV940UW.
 # ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/
 #      19160x/29160x, aic7770/aic78xx
 # ahd: Adaptec 29320/39320 Controllers.
@@ -1581,9 +1579,6 @@ options		TERMINAL_KERN_ATTR=(FG_LIGHTRED|BG_BLACK)
 device		bt
 hint.bt.0.at="isa"
 hint.bt.0.port="0x330"
-device		adv
-hint.adv.0.at="isa"
-device		adw
 device		ahc
 device		ahd
 device		esp
@@ -1643,10 +1638,6 @@ options 	AHD_REG_PRETTY_PRINT
 
 # Bitmap of units to enable targetmode operations.
 options 	AHD_TMODE_ENABLE
-
-# The adw driver will attempt to use memory mapped I/O for all PCI
-# controllers that have it configured only if this option is set.
-options 	ADW_ALLOW_MEMIO
 
 # Options used in dev/iscsi (Software iSCSI stack)
 #

Modified: head/sys/conf/WITHOUT_SOURCELESS_UCODE
==============================================================================
--- head/sys/conf/WITHOUT_SOURCELESS_UCODE	Mon Oct 22 02:34:35 2018	(r339566)
+++ head/sys/conf/WITHOUT_SOURCELESS_UCODE	Mon Oct 22 02:34:47 2018	(r339567)
@@ -4,7 +4,6 @@
 #
 # $FreeBSD$
 
-nodevice	adw
 nodevice	bce
 nodevice	fxp
 nodevice	ispfw

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Oct 22 02:34:35 2018	(r339566)
+++ head/sys/conf/files	Mon Oct 22 02:34:47 2018	(r339567)
@@ -755,14 +755,6 @@ dev/acpica/acpi_throttle.c	optional acpi
 dev/acpica/acpi_video.c		optional acpi_video acpi
 dev/acpica/acpi_dock.c		optional acpi_dock acpi
 dev/adlink/adlink.c		optional adlink
-dev/advansys/adv_pci.c		optional adv pci
-dev/advansys/advansys.c		optional adv
-dev/advansys/advlib.c		optional adv
-dev/advansys/advmcode.c		optional adv
-dev/advansys/adw_pci.c		optional adw pci
-dev/advansys/adwcam.c		optional adw
-dev/advansys/adwlib.c		optional adw
-dev/advansys/adwmcode.c		optional adw
 dev/ae/if_ae.c			optional ae pci
 dev/age/if_age.c		optional age pci
 dev/agp/agp.c			optional agp pci

Modified: head/sys/conf/files.i386
==============================================================================
--- head/sys/conf/files.i386	Mon Oct 22 02:34:35 2018	(r339566)
+++ head/sys/conf/files.i386	Mon Oct 22 02:34:47 2018	(r339567)
@@ -151,7 +151,6 @@ dev/acpica/acpi_pci_link.c	optional acpi pci
 dev/acpica/acpi_pcib.c		optional acpi pci
 dev/acpica/acpi_pcib_acpi.c	optional acpi pci
 dev/acpica/acpi_pcib_pci.c	optional acpi pci
-dev/advansys/adv_isa.c		optional adv isa
 dev/agp/agp_ali.c		optional agp
 dev/agp/agp_amd.c		optional agp
 dev/agp/agp_amd64.c		optional agp

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Mon Oct 22 02:34:35 2018	(r339566)
+++ head/sys/conf/options	Mon Oct 22 02:34:47 2018	(r339567)
@@ -42,7 +42,6 @@ AHD_DEBUG		opt_aic79xx.h
 AHD_DEBUG_OPTS		opt_aic79xx.h
 AHD_TMODE_ENABLE	opt_aic79xx.h	
 AHD_REG_PRETTY_PRINT	opt_aic79xx.h
-ADW_ALLOW_MEMIO		opt_adw.h
 
 TWA_DEBUG		opt_twa.h
 

Modified: head/sys/kern/Make.tags.inc
==============================================================================
--- head/sys/kern/Make.tags.inc	Mon Oct 22 02:34:35 2018	(r339566)
+++ head/sys/kern/Make.tags.inc	Mon Oct 22 02:34:47 2018	(r339567)
@@ -10,8 +10,7 @@ SYS?=	${.CURDIR}/..
 # win when there is a struct tag with the same name (e.g., vmmeter).  The
 # better solution would be for ctags to generate "struct vmmeter" tags.
 
-COMM=	${SYS}/dev/advansys/*.[ch] \
-	${SYS}/sys/vnode.h \
+COMM=	${SYS}/sys/vnode.h \
 	${SYS}/dev/alc/*.[ch] \
 	${SYS}/dev/buslogic/*.[ch] \
 	${SYS}/dev/dpt/*.[ch] \
@@ -67,8 +66,7 @@ COMMDIR1= ${SYS}/conf \
 	${SYS}/vm \
 	${SYS}/sys
 
-COMMDIR2= ${SYS}/dev/advansys \
-	${SYS}/dev/alc \
+COMMDIR2= ${SYS}/dev/alc \
 	${SYS}/dev/buslogic \
 	${SYS}/dev/dpt \
 	${SYS}/dev/en \


More information about the svn-src-head mailing list