Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Add missing i2c dependencies to voodoofb.
details: https://anonhg.NetBSD.org/src/rev/25d8fa048995
branches: trunk
changeset: 772999:25d8fa048995
user: rkujawa <rkujawa%NetBSD.org@localhost>
date: Tue Jan 24 01:58:40 2012 +0000
description:
Add missing i2c dependencies to voodoofb.
diffstat:
sys/dev/pci/files.pci | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 78fe10a71963 -r 25d8fa048995 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Tue Jan 24 00:19:39 2012 +0000
+++ b/sys/dev/pci/files.pci Tue Jan 24 01:58:40 2012 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index