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/hppa64/conf | |
parent | d688011e57b00c11831685cc24bbbb4899d1f158 (diff) |
enable owctr
Diffstat (limited to 'sys/arch/hppa64/conf')
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index 2331846eb97..f5036423322 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.19 2010/07/03 03:59:16 krw Exp $ +# $OpenBSD: GENERIC,v 1.20 2010/08/02 14:13:23 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -192,5 +192,6 @@ ukphy* at mii? # generic unknown PHYs #owid* at onewire? # ID #owsbm* at onewire? # Smart Battery Monitor #owtemp* at onewire? # Temperature +#owctn* at onewire? # Counter device #pseudo-device wsmux 2 # mouse and keyboard multiplexor |