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/dev/pci/files.pci | |
parent | bbbacc2b2fb274685a411143b63116f3db40ab09 (diff) |
driver for the nvidia nforce2/3/4 smbus controller.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index e4e5d96cec1..1d7c52fc635 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.196 2005/12/31 06:20:22 grange Exp $ +# $OpenBSD: files.pci,v 1.197 2006/01/04 00:40:08 dlg Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config file and device description for machine-independent PCI code. @@ -588,3 +588,8 @@ file dev/pci/viapm.c viapm device amdiic: i2cbus attach amdiic at pci file dev/pci/amdiic.c amdiic + +# NVIDIA nForce2/3/4 SMBus controller +device nviic: i2cbus +attach nviic at pci +file dev/pci/nviic.c nviic |