diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-04 20:19:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-04 20:19:25 +0000 |
commit | d634e3d96597a69b532b1fcabc08cdf3432dacb2 (patch) | |
tree | 63b1eb07a4210fcf1c19771251e66993fbb05261 /sys/arch/i386 | |
parent | 2576f1816448a9ac2c0fc40dcca15d4dc48bc823 (diff) |
driver for i2c lm93 sensor; very common on ipmi machines which have i2c
bmc's watching on the shared bus. if you disable ipmi, you might see it
pop up (reminder why ipmi / i2c mixes are disabled: some ipmi's seem to
violate the i2c bus locking protocol). tested by Alexander Lobodzinski
Diffstat (limited to 'sys/arch/i386')
-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 7ab27931836..52cc755f2f8 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.569 2007/08/31 16:27:23 marco Exp $ +# $OpenBSD: GENERIC,v 1.570 2007/09/04 20:19:24 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -139,6 +139,7 @@ adt* at iic? # Analog Devices ADT7460 lm* at iic? # LM78/79 and clones lmenv* at iic? # National Semiconductor LM87 lmtemp* at iic? # NS LM75/LM77 temperature sensor +lmn* at iic? # NS LM93 maxds* at iic? # Maxim DS1631/1624/1721 maxtmp* at iic? # Maxim MAX6642/MAX6690 asbtm* at iic? # Asus ASB100 |