diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-17 03:44:04 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-06-17 03:44:04 +0000 |
commit | b34ffa3c9b4a3beae2c78b512fd2bab8f0baa721 (patch) | |
tree | 12a7d41a101d379d74a3b9d912b60a0eb5780997 /sys/arch/powerpc/conf | |
parent | 555ddb02b45e7136508eddc4826dcf96773cc6e6 (diff) |
Interrupt storm problem on awacs fixed, not necessary to disable
awacs anymore.
Diffstat (limited to 'sys/arch/powerpc/conf')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index f5928d9d01e..417a7dbd4c7 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.34 2001/05/29 01:20:43 drahn Exp $ +# $OpenBSD: GENERIC,v 1.35 2001/06/17 03:44:03 drahn Exp $ # # PPC GENERIC config file # @@ -89,7 +89,7 @@ abtn* at adb? # ADB button? #zsc* at obio? #zstty* at zsc? channel ? -awacs* at obio? disable # Apple audio device +awacs* at obio? # Apple audio device audio* at awacs? |