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/dev/pci/files.pci | |
parent | 92c57630e3134659657a1da7cf05129313db750f (diff) |
Support for the eap MIDI UART from NetBSD.
Tested by serveral people. ok millert@, mickey@
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 0084a7e77a4..85ce0be2a0b 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.166 2004/12/14 01:50:42 deraadt Exp $ +# $OpenBSD: files.pci,v 1.167 2004/12/17 08:04:45 jsg Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -82,7 +82,7 @@ attach iop at pci with iop_pci file dev/pci/iop_pci.c iop_pci # Ensoniq AudioPCI S5016, 1371 -device eap: audio, auconv, mulaw, ac97 +device eap: audio, auconv, mulaw, ac97, midibus attach eap at pci file dev/pci/eap.c eap |