Disable awacs because on some systems--e.g., a 350MHz G4 GigE--it can
generate interrupt storms which render the machine essentially unusable.
This commit is contained in:
parent
63260bae95
commit
8f360b5c1e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.129 2002/05/11 18:05:12 bjh21 Exp $
|
||||
# $NetBSD: GENERIC,v 1.130 2002/06/07 20:27:14 briggs Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.129 $"
|
||||
#ident "GENERIC-$Revision: 1.130 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -215,7 +215,11 @@ zsc* at obio?
|
|||
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 @@ eap* at pci? dev ? function ? # Ensoniq AudioPCI
|
|||
#opl* at fms?
|
||||
|
||||
# Audio support
|
||||
audio* at awacs?
|
||||
#audio* at awacs?
|
||||
#audio* at clcs?
|
||||
#audio* at cmpci?
|
||||
audio* at eap?
|
||||
|
|
Loading…
Reference in New Issue