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.432 (via patch, r...



details:   https://anonhg.NetBSD.org/src/rev/f88716f0daee
branches:  netbsd-1-5
changeset: 492579:f88716f0daee
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 19 21:56:32 2002 +0000

description:
Pull up revision 1.432 (via patch, requested by he):
  Add driver for Creative Labs SBLive! EMU10000 and (probably) PCI512.
  Fixes PR#15260.

diffstat:

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

diffs (33 lines):

diff -r c356ccc4b0f6 -r f88716f0daee sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Jan 19 21:55:54 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Jan 19 21:56:32 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.17 2001/12/09 19:14:43 he Exp $
+#      $NetBSD: GENERIC,v 1.354.2.18 2002/01/19 21:56:32 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.17 $"
+#ident                 "GENERIC-$Revision: 1.354.2.18 $"
 
 maxusers       32              # estimated number of users
 
@@ -707,6 +707,7 @@
 clct*  at pci? dev ? function ?        # Cirrus Logic CS4281
 cmpci* at pci? dev ? function ?        # C-Media CMI8338/8738
 eap*   at pci? dev ? function ?        # Ensoniq AudioPCI
+emuxki*        at pci? dev ? function ?        # Creative SBLive! and PCI512
 esm*   at pci? dev ? function ?        # ESS Maestro-1/2/2e PCI Audio Accelerator
 eso*   at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
 fms*   at pci? dev ? function ?        # Forte Media FM801
@@ -752,6 +753,7 @@
 audio* at clct?
 audio* at cmpci?
 audio* at eap?
+audio* at emuxki?
 audio* at esm?
 audio* at eso?
 audio* at ess?



Home | Main Index | Thread Index | Old Index