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



details:   https://anonhg.NetBSD.org/src/rev/ed9760839ece
branches:  netbsd-1-5
changeset: 491609:ed9760839ece
user:      he <he%NetBSD.org@localhost>
date:      Thu May 03 20:58:33 2001 +0000

description:
Pull up revision 1.389 (requested by skrll):
  Add a driver for the ESS Technology Maestro-1/2/2E AC97 audio chips,
  ES1968 and ES1978.

diffstat:

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

diffs (33 lines):

diff -r c0d596d50ff2 -r ed9760839ece sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Thu May 03 20:58:04 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Thu May 03 20:58:33 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.354.2.12 2001/05/01 15:49:02 he Exp $
+#      $NetBSD: GENERIC,v 1.354.2.13 2001/05/03 20:58:33 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.354.2.12 $"
+#ident                 "GENERIC-$Revision: 1.354.2.13 $"
 
 maxusers       32              # estimated number of users
 
@@ -692,6 +692,7 @@
 clcs*  at pci? dev ? function ?        # Cirrus Logic CS4280
 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
 eso*   at pci? dev ? function ?        # ESS Solo-1 PCI AudioDrive
 fms*   at pci? dev ? function ?        # Forte Media FM801
 sv*    at pci? dev ? function ?        # S3 SonicVibes
@@ -734,6 +735,7 @@
 audio* at clcs?
 audio* at cmpci?
 audio* at eap?
+audio* at esm?
 audio* at eso?
 audio* at ess?
 audio* at fms?



Home | Main Index | Thread Index | Old Index