From 3cc1783adda3df5771ca8b07629d6913069dc639 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Wed, 4 Jan 2006 00:40:09 +0000 Subject: driver for the nvidia nforce2/3/4 smbus controller. --- sys/dev/pci/files.pci | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/files.pci') 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 -- cgit v1.2.3