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 /sys/arch/i386/conf/GENERIC | |
parent | 2a30f1933c8ee9b6dc707a5b2f3bf20b12332cc4 (diff) |
enable andl; ok deraadt
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-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 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 |