diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2007-02-28 21:54:44 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2007-02-28 21:54:44 +0000 |
commit | db318cbe1f753be07e9ec65254bcd3c0d61969f2 (patch) | |
tree | fc35058e920b62e65c41bdc7db8a2689589ebaea /sys/arch/armish/conf | |
parent | db0ffb1635ea02b022284943818714267e0289dd (diff) |
Add Smart Battery Monitor device driver. Provided by
Aaron Linville <aaron@linville.org> in PR 5398.
Diffstat (limited to 'sys/arch/armish/conf')
-rw-r--r-- | sys/arch/armish/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armish/conf/GENERIC b/sys/arch/armish/conf/GENERIC index 89c97acd639..88a36bd25a2 100644 --- a/sys/arch/armish/conf/GENERIC +++ b/sys/arch/armish/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.13 2006/11/29 14:26:40 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.14 2007/02/28 21:54:43 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -176,6 +176,7 @@ ukphy* at mii? # generic unknown PHYs # 1-Wire devices option ONEWIREVERBOSE owid* at onewire? # ID +owsbm* at onewire? # Smart Battery Monitor owtemp* at onewire? # Temperature # mouse & keyboard multiplexor pseudo-devices |