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/sparc64/conf | |
parent | 92c57630e3134659657a1da7cf05129313db750f (diff) |
Support for the eap MIDI UART from NetBSD.
Tested by serveral people. ok millert@, mickey@
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 6562bdac0df..cb63455d0c6 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.110 2004/11/29 18:12:50 miod Exp $ +# $OpenBSD: GENERIC,v 1.111 2004/12/17 08:04:45 jsg Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -85,6 +85,7 @@ opl* at eso? # MIDI support midi* at autri? midi* at opl? +#midi* at eap? # PCI USB Controllers ohci* at pci? # Open Host Controller |