Module Name:    src
Committed By:   rkujawa
Date:           Tue Jan 24 01:58:40 UTC 2012

Modified Files:
        src/sys/dev/pci: files.pci

Log Message:
Add missing i2c dependencies to voodoofb.


To generate a diff of this commit:
cvs rdiff -u -r1.353 -r1.354 src/sys/dev/pci/files.pci

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.353 src/sys/dev/pci/files.pci:1.354
--- src/sys/dev/pci/files.pci:1.353	Sat Jan 21 23:54:57 2012
+++ src/sys/dev/pci/files.pci	Tue Jan 24 01:58:40 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.353 2012/01/21 23:54:57 rkujawa Exp $
+#	$NetBSD: files.pci,v 1.354 2012/01/24 01:58:40 rkujawa Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -826,7 +826,7 @@ attach	machfb at pci
 file	dev/pci/machfb.c		machfb
 
 # 3Dfx Voodoo3 framebuffer console driver
-device	voodoofb: wsemuldisplaydev, rasops8, vcons, videomode, drm
+device	voodoofb: wsemuldisplaydev, rasops8, vcons, videomode, drm, i2cbus, i2c_bitbang, ddc_read_edid, edid
 attach	voodoofb at pci
 file	dev/pci/voodoofb.c		voodoofb
 

Reply via email to