From owner-svn-src-head@freebsd.org Fri Aug 19 21:51:44 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55194BC0CBF; Fri, 19 Aug 2016 21:51:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1515719B9; Fri, 19 Aug 2016 21:51:44 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7JLphxN017160; Fri, 19 Aug 2016 21:51:43 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7JLpgk0017152; Fri, 19 Aug 2016 21:51:42 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201608192151.u7JLpgk0017152@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Fri, 19 Aug 2016 21:51:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r304503 - in head: etc release/doc/en_US.ISO8859-1/hardware sys/conf sys/dev/wds sys/modules sys/modules/wds sys/pc98/conf sys/sparc64/conf tools/kerneldoc/subsys X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Aug 2016 21:51:44 -0000 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; - [&arch.i386;] The wds(4) driver supports the WD7000 SCSI - controller. - 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