diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-01-04 00:40:09 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-01-04 00:40:09 +0000 |
commit | 3cc1783adda3df5771ca8b07629d6913069dc639 (patch) | |
tree | 8bf600991fa0310ca3e1010cb2ca0c38ead24fab /sys/arch/i386 | |
parent | bbbacc2b2fb274685a411143b63116f3db40ab09 (diff) |
driver for the nvidia nforce2/3/4 smbus controller.
Diffstat (limited to 'sys/arch/i386')
-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 5d259117269..bfce90d47e5 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.455 2005/12/31 18:47:20 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.456 2006/01/04 00:40:08 dlg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -109,6 +109,8 @@ viapm* at pci? # VIA VT8237 power management iic* at viapm? amdiic* at pci? # AMD-8111 SMBus controller iic* at amdiic? +#nviic* at pci? # NVIDIA nForce2/3/4 SMBus controller +#iic* at nviic? it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware it1 at isa? port 0xc00 # monitors |