Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci radeonfb doesn't attach an iic*, so pull in iic,...



details:   https://anonhg.NetBSD.org/src/rev/c6cd52fa5978
branches:  trunk
changeset: 933161:c6cd52fa5978
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed May 20 08:15:26 2020 +0000

description:
radeonfb doesn't attach an iic*, so pull in iic, not i2cbus

diffstat:

 sys/dev/pci/files.pci |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 877f93a1f83a -r c6cd52fa5978 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Wed May 20 05:24:35 2020 +0000
+++ b/sys/dev/pci/files.pci     Wed May 20 08:15:26 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.426 2020/02/09 16:06:18 jmcneill Exp $
+#      $NetBSD: files.pci,v 1.427 2020/05/20 08:15:26 macallan Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -829,7 +829,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, i2cbus, i2c_bitbang, ddc_read_edid, edid, drm, glyphcache
+device radeonfb: wsemuldisplaydev, videomode, rasops8, rasops32, vcons, splash, iic, i2c_bitbang, ddc_read_edid, edid, drm, glyphcache
 attach radeonfb at pci
 file   dev/pci/radeonfb.c      radeonfb
 file   dev/pci/radeonfb_i2c.c  radeonfb



Home | Main Index | Thread Index | Old Index