diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-03-23 08:36:16 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-03-23 08:36:16 +0000 |
commit | 4a6791499b8a09caaff5a0061485ff8ae3229a4d (patch) | |
tree | d94997da1ec8812f41146834d2e989b3e4630256 | |
parent | 2a30f1933c8ee9b6dc707a5b2f3bf20b12332cc4 (diff) |
enable andl; 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 4fa9e13dd17..e9ceaac1272 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.218 2008/03/21 18:44:14 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.219 2008/03/23 08:36:15 cnst Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -107,6 +107,7 @@ admcts* at iic? # Analog Devices ADM1026 admtmp* at iic? # Analog Devices ADM1030 admtt* at iic? # Analog Devices ADM1031 adt* at iic? # Analog Devices ADT7460 +andl* at iic? # Andigilog aSC7611 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 77f11d2a1eb..718f84555ad 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.605 2008/03/19 23:19:17 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.606 2008/03/23 08:36:15 cnst Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -134,6 +134,7 @@ fins0 at isa? port 0x4e # Fintek F71805 Super I/O aps0 at isa? port 0x1600 # ThinkPad Active Protection System adc* at iic? # Analog Devices AD7416/AD7417/7418 +andl* at iic? # Andigilog aSC7611 adl* at iic? # Andigilog aSC7621 admtemp* at iic? # Analog Devices ADM1021 admlc* at iic? # Analog Devices ADM1024 |