On 2014-11-13 20:23, Adam McDougall wrote:
On 11/13/2014 21:07, Larry Rosenman wrote:
this bug?

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194770

It's to stop a constant stream of noise on my 11-CURRENT box.




Doesn't r273962 take care of this?
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
It misses this block:
Index: sys/dev/drm2/radeon/radeon_connectors.c

@@ -954,7 +954,7 @@
radeon_connector->edid = drm_get_edid(&radeon_connector->base, radeon_connector->ddc_bus->adapter);

                if (!radeon_connector->edid) {
-                       DRM_ERROR("%s: probed a monitor but no|invalid EDID\n",
+                       DRM_DEBUG_KMS("%s: probed a monitor but no|invalid 
EDID\n",
                                        drm_get_connector_name(connector));
/* rs690 seems to have a problem with connectors not existing and always * return a block of 0's. If we see this just stop polling on this output */


Which is one of the messages I was getting...


--
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 214-642-9640                 E-Mail: l...@lerctr.org
US Mail: 108 Turvey Cove, Hutto, TX 78634-5688
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to