diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-27 02:19:43 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2000-04-27 02:19:43 +0000 |
commit | 4dcb4b5a48959a6e08800e7f66b22b1af6c60e49 (patch) | |
tree | e0f8545dc41c72f0d865e03f9b69e2a00de2d670 /sys/dev/pci/files.pci | |
parent | 36f4dc6e3122706bf383cc4a68ffa2f19e02532f (diff) |
Driver for C-Media CMI8x38 Audio Chip present on several all-in-one
motherboards (ie: bultin audio + video). Written by Takuya SHIOZAKI.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index d5134cf451a..87d4006aac9 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.72 2000/04/18 19:35:31 jason Exp $ +# $OpenBSD: files.pci,v 1.73 2000/04/27 02:19:41 millert 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. @@ -253,3 +253,8 @@ file dev/pci/pucdata.c puc # device declaration in sys/conf/files attach an at pci with an_pci file dev/pci/if_an_pci.c an_pci + +# C-Media CMI8x38 Audio Chip +device cmpci: audio, auconv, mulaw +attach cmpci at pci +file dev/pci/cmpci.c cmpci |