Module Name:    src
Committed By:   macallan
Date:           Wed May 20 08:15:26 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.426 -r1.427 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.426 src/sys/dev/pci/files.pci:1.427
--- src/sys/dev/pci/files.pci:1.426	Sun Feb  9 16:06:18 2020
+++ src/sys/dev/pci/files.pci	Wed May 20 08:15:26 2020
@@ -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 @@ file	dev/pci/unichromefb.c		unichromefb 
 
 # 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

Reply via email to