From owner-freebsd-current@FreeBSD.ORG Fri Nov 14 02:45:55 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0CCD2114; Fri, 14 Nov 2014 02:45:55 +0000 (UTC) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [IPv6:2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "thebighonker.lerctr.org", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D1AF5D53; Fri, 14 Nov 2014 02:45:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lerctr.org; s=lerami; h=Message-ID:References:In-Reply-To:Subject:Cc:To:From:Date:Content-Transfer-Encoding:Content-Type:MIME-Version; bh=+8cBRH7aFyuViuxGZEzOWb6S59Smy4CbWPvOTxdxkv0=; b=msF3UfvAqgrej+l/ndqnn2UB3LMnh6ZlBU3SiWD9VFoeOGlB0bSl70rtgzBP3jwak26zof2fCyhESjL5QCjJcLZZ+P8VlBgPq93NW63ebvkj9afRfpyrHAcCft1LJMPI6d1/Y/q3Pi4FtdPmM2NBKwxw0G5zcZRGss0FEmT3p88=; Received: from thebighonker.lerctr.org ([2001:470:1f0f:3ad:223:7dff:fe9e:6e8a]:62115 helo=webmail.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:DHE-RSA-AES128-GCM-SHA256:128) (Exim 4.84 (FreeBSD)) (envelope-from ) id 1Xp6tU-0008d2-7s; Thu, 13 Nov 2014 20:45:53 -0600 Received: from 104-54-221-134.lightspeed.austtx.sbcglobal.net ([104.54.221.134]) by webmail.lerctr.org with HTTP (HTTP/1.1 POST); Thu, 13 Nov 2014 20:45:52 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 13 Nov 2014 20:45:52 -0600 From: Larry Rosenman To: Adam McDougall Subject: Re: How do I get someone to look at / comment on In-Reply-To: <546567A6.5050206@egr.msu.edu> References: <7d96aa32d0369b9e98cd452498a1ec8d@thebighonker.lerctr.org> <546567A6.5050206@egr.msu.edu> Message-ID: X-Sender: ler@lerctr.org User-Agent: Roundcube Webmail/1.0.3 X-Spam-Score: -3.9 (---) X-LERCTR-Spam-Score: -3.9 (---) X-Spam-Report: SpamScore (-3.9/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-1 X-LERCTR-Spam-Report: SpamScore (-3.9/5.0) ALL_TRUSTED=-1, BAYES_00=-1.9, RP_MATCHES_RCVD=-1 Cc: freebsd-current@freebsd.org, owner-freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2014 02:45:55 -0000 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