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/macppc/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/macppc/conf')
-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 8a533760ec9..7b8d5b2f626 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.160 2007/02/16 22:59:44 claudio Exp $g +# $OpenBSD: GENERIC,v 1.161 2007/02/28 21:54:43 grange Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -343,6 +343,7 @@ uk* at scsibus? # 1-Wire devices option ONEWIREVERBOSE owid* at onewire? # ID +owsbm* at onewire? # Smart Battery Monitor owtemp* at onewire? # Temperature pseudo-device hotplug 1 # devices hot plugging |