Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Add C-Media CMI8x38, cmpci.



details:   https://anonhg.NetBSD.org/src/rev/a6a93db19041
branches:  trunk
changeset: 485552:a6a93db19041
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Apr 30 22:00:54 2000 +0000

description:
Add C-Media CMI8x38, cmpci.

diffstat:

 sys/arch/i386/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (33 lines):

diff -r 1983f8676b83 -r a6a93db19041 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun Apr 30 21:59:58 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun Apr 30 22:00:54 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.330 2000/04/30 19:08:19 dante Exp $
+#      $NetBSD: GENERIC,v 1.331 2000/04/30 22:00:54 augustss Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.330 $"
+#ident                 "GENERIC-$Revision: 1.331 $"
 
 maxusers       32              # estimated number of users
 
@@ -685,6 +685,7 @@
 # PCI audio devices
 auvia* at pci? dev ? function ?        # VIA VT82C686A integrated AC'97 Audio
 clcs*  at pci? dev ? function ?        # Cirrus Logic CS4280
+cmpci* at pci? dev ? function ?        # C-Media CMI8338/8738
 eap*   at pci? dev ? function ?        # Ensoniq AudioPCI
 eso*   at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
 fms*   at pci? dev ? function ?        # Forte Media FM801
@@ -723,6 +724,7 @@
 #audio*        at aria?
 audio* at auvia?
 audio* at clcs?
+audio* at cmpci?
 audio* at eap?
 audio* at eso?
 audio* at ess?



Home | Main Index | Thread Index | Old Index