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 Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/aa54c8b00e9c
branches:  netbsd-1-5
changeset: 491664:aa54c8b00e9c
user:      he <he%NetBSD.org@localhost>
date:      Sun May 06 15:19:15 2001 +0000

description:
Apply patch (requested by he):
  Add clct(4) driver.

diffstat:

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

diffs (41 lines):

diff -r 6ebb1d09755f -r aa54c8b00e9c sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Sun May 06 15:18:54 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Sun May 06 15:19:15 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.9 2001/05/06 14:44:50 he Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.10 2001/05/06 15:19:15 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.2.2.9 $"
+#ident                 "GENERIC-$Revision: 1.2.2.10 $"
 
 maxusers       32              # estimated number of users
 
@@ -564,6 +564,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
@@ -608,6 +609,7 @@
 #audio*        at aria?
 audio* at auvia?
 audio* at clcs?
+audio* at clct?
 audio* at cmpci?
 audio* at eap?
 audio* at esm?
@@ -636,6 +638,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