Author: jhb
Date: Fri Aug 19 21:51:42 2016
New Revision: 304503
URL: https://svnweb.freebsd.org/changeset/base/304503

Log:
  Remove the wds(4) driver for the WD700 ISA SCSI HBA.
  
  While this driver does do DMA, it bounce buffers all transactions through
  a single 64k buffer.  It also does not have a manpage.
  
  Relnotes:     yes

Deleted:
  head/sys/dev/wds/
  head/sys/modules/wds/
  head/tools/kerneldoc/subsys/Doxyfile-dev_wds
Modified:
  head/etc/devd.conf
  head/release/doc/en_US.ISO8859-1/hardware/article.xml
  head/sys/conf/NOTES
  head/sys/conf/files
  head/sys/modules/Makefile
  head/sys/pc98/conf/NOTES
  head/sys/sparc64/conf/NOTES

Modified: head/etc/devd.conf
==============================================================================
--- head/etc/devd.conf  Fri Aug 19 21:14:27 2016        (r304502)
+++ head/etc/devd.conf  Fri Aug 19 21:51:42 2016        (r304503)
@@ -20,7 +20,7 @@ options {
        #XXX Yes, these are gross -- imp
        set scsi-controller-regex
                "(aac|adv|adw|aha|ahb|ahc|ahd|aic|amd|amr|asr|bt|ciss|ct|dpt|\
-               esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm|wds)\
+               esp|ida|iir|ips|isp|mlx|mly|mpt|ncr|ncv|nsp|stg|sym|trm)\
                [0-9]+";
        set wifi-driver-regex
                "(ath|bwi|bwn|ipw|iwi|iwm|iwn|malo|mwl|ral|rsu|rum|run|uath|\

Modified: head/release/doc/en_US.ISO8859-1/hardware/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/hardware/article.xml       Fri Aug 19 
21:14:27 2016        (r304502)
+++ head/release/doc/en_US.ISO8859-1/hardware/article.xml       Fri Aug 19 
21:51:42 2016        (r304503)
@@ -751,9 +751,6 @@
 
       &hwlist.vpo;
 
-      <para>[&arch.i386;] The wds(4) driver supports the WD7000 SCSI
-       controller.</para>
-
       <para>With all supported SCSI controllers, full support is
        provided for SCSI-I, SCSI-II, and SCSI-III peripherals,
        including hard disks, optical disks, tape drives (including

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Fri Aug 19 21:14:27 2016        (r304502)
+++ head/sys/conf/NOTES Fri Aug 19 21:51:42 2016        (r304503)
@@ -1560,7 +1560,6 @@ options           TERMINAL_KERN_ATTR=(FG_LIGHTRED
 #      53C876, 53C885,  53C895, 53C895A, 53C896,  53C897, 53C1510D,
 #      53C1010-33, 53C1010-66.
 # trm: Tekram DC395U/UW/F DC315U adapters.
-# wds: WD7000
 
 #
 # Note that the order is important in order for Buslogic ISA/EISA cards to be
@@ -1602,11 +1601,6 @@ device           mpt
 device         ncr
 device         sym
 device         trm
-device         wds
-hint.wds.0.at="isa"
-hint.wds.0.port="0x350"
-hint.wds.0.irq="11"
-hint.wds.0.drq="6"
 
 # The aic7xxx driver will attempt to use memory mapped I/O for all PCI
 # controllers that have it configured only if this option is set. 
Unfortunately,

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Fri Aug 19 21:14:27 2016        (r304502)
+++ head/sys/conf/files Fri Aug 19 21:51:42 2016        (r304503)
@@ -2930,7 +2930,6 @@ dev/vxge/vxgehal/vxgehal-channel.c        optio
 dev/vxge/vxgehal/vxgehal-fifo.c                optional vxge
 dev/watchdog/watchdog.c                standard
 dev/wb/if_wb.c                 optional wb pci
-dev/wds/wd7000.c               optional wds isa
 dev/wi/if_wi.c                 optional wi
 dev/wi/if_wi_pccard.c          optional wi pccard
 dev/wi/if_wi_pci.c             optional wi pci

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile   Fri Aug 19 21:14:27 2016        (r304502)
+++ head/sys/modules/Makefile   Fri Aug 19 21:51:42 2016        (r304503)
@@ -390,7 +390,6 @@ SUBDIR=     \
        ${_vxge} \
        wb \
        ${_wbwd} \
-       ${_wds} \
        ${_wi} \
        ${_wl} \
        wlan \
@@ -718,7 +717,6 @@ _sbni=              sbni
 _streams=      streams
 _stg=          stg
 _svr4=         svr4
-_wds=          wds
 .if ${MACHINE} == "i386"
 .if ${MK_EISA} != "no"
 _ahb=          ahb

Modified: head/sys/pc98/conf/NOTES
==============================================================================
--- head/sys/pc98/conf/NOTES    Fri Aug 19 21:14:27 2016        (r304502)
+++ head/sys/pc98/conf/NOTES    Fri Aug 19 21:51:42 2016        (r304503)
@@ -595,7 +595,6 @@ nodevice    ahb
 nodevice       ahd
 nodevice       mpt
 nodevice       trm
-nodevice       wds
 nodevice       dpt
 nodevice       ciss
 nodevice       iir

Modified: head/sys/sparc64/conf/NOTES
==============================================================================
--- head/sys/sparc64/conf/NOTES Fri Aug 19 21:14:27 2016        (r304502)
+++ head/sys/sparc64/conf/NOTES Fri Aug 19 21:51:42 2016        (r304503)
@@ -121,7 +121,6 @@ nodevice    snd_vibes
 nodevice       snd_uaudio
 nodevice       aha
 nodevice       bt
-nodevice       wds
 nodevice       ep
 nodevice       ex
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to