Re: CVS commit: src/sys/dev/hdaudio

2017-08-04 Thread Robert Elz
Date:Sat, 05 Aug 2017 04:29:33 +1000 From:matthew green Message-ID: <3108.1501871...@splode.eterna.com.au> | we are talking about 7 lines that appear every time my monitor | goes out of power save. That is strange, and suggests that the X server is somehow making

re: CVS commit: src/sys/dev/hdaudio

2017-08-04 Thread matthew green
> We are talking about just 1 message at boot, compared with the rest of > what is there, that is hardly "spam" - once one of the errors occurs, the we are talking about 7 lines that appear every time my monitor goes out of power save. my dmesg is spammed and if my desktop were to stay up long en

Re: CVS commit: src/sys/dev/hdaudio

2017-08-04 Thread Robert Elz
Date:Fri, 04 Aug 2017 17:14:28 +1000 From:matthew green Message-ID: <24600.1501830...@splode.eterna.com.au> | this code is not functional and only complains when it fails | to parse stuff, that probably is quite valid. That is most likely true. | all it does i

re: CVS commit: src/sys/dev/hdaudio

2017-08-04 Thread matthew green
Robert Elz writes: > Date:Fri, 4 Aug 2017 00:25:24 + > From:"matthew green" > Message-ID: <20170804002524.16ba1f...@cvs.netbsd.org> > > | put all the ELD debugging messages under #ifdef HDAFG_HDMI_DEBUG. > > I am not sure that doing that with the ones that are

Re: CVS commit: src/sys/dev/hdaudio

2017-08-03 Thread Robert Elz
Date:Fri, 4 Aug 2017 00:25:24 + From:"matthew green" Message-ID: <20170804002524.16ba1f...@cvs.netbsd.org> | put all the ELD debugging messages under #ifdef HDAFG_HDMI_DEBUG. I am not sure that doing that with the ones that are hda_error() is the correct thing