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 and skr...



details:   https://anonhg.NetBSD.org/src/rev/cac8e750c63f
branches:  netbsd-1-5
changeset: 491610:cac8e750c63f
user:      he <he%NetBSD.org@localhost>
date:      Thu May 03 20:59:01 2001 +0000

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

diffstat:

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

diffs (33 lines):

diff -r ed9760839ece -r cac8e750c63f sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Thu May 03 20:58:33 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Thu May 03 20:59:01 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.7 2001/05/01 15:49:21 he Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.2.2.8 2001/05/03 20:59:01 he Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.2.2.7 $"
+#ident                 "GENERIC-$Revision: 1.2.2.8 $"
 
 maxusers       32              # estimated number of users
 
@@ -566,6 +566,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
@@ -608,6 +609,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