diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2009-08-14 20:39:03 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2009-08-14 20:39:03 +0000 |
commit | 981ccab132beeb15dbbe38cb41a5d15af3491f22 (patch) | |
tree | 7159840ca331cf8bc3ad4ef7519cd26052ec48ac | |
parent | b2c02f4bd85d1f2e50214706009231eb4aaa4fc5 (diff) |
enable lisa(4); tested by Marco Knol; ok deraadt
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 8197de012e6..67f8eaab172 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.271 2009/08/08 09:31:13 kevlo Exp $ +# $OpenBSD: GENERIC,v 1.272 2009/08/14 20:39:02 cnst Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -121,6 +121,7 @@ admtmp* at iic? # Analog Devices ADM1030 admtt* at iic? # Analog Devices ADM1031 adt* at iic? # Analog Devices ADT7460 andl* at iic? # Andigilog aSC7611 +lisa* at iic? # STMicroelectronics LIS331DL motion sensor lm* at iic? # National Semiconductor LM78/79 lmenv* at iic? # National Semiconductor LM87 lmtemp* at iic? # National Semiconductor LM75/LM77 diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 206a76034a8..65334e4e4e5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.668 2009/08/08 09:31:13 kevlo Exp $ +# $OpenBSD: GENERIC,v 1.669 2009/08/14 20:39:02 cnst Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -162,6 +162,7 @@ admtm* at iic? # Analog Devices ADM1025 admtmp* at iic? # Analog Devices ADM1030 admtt* at iic? # Analog Devices ADM1031 adt* at iic? # Analog Devices ADT7460 +lisa* at iic? # STMicroelectronics LIS331DL motion lm* at iic? # National Semiconductor LM78/79 lmenv* at iic? # National Semiconductor LM87 lmtemp* at iic? # National Semiconductor LM75/LM77 |