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.461 (requested by...



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

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

diffstat:

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

diffs (33 lines):

diff -r c18859a987cc -r 369bddf8ab58 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu Jan 24 22:37:09 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu Jan 24 22:37:37 2002 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.18 2002/01/19 21:56:32 he Exp $
+#      $NetBSD: GENERIC,v 1.354.2.19 2002/01/24 22:37:37 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.18 $"
+#ident                 "GENERIC-$Revision: 1.354.2.19 $"
 
 maxusers       32              # estimated number of users
 
@@ -708,6 +708,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
 fms*   at pci? dev ? function ?        # Forte Media FM801
@@ -752,6 +753,7 @@
 audio* at clcs?
 audio* at clct?
 audio* at cmpci?
+audio* at esa?
 audio* at eap?
 audio* at emuxki?
 audio* at esm?



Home | Main Index | Thread Index | Old Index