Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf add (enabled!) esl for pcmcia audio
details: https://anonhg.NetBSD.org/src/rev/ffdfef0c371e
branches: trunk
changeset: 515626:ffdfef0c371e
user: hubertf <hubertf%NetBSD.org@localhost>
date: Sun Sep 30 00:57:42 2001 +0000
description:
add (enabled!) esl for pcmcia audio
diffstat:
sys/arch/i386/conf/GENERIC_LAPTOP | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diffs (41 lines):
diff -r f4979b2276ec -r ffdfef0c371e sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Sun Sep 30 00:56:51 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Sun Sep 30 00:57:42 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC_LAPTOP,v 1.24 2001/09/14 21:44:21 nathanw Exp $
+# $NetBSD: GENERIC_LAPTOP,v 1.25 2001/09/30 00:57:42 hubertf Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -6,7 +6,7 @@
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.24 $"
+#ident "GENERIC-$Revision: 1.25 $"
maxusers 32 # estimated number of users
@@ -618,10 +618,14 @@
sb0 at isa? port 0x220 irq 5 drq 1 drq2 5 # SoundBlaster
#wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
+# PCMCIA audio devices
+esl* at pcmcia? function ? # ESS 1688 AudioDrive
+
#cms0 at isa? port 0x220 # Creative Music System
# OPL[23] FM synthesizers
#opl0 at isa? port 0x388 # use only if not attached to sound card
+opl* at esl?
opl* at eso?
opl* at ess?
opl* at fms?
@@ -639,6 +643,7 @@
audio* at clct?
audio* at cmpci?
audio* at eap?
+audio* at esl?
audio* at esm?
audio* at eso?
audio* at ess?
Home |
Main Index |
Thread Index |
Old Index