Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up revision 1.393 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/6ebb1d09755f
branches:  netbsd-1-5
changeset: 491663:6ebb1d09755f
user:      he <he%NetBSD.org@localhost>
date:      Sun May 06 15:18:54 2001 +0000

description:
Pull up revision 1.393 (requested by he):
  Add clct(4) driver.

diffstat:

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

diffs (41 lines):

diff -r 97aa926e18fd -r 6ebb1d09755f sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sun May 06 15:16:08 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sun May 06 15:18:54 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.14 2001/05/06 14:44:50 he Exp $
+#      $NetBSD: GENERIC,v 1.354.2.15 2001/05/06 15:18:54 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.14 $"
+#ident                 "GENERIC-$Revision: 1.354.2.15 $"
 
 maxusers       32              # estimated number of users
 
@@ -690,6 +690,7 @@
 # PCI audio devices
 auvia* at pci? dev ? function ?        # VIA VT82C686A integrated AC'97 Audio
 clcs*  at pci? dev ? function ?        # Cirrus Logic CS4280
+clct*  at pci? dev ? function ?        # Cirrus Logic CS4281
 cmpci* at pci? dev ? function ?        # C-Media CMI8338/8738
 eap*   at pci? dev ? function ?        # Ensoniq AudioPCI
 esm*   at pci? dev ? function ?        # ESS Maestro-1/2/2e PCI Audio Accelerator
@@ -734,6 +735,7 @@
 #audio*        at aria?
 audio* at auvia?
 audio* at clcs?
+audio* at clct?
 audio* at cmpci?
 audio* at eap?
 audio* at esm?
@@ -762,6 +764,7 @@
 
 # MIDI support
 midi*  at clcs?                # Cirrus Logic CS4280 MIDI port
+#midi* at clct?                # Cirrus Logic CS4281 MIDI port
 #midi* at cms?                 # Creative Music System
 midi*  at eap?                 # 137[01] MIDI port
 midi*  at mpu?                 # MPU 401



Home | Main Index | Thread Index | Old Index