Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/macppc/conf Pull up revision 1.130 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/3f0663028701
branches:  netbsd-1-6
changeset: 527810:3f0663028701
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Jun 10 16:09:06 2002 +0000

description:
Pull up revision 1.130 (requested by 209 in ticket #0):
Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.

diffstat:

 sys/arch/macppc/conf/GENERIC |  12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r cf7afecbe78f -r 3f0663028701 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Jun 10 16:07:11 2002 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Jun 10 16:09:06 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.129 2002/05/11 18:05:12 bjh21 Exp $
+# $NetBSD: GENERIC,v 1.129.4.1 2002/06/10 16:09:06 tv Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.129 $"
+#ident                 "GENERIC-$Revision: 1.129.4.1 $"
 
 maxusers       32
 
@@ -215,7 +215,11 @@
 zstty* at zsc? channel ?
 mediabay* at obio?
 wdc*   at mediabay? flags 0
-awacs* at obio?                        # Apple audio device
+# awacs is disabled because on some systems--e.g., a 350MHz G4 GigE--
+# it may generate interrupt storms, rendering the machine unusable.
+# If you uncomment this, you'll also want to uncomment "audio* at awacs?"
+# below.
+#awacs*        at obio?                        # Apple audio device
 wi*    at obio?                        # AirMac
 
 cardslot* at cbb?
@@ -329,7 +333,7 @@
 #opl*  at fms?
 
 # Audio support
-audio* at awacs?
+#audio* at awacs?
 #audio*        at clcs?
 #audio*        at cmpci?
 audio* at eap?



Home | Main Index | Thread Index | Old Index