add umidi.

This commit is contained in:
tshiozak 2001-01-30 23:32:34 +00:00
parent 6c60c9ff82
commit d3545308ee
3 changed files with 18 additions and 6 deletions

View File

@ -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 @@ scsibus* at umass? channel ?
# 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 mpu? # MPU 401
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

View File

@ -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 @@ scsibus* at umass? channel ?
# 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 mpu? # MPU 401
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

View File

@ -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 @@ scsibus* at umass? channel ?
# 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 mpu? # MPU 401
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