Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Change dependency iic to i2cbus for fb drivers. ...
details: https://anonhg.NetBSD.org/src/rev/111725c965e4
branches: trunk
changeset: 772935:111725c965e4
user: rkujawa <rkujawa%NetBSD.org@localhost>
date: Sat Jan 21 23:46:49 2012 +0000
description:
Change dependency iic to i2cbus for fb drivers. OK macallan.
diffstat:
sys/dev/pci/files.pci | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r 08bd87d5a723 -r 111725c965e4 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Sat Jan 21 22:31:15 2012 +0000
+++ b/sys/dev/pci/files.pci Sat Jan 21 23:46:49 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.351 2012/01/03 00:25:49 macallan Exp $
+# $NetBSD: files.pci,v 1.352 2012/01/21 23:46:49 rkujawa Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -837,7 +837,7 @@
# ATI Radeon framebuffer console driver
# (Note: to enable the BIOS parser, add options RADEON_BIOS_INIT to the config)
-device radeonfb: wsemuldisplaydev, videomode, rasops8, rasops32, vcons, splash, iic, i2c_bitbang, ddc_read_edid, edid, drm
+device radeonfb: wsemuldisplaydev, videomode, rasops8, rasops32, vcons, splash, i2cbus, i2c_bitbang, ddc_read_edid, edid, drm
attach radeonfb at pci
file dev/pci/radeonfb.c radeonfb
file dev/pci/radeonfb_i2c.c radeonfb
@@ -980,7 +980,7 @@
file dev/pci/ichsmb.c ichsmb
# ATI Rage 128 framebuffer console driver
-device r128fb: wsemuldisplaydev, rasops8, rasops32, vcons, videomode, iic, i2c_bitbang
+device r128fb: wsemuldisplaydev, rasops8, rasops32, vcons, videomode, i2cbus, i2c_bitbang
attach r128fb at pci
file dev/pci/r128fb.c r128fb
defflag opt_r128fb.h R128FB_DEBUG
@@ -1032,7 +1032,7 @@
include "dev/pci/voyager/files.voyager"
# Silicon Motion SM502 / Voyager GX
-device voyager: iic, i2c_bitbang, voyagerbus, i2cbus
+device voyager: i2cbus, i2c_bitbang, voyagerbus, i2cbus
attach voyager at pci
file dev/pci/voyager.c voyager
defflag opt_voyager.h VOYAGER_DEBUG
@@ -1041,7 +1041,7 @@
include "dev/pci/hdaudio/files.hdaudio"
# Permedia 2 / Sun PGX32 / Raptor
-device pm2fb: wsemuldisplaydev, rasops8, vcons, videomode, iic, i2c_bitbang
+device pm2fb: wsemuldisplaydev, rasops8, vcons, videomode, i2cbus, i2c_bitbang
attach pm2fb at pci
file dev/pci/pm2fb.c pm2fb
defflag opt_pm2fb.h PM2FB_DEBUG
Home |
Main Index |
Thread Index |
Old Index