diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2005-12-30 23:23:52 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2005-12-30 23:23:52 +0000 |
commit | ef36c675875ef3e7426318a41dc7434711715576 (patch) | |
tree | 4ff20524c7722013653e1457e41bf9d3779dc4a0 /sys/arch/i386/conf | |
parent | 65c484cc7c867a706987fa3c541cad3a7d551137 (diff) |
add asbtm iic sensor; ok kettenis@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a1a3430dacd..9b900189288 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.453 2005/12/29 14:44:43 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.454 2005/12/30 23:23:51 djm Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -128,6 +128,7 @@ lmenv* at iic? # National Semiconductor LM87 lmtemp* at iic? # NS LM75/LM77 temperature sensor maxds* at iic? # Maxim DS1631 maxtmp* at iic? # Maxim MAX6642/MAX6690 +asbtm* at iic? # Asus ASB100 # ISA PCMCIA controllers #option PCMCIAVERBOSE |