diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-17 03:23:45 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-12-17 03:23:45 +0000 |
commit | 0390ba30fc5eb5713ae76fbb96195d911c5d691e (patch) | |
tree | 115bc0305357955603802d74d73400092108cfe2 /sys/arch/macppc | |
parent | 24ec58ade0f932229afc2f3eaa4ae5d9cf098c51 (diff) |
Comment out abtn, since it is the cause of the function key crashes
on powerbook/ibook machines. It currently doesn't work anyway.
Pointed out by Alexander Guy.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 2949d2c450e..2244c3d5fcd 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.10 2001/12/14 14:58:03 drahn Exp $ +# $OpenBSD: GENERIC,v 1.11 2001/12/17 03:23:43 drahn Exp $ # # PPC GENERIC config file # @@ -98,7 +98,7 @@ akbd* at adb? # ADB keyboard wskbd* at akbd? console ? ams* at adb? # ADB mouse wsmouse* at ams? mux 0 -abtn* at adb? # ADB button? +#abtn* at adb? # ADB button? zsc* at macobio? zstty* at zsc? channel ? diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 0ae9921d919..36e2213e455 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.4 2001/12/01 18:41:48 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.5 2001/12/17 03:23:44 drahn Exp $ # # PPC GENERIC config file # @@ -94,7 +94,7 @@ akbd* at adb? # ADB keyboard wskbd* at akbd? console ? #ams* at adb? # ADB mouse #wsmouse* at ams? -abtn* at adb? # ADB button? +#abtn* at adb? # ADB button? #zsc* at macobio? #zstty* at zsc? channel ? |