How do I get someone to look at / comment on

Larry Rosenman ler at lerctr.org
Fri Nov 14 02:45:55 UTC 2014


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to 
> "freebsd-current-unsubscribe at 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: ler at lerctr.org
US Mail: 108 Turvey Cove, Hutto, TX 78634-5688


More information about the freebsd-current mailing list