From d634e3d96597a69b532b1fcabc08cdf3432dacb2 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 4 Sep 2007 20:19:25 +0000 Subject: 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 --- sys/arch/amd64/conf/GENERIC | 3 ++- sys/arch/i386/conf/GENERIC | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch') diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index d5c81a029be..60eff4a96ca 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.191 2007/08/05 17:01:25 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.192 2007/09/04 20:19:24 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -101,6 +101,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 maxtmp* at iic? # Maxim MAX6642/MAX6690 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 -- cgit v1.2.3