diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-12-31 06:20:23 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2005-12-31 06:20:23 +0000 |
commit | a06814dbc028af567c2f1ab4f2f13c57b05019ec (patch) | |
tree | f04eae04abd47526b7055bb0e6b8a8d1b0d73f6b /sys/arch/amd64/conf/GENERIC | |
parent | 5addb2e49bee0da856d5e7766b7e33c8261a1cd6 (diff) |
Add AMD-8111 SMBus controller driver.
ok deraadt@
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-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 02f13ccfe13..3fc908a2b7d 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.98 2005/12/29 22:53:27 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.99 2005/12/31 06:20:22 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -80,6 +80,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? adc* at iic? # Analog Devices AD7416/AD7417/7418 admtemp* at iic? # Analog Devices ADM1021 |