Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys remove the 'wd* at umass?' for the non-standardized and ...
details: https://anonhg.NetBSD.org/src/rev/084a541024dd
branches: trunk
changeset: 445341:084a541024dd
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Oct 23 19:58:52 2018 +0000
description:
remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support
diffstat:
sys/arch/amd64/conf/XEN3_DOM0 | 5 ++---
sys/arch/evbarm/conf/ARMADAXP | 3 +--
sys/arch/evbarm/conf/BCM5301X | 3 +--
sys/arch/evbarm/conf/BCM56340 | 3 +--
sys/arch/evbarm/conf/BEAGLEBOARDXM | 3 +--
sys/arch/evbarm/conf/BEAGLEBONE | 3 +--
sys/arch/evbarm/conf/CUBOX | 3 +--
sys/arch/evbarm/conf/DUOVERO | 3 +--
sys/arch/evbarm/conf/GEMINI | 1 -
sys/arch/evbarm/conf/GUMSTIX | 3 +--
sys/arch/evbarm/conf/HDL_G | 3 +--
sys/arch/evbarm/conf/HPT5325 | 3 +--
sys/arch/evbarm/conf/IGEPV2 | 3 +--
sys/arch/evbarm/conf/MARVELL_NAS | 3 +--
sys/arch/evbarm/conf/MINI2440 | 3 +--
sys/arch/evbarm/conf/MMNET_GENERIC | 5 ++---
sys/arch/evbarm/conf/MPCSA_GENERIC | 5 ++---
sys/arch/evbarm/conf/N900 | 3 +--
sys/arch/evbarm/conf/NSLU2 | 3 +--
sys/arch/evbarm/conf/OMAP5EVM | 3 +--
sys/arch/evbarm/conf/OPENBLOCKS_A6 | 3 +--
sys/arch/evbarm/conf/OPENBLOCKS_AX3 | 3 +--
sys/arch/evbarm/conf/OVERO | 3 +--
sys/arch/evbarm/conf/PANDABOARD | 3 +--
sys/arch/evbarm/conf/PEPPER | 3 +--
sys/arch/evbarm/conf/SHEEVAPLUG | 3 +--
sys/arch/evbarm/conf/SMDK2410 | 3 +--
sys/arch/evbarm/conf/TISDP2420 | 3 +--
sys/arch/evbarm/conf/TISDP2430 | 3 +--
sys/arch/evbarm/conf/TS7200 | 4 +---
sys/arch/evbarm/conf/TWINTAIL | 3 +--
sys/arch/evbarm/conf/VTC100 | 3 +--
sys/arch/evbmips/conf/ADM5120-USB | 5 ++---
sys/arch/evbmips/conf/RB153 | 5 ++---
sys/arch/evbmips/conf/SBMIPS | 5 ++---
sys/arch/evbmips/conf/XLSATX | 5 ++---
sys/arch/evbppc/conf/OPENBLOCKS266_OPT | 3 +--
sys/arch/evbppc/conf/PMPPC | 3 +--
sys/arch/hpcarm/conf/NETBOOKPRO | 5 ++---
sys/arch/hpcarm/conf/WZERO3 | 5 ++---
sys/arch/hppa/conf/GENERIC | 5 ++---
sys/arch/i386/conf/GENERIC_TINY | 3 +--
sys/arch/i386/conf/XEN3PAE_DOM0 | 3 +--
sys/arch/iyonix/conf/GENERIC | 5 ++---
sys/arch/landisk/conf/GENERIC | 5 ++---
sys/arch/ofppc/conf/GENERIC | 5 ++---
sys/arch/sandpoint/conf/GENERIC | 5 ++---
sys/arch/sbmips/conf/GENERIC | 5 ++---
sys/arch/sgimips/conf/GENERIC32_IP3x | 5 ++---
sys/arch/sparc64/conf/GENERIC | 5 ++---
sys/arch/x68k/conf/GENERIC | 5 ++---
sys/arch/zaurus/conf/GENERIC | 3 +--
sys/arch/zaurus/conf/INSTALL_C700 | 3 +--
sys/dev/usb/usbdevices.config | 3 +--
54 files changed, 71 insertions(+), 126 deletions(-)
diffs (truncated from 1079 to 300 lines):
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0 Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0 Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.157 2018/09/06 05:36:49 maxv Exp $
+# $NetBSD: XEN3_DOM0,v 1.158 2018/10/23 19:58:52 jdolecek Exp $
include "arch/amd64/conf/std.xen"
@@ -10,7 +10,7 @@
#options UVMHIST_PRINT
#options SYSCALL_DEBUG
-#ident "XEN3_DOM0-$Revision: 1.157 $"
+#ident "XEN3_DOM0-$Revision: 1.158 $"
maxusers 32 # estimated number of users
@@ -633,7 +633,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
# USB audio
uaudio* at uhub? port ? configuration ?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/ARMADAXP
--- a/sys/arch/evbarm/conf/ARMADAXP Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/ARMADAXP Tue Oct 23 19:58:52 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: ARMADAXP,v 1.25 2018/07/14 15:09:41 maxv Exp $
+# $NetBSD: ARMADAXP,v 1.26 2018/10/23 19:58:52 jdolecek Exp $
#
# ARMADA XP DEV BOARD
#
@@ -204,7 +204,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
scsibus* at scsi?
sd* at scsibus? target ? lun ? # SCSI disk drives
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/BCM5301X
--- a/sys/arch/evbarm/conf/BCM5301X Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/BCM5301X Tue Oct 23 19:58:52 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BCM5301X,v 1.32 2018/07/14 15:09:41 maxv Exp $
+# $NetBSD: BCM5301X,v 1.33 2018/10/23 19:58:52 jdolecek Exp $
#
# BCM5301X -- Broadcom BCM5301X Eval Board Kernel
#
@@ -244,7 +244,6 @@
umass* at uhub? port ? configuration ? interface ?
scsibus* at scsi?
sd* at scsibus? target ? lun ?
-#wd* at umass?
# USB Ethernet adapters
axe* at uhub? port ? configuration ? interface ?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/BCM56340
--- a/sys/arch/evbarm/conf/BCM56340 Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/BCM56340 Tue Oct 23 19:58:52 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BCM56340,v 1.17 2018/07/14 15:09:41 maxv Exp $
+# $NetBSD: BCM56340,v 1.18 2018/10/23 19:58:52 jdolecek Exp $
#
# BCM5301X -- Broadcom BCM5301X Eval Board Kernel
#
@@ -244,7 +244,6 @@
umass* at uhub? port ? configuration ? interface ?
scsibus* at scsi?
sd* at scsibus? target ? lun ?
-#wd* at umass?
# USB Ethernet adapters
axe* at uhub? port ? configuration ? interface ?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/BEAGLEBOARDXM
--- a/sys/arch/evbarm/conf/BEAGLEBOARDXM Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBOARDXM Tue Oct 23 19:58:52 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBOARDXM,v 1.27 2017/10/24 22:25:51 sevan Exp $
+# $NetBSD: BEAGLEBOARDXM,v 1.28 2018/10/23 19:58:52 jdolecek Exp $
#
# BEAGLEBOARD -- TI OMAP 3530 Eval Board Kernel
#
@@ -140,7 +140,6 @@
#umass* at uhub? port ? configuration ? interface ?
#scsibus* at scsi?
#sd* at scsibus? target ? lun ?
-#wd* at umass?
#uhidev* at uhub?
#ukbd* at uhidev?
#ums* at uhidev?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE Tue Oct 23 19:58:52 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.44 2018/06/28 15:21:52 thorpej Exp $
+# $NetBSD: BEAGLEBONE,v 1.45 2018/10/23 19:58:52 jdolecek Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -205,7 +205,6 @@
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
# SCSI bus support
scsibus* at scsi?
# SCSI devices
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/CUBOX
--- a/sys/arch/evbarm/conf/CUBOX Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/CUBOX Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CUBOX,v 1.12 2018/08/25 07:48:56 maxv Exp $
+# $NetBSD: CUBOX,v 1.13 2018/10/23 19:58:52 jdolecek Exp $
#
# CUBOX -- SolidRun Ltd. Cubox kernel
#
@@ -277,7 +277,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
scsibus* at scsi?
sd* at scsibus? target ? lun ? # SCSI disk drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/DUOVERO
--- a/sys/arch/evbarm/conf/DUOVERO Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/DUOVERO Tue Oct 23 19:58:52 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: DUOVERO,v 1.11 2018/08/01 20:04:11 maxv Exp $
+# $NetBSD: DUOVERO,v 1.12 2018/10/23 19:58:52 jdolecek Exp $
#
# DUOOVERO -- Gumstix. Inc. DuoVero COMS platforms kernel
#
@@ -227,7 +227,6 @@
umass* at uhub? port ?
scsibus* at scsi?
sd* at scsibus? target ? lun ?
-wd* at umass?
# Pseudo-Devices
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/GEMINI
--- a/sys/arch/evbarm/conf/GEMINI Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/GEMINI Tue Oct 23 19:58:52 2018 +0000
@@ -184,7 +184,6 @@
uhub* at usb?
uhub* at uhub? port ?
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
# USB Ethernet adapters
axe* at uhub?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/GUMSTIX
--- a/sys/arch/evbarm/conf/GUMSTIX Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/GUMSTIX Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GUMSTIX,v 1.98 2018/08/01 20:04:11 maxv Exp $
+# $NetBSD: GUMSTIX,v 1.99 2018/10/23 19:58:52 jdolecek Exp $
#
# GUMSTIX -- Gumstix. Inc. gumstix platforms kernel
#
@@ -283,7 +283,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-#wd* at umass?
# SCSI bus support
scsibus* at scsi?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/HDL_G
--- a/sys/arch/evbarm/conf/HDL_G Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/HDL_G Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HDL_G,v 1.54 2018/08/25 20:52:40 rin Exp $
+# $NetBSD: HDL_G,v 1.55 2018/10/23 19:58:52 jdolecek Exp $
#
# HDL_G -- I-O DATA HDL-G Kernel
#
@@ -275,7 +275,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
# USB audio
uaudio* at uhub? port ? configuration ?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/HPT5325
--- a/sys/arch/evbarm/conf/HPT5325 Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/HPT5325 Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HPT5325,v 1.39 2018/08/25 20:52:40 rin Exp $
+# $NetBSD: HPT5325,v 1.40 2018/10/23 19:58:52 jdolecek Exp $
#
# This configuration supports for HP T5325 Thin Client
#
@@ -271,7 +271,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
scsibus* at scsi?
sd* at scsibus? target ? lun ? # SCSI disk drives
cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/IGEPV2
--- a/sys/arch/evbarm/conf/IGEPV2 Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/IGEPV2 Tue Oct 23 19:58:52 2018 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: IGEPV2,v 1.33 2018/07/14 15:09:41 maxv Exp $
+# $NetBSD: IGEPV2,v 1.34 2018/10/23 19:58:52 jdolecek Exp $
#
# IGEPv2 -- TI OMAP 3530 Eval Board Kernel
#
@@ -238,7 +238,6 @@
#umass* at uhub? port ? configuration ? interface ?
#scsibus* at scsi?
#sd* at scsibus ? target ? lun ?
-#wd* at umass?
# Hardware clocking and power management
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/MARVELL_NAS
--- a/sys/arch/evbarm/conf/MARVELL_NAS Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/MARVELL_NAS Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MARVELL_NAS,v 1.32 2018/08/01 20:04:11 maxv Exp $
+# $NetBSD: MARVELL_NAS,v 1.33 2018/10/23 19:58:52 jdolecek Exp $
#
# This configuration supports for generically Marvell NAS.
@@ -210,7 +210,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
# USB Serial
uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/MINI2440
--- a/sys/arch/evbarm/conf/MINI2440 Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/MINI2440 Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MINI2440,v 1.24 2018/08/25 20:52:40 rin Exp $
+# $NetBSD: MINI2440,v 1.25 2018/10/23 19:58:52 jdolecek Exp $
#
# MINI2440 -- Friendly ARM evaluation board based on Samsung S3C2440
#
@@ -270,7 +270,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
# USB audio
#uaudio* at uhub? port ? configuration ?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/MMNET_GENERIC
--- a/sys/arch/evbarm/conf/MMNET_GENERIC Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/MMNET_GENERIC Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.42 2018/08/25 20:52:40 rin Exp $
+# $NetBSD: MMNET_GENERIC,v 1.43 2018/10/23 19:58:52 jdolecek Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.42 $"
+#ident "GENERIC-$Revision: 1.43 $"
maxusers 32 # estimated number of users
@@ -393,7 +393,6 @@
# USB Mass Storage
umass* at uhub? port ? configuration ? interface ?
-wd* at umass?
# USB audio
#uaudio* at uhub? port ? configuration ?
diff -r 2470fd6c4c07 -r 084a541024dd sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC Tue Oct 23 16:49:13 2018 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC Tue Oct 23 19:58:52 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.63 2018/08/25 20:52:40 rin Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.64 2018/10/23 19:58:52 jdolecek Exp $
#
# GENERIC machine description file
#
Home |
Main Index |
Thread Index |
Old Index