Date: Thu, 13 Nov 2014 20:45:52 -0600 From: Larry Rosenman <ler@lerctr.org> To: Adam McDougall <mcdouga9@egr.msu.edu> Cc: freebsd-current@freebsd.org, owner-freebsd-current@freebsd.org Subject: Re: How do I get someone to look at / comment on Message-ID: <f4957dd877f6e9d2c853a1fa2ef2aea0@thebighonker.lerctr.org> In-Reply-To: <546567A6.5050206@egr.msu.edu> References: <7d96aa32d0369b9e98cd452498a1ec8d@thebighonker.lerctr.org> <546567A6.5050206@egr.msu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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-unsubscribe@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@lerctr.org US Mail: 108 Turvey Cove, Hutto, TX 78634-5688
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?f4957dd877f6e9d2c853a1fa2ef2aea0>