diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-31 18:47:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-31 18:47:21 +0000 |
commit | b88dd157c9cad6a01d98fe926459e7da502a5995 (patch) | |
tree | 5a0eeb174a0967dddaace82973bca88038e5c1b2 /sys/arch | |
parent | a46d633a6c7a0f394e63a06bd0997b55033512e5 (diff) |
amdiic enable. if problems or worries, we shut things off before a release
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9b900189288..5d259117269 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.454 2005/12/30 23:23:51 djm Exp $ +# $OpenBSD: GENERIC,v 1.455 2005/12/31 18:47:20 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -107,6 +107,8 @@ ichiic* at pci? # Intel ICH SMBus controller iic* at ichiic? viapm* at pci? # VIA VT8237 power management iic* at viapm? +amdiic* at pci? # AMD-8111 SMBus controller +iic* at amdiic? it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware it1 at isa? port 0xc00 # monitors |