Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/i386/conf pullup 1.231->1.233 (drochner): comm...



details:   https://anonhg.NetBSD.org/src/rev/017942751ced
branches:  netbsd-1-4
changeset: 468521:017942751ced
user:      perry <perry%NetBSD.org@localhost>
date:      Wed Apr 28 14:25:15 1999 +0000

description:
pullup 1.231->1.233 (drochner): comment out aria, which has false probes.

diffstat:

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

diffs (28 lines):

diff -r 87b764cf75b7 -r 017942751ced sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Apr 28 14:22:38 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Apr 28 14:25:15 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.231 1999/03/29 21:51:25 perry Exp $
+#      $NetBSD: GENERIC,v 1.231.2.1 1999/04/28 14:25:15 perry 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
@@ -551,7 +552,7 @@
 opl*   at sv?
 
 # Audio support
-audio* at aria?
+#audio*        at aria?
 audio* at eap?
 audio* at ess?
 audio* at gus?



Home | Main Index | Thread Index | Old Index