diff options
author | 2002-06-18 04:21:39 +0000 | |
---|---|---|
committer | 2002-06-18 04:21:39 +0000 | |
commit | bb38fdf38a7646138d68858b9bb50e8f258932cd (patch) | |
tree | a0028708c475f234ae5a98a48f489bca3687ae7b | |
parent | format string audit. From: Gregory Steuck <greg@nest.cx> (diff) | |
download | wireguard-openbsd-bb38fdf38a7646138d68858b9bb50e8f258932cd.tar.xz wireguard-openbsd-bb38fdf38a7646138d68858b9bb50e8f258932cd.zip |
document CAPS_IS_CONTROL. suggested by miod
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index f38190c527b..653984a421f 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.25 2002/06/08 00:05:02 drahn Exp $g +# $OpenBSD: GENERIC,v 1.26 2002/06/18 04:21:39 itojun Exp $g # # PPC GENERIC config file # @@ -102,6 +102,7 @@ gpio* at macobio? # GPIO, PMU interrupt router. gpio* at gpio? # GPIO, PMU interrupt router. aed* at adb? # ADB Event Device akbd* at adb? # ADB keyboard +#option CAPS_IS_CONTROL # for using CAPS as CONTROL wskbd* at akbd? console ? mux 1 ams* at adb? # ADB mouse |