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 Comment out the isa wss driver.
details: https://anonhg.NetBSD.org/src/rev/1b32896b4d4b
branches: trunk
changeset: 500747:1b32896b4d4b
user: jmc <jmc%NetBSD.org@localhost>
date: Sun Dec 17 22:53:52 2000 +0000
description:
Comment out the isa wss driver.
GENERIC is the kernel used on new installs and too many things overlap the
resources (irq mostly) the default isa version may be using which causes
panics on reboot.
diffstat:
sys/arch/i386/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 6d644dd4ba9f -r 1b32896b4d4b sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Sun Dec 17 22:47:14 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC Sun Dec 17 22:53:52 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.384 2000/12/17 20:35:45 thorpej Exp $
+# $NetBSD: GENERIC,v 1.385 2000/12/17 22:53:52 jmc Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/i386/conf/std.i386"
-#ident "GENERIC-$Revision: 1.384 $"
+#ident "GENERIC-$Revision: 1.385 $"
maxusers 32 # estimated number of users
@@ -743,7 +743,7 @@
pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System
sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver
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
+#wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
#cms0 at isa? port 0x220 # Creative Music System
Home |
Main Index |
Thread Index |
Old Index