diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-29 20:41:35 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-29 20:41:35 +0000 |
commit | 3f065dc13b5e15cee1c2ededaa7d9a50a513de38 (patch) | |
tree | d79d3e3d162f5e99dd8b66469edfbfccda14b0c4 /sys/arch/powerpc | |
parent | 2f07d41f13e46a3d68b00de6c4606fd3982f0aa3 (diff) |
Instead of commenting out the awacs, "disable" it. It is then possible
to enable the awacs via config -e or UKC.
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index f21081fe967..25f94619cd9 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.28 2001/03/29 19:47:10 drahn Exp $ +# $OpenBSD: GENERIC,v 1.29 2001/03/29 20:41:34 drahn Exp $ # # PPC GENERIC config file # @@ -89,8 +89,8 @@ abtn* at adb? # ADB button? #zsc* at obio? #zstty* at zsc? channel ? -#awacs* at obio? # Apple audio device -#audio* at awacs? +awacs* at obio? disable # Apple audio device +audio* at awacs? #### SCSI attachment points |