Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf add umidi.



details:   https://anonhg.NetBSD.org/src/rev/d1cc1a409fa8
branches:  trunk
changeset: 503081:d1cc1a409fa8
user:      tshiozak <tshiozak%NetBSD.org@localhost>
date:      Tue Jan 30 23:32:34 2001 +0000

description:
add umidi.

diffstat:

 sys/arch/i386/conf/CARDBUS        |  8 ++++++--
 sys/arch/i386/conf/GENERIC        |  8 ++++++--
 sys/arch/i386/conf/GENERIC_LAPTOP |  8 ++++++--
 3 files changed, 18 insertions(+), 6 deletions(-)

diffs (106 lines):

diff -r 6fe32f7a72e1 -r d1cc1a409fa8 sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS        Tue Jan 30 23:26:47 2001 +0000
+++ b/sys/arch/i386/conf/CARDBUS        Tue Jan 30 23:32:34 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CARDBUS,v 1.30 2001/01/16 03:38:23 augustss Exp $
+#      $NetBSD: CARDBUS,v 1.31 2001/01/30 23:32:34 tshiozak Exp $
 #
 #      CARDBUS: GENERIC + CardBus support.  Additionally, some
 #      things typically not found on laptops have been commented out.
@@ -8,7 +8,7 @@
 
 include "arch/i386/conf/std.i386"
 
-#ident         "CARDBUS-$Revision: 1.30 $"
+#ident         "CARDBUS-$Revision: 1.31 $"
 
 maxusers       32              # estimated number of users
 
@@ -690,6 +690,9 @@
 # USB audio
 uaudio*        at uhub? port ? configuration ?
 
+# USB MIDI
+umidi* at uhub? port ? configuration ?
+
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
@@ -800,6 +803,7 @@
 midi*  at opl?                 # OPL FM synth
 midi*  at pcppi?               # MIDI interface to the PC speaker
 midi*  at sb?                  # SB1 MIDI port
+midi*   at umidi?               # USB MIDI
 
 # The spkr driver provides a simple tone interface to the built in speaker.
 #spkr0 at pcppi?               # PC speaker
diff -r 6fe32f7a72e1 -r d1cc1a409fa8 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Jan 30 23:26:47 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Jan 30 23:32:34 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.396 2001/01/28 00:50:23 nathanw Exp $
+#      $NetBSD: GENERIC,v 1.397 2001/01/30 23:32:35 tshiozak Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.396 $"
+#ident                 "GENERIC-$Revision: 1.397 $"
 
 maxusers       32              # estimated number of users
 
@@ -689,6 +689,9 @@
 # USB audio
 uaudio*        at uhub? port ? configuration ?
 
+# USB MIDI
+umidi* at uhub? port ? configuration ?
+
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
@@ -810,6 +813,7 @@
 midi*  at opl?                 # OPL FM synth
 midi*  at pcppi?               # MIDI interface to the PC speaker
 midi*  at sb?                  # SB1 MIDI port
+midi*   at umidi?               # USB MIDI
 
 # The spkr driver provides a simple tone interface to the built in speaker.
 #spkr0 at pcppi?               # PC speaker
diff -r 6fe32f7a72e1 -r d1cc1a409fa8 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Tue Jan 30 23:26:47 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Tue Jan 30 23:32:34 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.10 2001/01/28 00:50:24 nathanw Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.11 2001/01/30 23:32:36 tshiozak Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.10 $"
+#ident                 "GENERIC-$Revision: 1.11 $"
 
 maxusers       32              # estimated number of users
 
@@ -537,6 +537,9 @@
 # USB audio
 uaudio*        at uhub? port ? configuration ?
 
+# USB MIDI
+umidi* at uhub? port ? configuration ?
+
 # USB Ethernet adapters
 aue*   at uhub? port ?         # ADMtek AN986 Pegasus based adapters
 cue*   at uhub? port ?         # CATC USB-EL1201A based adapters
@@ -643,6 +646,7 @@
 midi*  at opl?                 # OPL FM synth
 midi*  at pcppi?               # MIDI interface to the PC speaker
 midi*  at sb?                  # SB1 MIDI port
+midi*   at umidi?               # USB MIDI
 
 # The spkr driver provides a simple tone interface to the built in speaker.
 #spkr0 at pcppi?               # PC speaker



Home | Main Index | Thread Index | Old Index