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.38 (via patch, re...



details:   https://anonhg.NetBSD.org/src/rev/bbbc4ab62231
branches:  netbsd-1-5
changeset: 492613:bbbc4ab62231
user:      he <he%NetBSD.org@localhost>
date:      Thu Jan 24 22:37:52 2002 +0000

description:
Pull up revision 1.38 (via patch, requested by he):
  Add driver for the ESS Allegro-1 / Maestro-3 audio hardware.

diffstat:

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

diffs (33 lines):

diff -r 369bddf8ab58 -r bbbc4ab62231 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Thu Jan 24 22:37:37 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Thu Jan 24 22:37:52 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.11 2002/01/19 21:56:50 he Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.12 2002/01/24 22:37:52 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.2.2.11 $"
+#ident                 "GENERIC-$Revision: 1.2.2.12 $"
 
 maxusers       32              # estimated number of users
 
@@ -568,6 +568,7 @@
 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
+esa*   at pci? dev ? function ?        # ESS Allegro-1 / Maestro-3 PCI Audio
 esm*   at pci? dev ? function ?        # ESS Maestro-1/2/2e PCI Audio Accelerator
 eso*   at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
 neo*   at pci? dev ? function ?        # 
@@ -614,6 +615,7 @@
 audio* at cmpci?
 audio* at eap?
 audio* at emuxki?
+audio* at esa?
 audio* at esm?
 audio* at eso?
 audio* at ess?



Home | Main Index | Thread Index | Old Index