diff options
author | 2001-06-17 03:44:03 +0000 | |
---|---|---|
committer | 2001-06-17 03:44:03 +0000 | |
commit | 893759f0941ffe22e73012ea4ab6754fdf18ee68 (patch) | |
tree | 0fee9c29f5268900c84b16a346cd68e8ea743855 | |
parent | Significant improvement on awacs driver. (diff) | |
download | wireguard-openbsd-893759f0941ffe22e73012ea4ab6754fdf18ee68.tar.xz wireguard-openbsd-893759f0941ffe22e73012ea4ab6754fdf18ee68.zip |
Interrupt storm problem on awacs fixed, not necessary to disable
awacs anymore.
-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? |