diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-17 08:04:46 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-12-17 08:04:46 +0000 |
commit | 2fc82003bd2a62998b3b16fa611b838c653b7c7f (patch) | |
tree | 6438353f47cc6d4242137321ae1dede45d1d57b7 /sys/arch/cats | |
parent | 92c57630e3134659657a1da7cf05129313db750f (diff) |
Support for the eap MIDI UART from NetBSD.
Tested by serveral people. ok millert@, mickey@
Diffstat (limited to 'sys/arch/cats')
-rw-r--r-- | sys/arch/cats/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index ddf08d0db6a..7725ae50b6f 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.15 2004/11/12 18:07:42 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.16 2004/12/17 08:04:45 jsg Exp $ # # GENERIC machine description file # @@ -294,6 +294,7 @@ ds1687rtc0 at isa? port 0x72 # Dallas RTC # MIDI support midi* at pcppi? # MIDI interface to the PC speaker #midi* at mpu? # MPU 401 +#midi* at eap? # Joysticks |