Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add `umass'.



details:   https://anonhg.NetBSD.org/src/rev/ccb25a7c88e1
branches:  trunk
changeset: 475887:ccb25a7c88e1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 29 16:55:48 1999 +0000

description:
Add `umass'.

diffstat:

 sys/arch/alpha/conf/ALPHA       |  6 +++++-
 sys/arch/alpha/conf/GENERIC     |  6 +++++-
 sys/arch/arm32/conf/CATS        |  6 +++++-
 sys/arch/arm32/conf/CATSINST    |  6 +++++-
 sys/arch/arm32/conf/EBSA285     |  6 +++++-
 sys/arch/i386/conf/GENERIC      |  6 +++++-
 sys/arch/i386/conf/GENERIC_TINY |  6 +++++-
 sys/arch/i386/conf/INSTALL      |  6 +++++-
 sys/arch/macppc/conf/GENERIC    |  6 +++++-
 9 files changed, 45 insertions(+), 9 deletions(-)

diffs (180 lines):

diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/alpha/conf/ALPHA Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.100 1999/08/16 22:27:13 augustss Exp $
+# $NetBSD: ALPHA,v 1.101 1999/08/29 16:55:48 thorpej Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -327,6 +327,10 @@
 # USB Modem
 umodem*        at uhub? port ? configuration ?
 
+# USB Mass Storage
+umass* at uhub? port ? configuration ? interface ?
+scsibus* at umass? channel ?
+
 # USB Generic driver
 ugen*  at uhub? port ?
 
diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.127 1999/08/16 22:27:13 augustss Exp $
+# $NetBSD: GENERIC,v 1.128 1999/08/29 16:55:48 thorpej Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 
@@ -313,6 +313,10 @@
 # USB Modem
 umodem*        at uhub? port ? configuration ?
 
+# USB Mass Storage
+umass* at uhub? port ? configuration ? interface ?
+scsibus* at umass? channel ?
+
 # USB Generic driver
 ugen*  at uhub? port ?
 
diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/arm32/conf/CATS
--- a/sys/arch/arm32/conf/CATS  Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/arm32/conf/CATS  Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CATS,v 1.13 1999/08/16 22:27:14 augustss Exp $
+#      $NetBSD: CATS,v 1.14 1999/08/29 16:56:51 thorpej Exp $
 #
 #      CATS -- CHALTECH CATS Development kernel
 #
@@ -263,6 +263,10 @@
 # USB Modem
 umodem*        at uhub? port ? configuration ?
 
+# USB Mass Storage
+umass* at uhub? port ? configuration ? interface ?
+scsibus* at umass? channel ?
+
 # USB Generic driver
 ugen* at uhub? port ?
 
diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/arm32/conf/CATSINST
--- a/sys/arch/arm32/conf/CATSINST      Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/arm32/conf/CATSINST      Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CATSINST,v 1.2 1999/07/29 10:37:14 augustss Exp $
+#      $NetBSD: CATSINST,v 1.3 1999/08/29 16:56:51 thorpej Exp $
 #
 #      CATSINST -- CHALTECH CATS Install kernel
 #
@@ -260,6 +260,10 @@
 # USB Printer
 ulpt* at uhub? port ? configuration ? interface ?
 
+# USB Mass Storage
+umass* at uhub? port ? configuration ? interface ?
+scsibus* at umass? channel ?
+
 # USB Generic driver
 ugen* at uhub? port ? configuration ? interface ?
 
diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/arm32/conf/EBSA285
--- a/sys/arch/arm32/conf/EBSA285       Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/arm32/conf/EBSA285       Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: EBSA285,v 1.6 1999/07/29 10:37:14 augustss Exp $
+#      $NetBSD: EBSA285,v 1.7 1999/08/29 16:56:51 thorpej Exp $
 #
 #      EBSA285 -- EBSA285 Architecture Kernel
 #
@@ -245,6 +245,10 @@
 # USB Printer
 #ulpt* at uhub? port ?
 
+# USB Mass Storage
+#umass*        at uhub? port ? configuration ? interface ?
+#scsibus* at umass? channel ?
+
 # USB Generic driver
 #ugen*        at uhub? port ?
 
diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.255 1999/08/17 17:48:38 drochner Exp $
+#      $NetBSD: GENERIC,v 1.256 1999/08/29 16:59:19 thorpej Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -530,6 +530,10 @@
 # USB Modem
 umodem*        at uhub? port ? configuration ?
 
+# USB Mass Storage
+umass* at uhub? port ? configuration ? interface ?
+scsibus* at umass? channel ?
+
 # USB Generic driver
 ugen*  at uhub? port ?
 
diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/i386/conf/GENERIC_TINY
--- a/sys/arch/i386/conf/GENERIC_TINY   Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC_TINY   Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_TINY,v 1.8 1999/07/29 10:37:17 augustss Exp $
+#      $NetBSD: GENERIC_TINY,v 1.9 1999/08/29 16:59:19 thorpej Exp $
 #
 #      GENERIC_TINY -- suitable default for 4M machines
 #                      No EISA, PCI, PCMCIA or SCSI.
@@ -419,6 +419,10 @@
 # USB Printer
 #ulpt* at uhub? port ?
 
+# USB Mass Storage
+#umass*        at uhub? port ? configuration ? interface ?
+#scsibus* at umass? channel ?
+
 # USB Generic driver
 #ugen* at uhub? port ?
 
diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/i386/conf/INSTALL        Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.123 1999/08/12 15:32:24 bouyer Exp $
+#      $NetBSD: INSTALL,v 1.124 1999/08/29 16:59:19 thorpej Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -511,6 +511,10 @@
 # USB Printer
 #ulpt* at uhub? port ? configuration ? interface ?
 
+# USB Mass Storage
+#umass*        at uhub? port ? configuration ? interface ?
+#scsibus* at umass? channel ?
+
 # USB Generic driver
 #ugen* at uhub? port ? configuration ? interface ?
 
diff -r 88ab4ffedbfe -r ccb25a7c88e1 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sun Aug 29 16:53:04 1999 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sun Aug 29 16:55:48 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.34 1999/08/16 22:27:15 augustss Exp $
+#      $NetBSD: GENERIC,v 1.35 1999/08/29 16:59:58 thorpej Exp $
 #
 # POWERMAC config file
 #
@@ -193,6 +193,10 @@
 # USB Modem
 umodem*        at uhub? port ? configuration ?
 
+# USB Mass Storage
+umass* at uhub? port ? configuration ? interface ?
+scsibus* at umass? channel ?
+
 # USB Generic driver
 ugen*  at uhub? port ? configuration ? interface ?
 



Home | Main Index | Thread Index | Old Index