diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-02 14:13:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-08-02 14:13:25 +0000 |
commit | eea4234f64670de43168d1093d05645dc4c2fff1 (patch) | |
tree | b553c4fb113eae9d35ca9307fe9dcf4704826ad0 /sys/arch/palm/conf | |
parent | d688011e57b00c11831685cc24bbbb4899d1f158 (diff) |
enable owctr
Diffstat (limited to 'sys/arch/palm/conf')
-rw-r--r-- | sys/arch/palm/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/palm/conf/GENERIC b/sys/arch/palm/conf/GENERIC index 419b611b2ff..44d743641bc 100644 --- a/sys/arch/palm/conf/GENERIC +++ b/sys/arch/palm/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.6 2010/07/03 03:59:17 krw Exp $ +# $OpenBSD: GENERIC,v 1.7 2010/08/02 14:13:23 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -216,6 +216,7 @@ option ONEWIREVERBOSE owid* at onewire? # ID owsbm* at onewire? # Smart Battery Monitor owtemp* at onewire? # Temperature +owctr* at onewire? # Counter device # Pseudo-Devices pseudo-device wsmux 2 # mouse & keyboard multiplexor |