diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-03-28 17:04:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-03-28 17:04:30 +0000 |
commit | a90bf08cd5f48a86c4a400323bb0a2050b77cc84 (patch) | |
tree | b3b0c4d5af827c3eeb7dd53488692656d924e0f0 /sys/arch/amd64/conf/GENERIC | |
parent | d57db2c5600004f5e28a025da6cf324c304510fc (diff) |
Driver for microguru sensor microcontroller found on ABIT motherboards.
Driver written by Mikko Tolmunen <oskari@sefirosu.org>
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index b6e5132167f..2e3b926bef8 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.287 2010/03/03 20:57:28 mk Exp $ +# $OpenBSD: GENERIC,v 1.288 2010/03/28 17:04:27 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -95,6 +95,7 @@ viaenv* at pci? # VIA VT82C686A hardware monitor wbsio* at isa? port 0x2e # Winbond LPC Super I/O wbsio* at isa? port 0x4e +uguru0 at isa? port 0xe0 # ABIT uGuru lm* at wbsio? aps0 at isa? port 0x1600 # ThinkPad Active Protection System |