diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-29 22:53:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-12-29 22:53:28 +0000 |
commit | 5bd5e5972605c25fcac5678cfd90110843d490c2 (patch) | |
tree | ee08fdfd3ea5581138be2e0e860a0c2c39540936 | |
parent | 4fe3497388c96ebad97ee5ec039789ba9790dac6 (diff) |
ichiic for intel amd64 machines; spotted by reyk
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 2c92c4b6b51..02f13ccfe13 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.97 2005/12/29 14:46:44 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.98 2005/12/29 22:53:27 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -76,6 +76,8 @@ viaenv* at pci? # VIA VT82C686A hardware monitor #viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O #viasio* at isa? port 0x4e flags 0x0000 +ichiic* at pci? # Intel ICH SMBus controller +iic* at ichiic? viapm* at pci? # VIA VT8237 power management iic* at viapm? |