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 disable the "aria" sound board per defaul...



details:   https://anonhg.NetBSD.org/src/rev/fead36c0e0c8
branches:  trunk
changeset: 471993:fead36c0e0c8
user:      drochner <drochner%NetBSD.org@localhost>
date:      Sat Apr 17 16:50:26 1999 +0000

description:
disable the "aria" sound board per default until the problems with its
"probe" functions are solved (gives false positives)

diffstat:

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

diffs (19 lines):

diff -r b6d0d10378cc -r fead36c0e0c8 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Sat Apr 17 16:18:18 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC        Sat Apr 17 16:50:26 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.231 1999/03/29 21:51:25 perry Exp $
+#      $NetBSD: GENERIC,v 1.232 1999/04/17 16:50:26 drochner Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -536,7 +536,8 @@
 ym*    at isapnp?                      # Yamaha OPL3-SA3 audio
 
 # ISA audio devices
-aria0  at isa? port 0x290 irq 10               # Aria
+# the "aria" probe might give false hits
+#aria0 at isa? port 0x290 irq 10               # Aria
 gus0   at isa? port 0x220 irq 7 drq 1 drq2 6   # Gravis Ultra Sound
 pas0   at isa? port 0x220 irq 7 drq 1          # ProAudio Spectrum
 pss0   at isa? port 0x220 irq 7 drq 6          # Personal Sound System



Home | Main Index | Thread Index | Old Index