Re: cvs commit: src/sys/dev/sound/pci ich.c

2003-10-14 Thread M. Warner Losh
In message: [EMAIL PROTECTED] Mark Santcroos [EMAIL PROTECTED] writes: : On Mon, Oct 13, 2003 at 09:47:45AM -0700, Nate Lawson wrote: : It looks like you are resetting the BARs on resume. If that's all that's : needed, I believe Warner was working on code to do this in the general :

Re: cvs commit: src/sys/dev/sound/pci ich.c

2003-10-13 Thread Mark Santcroos
On Mon, Sep 15, 2003 at 02:16:47PM -0700, Nate Lawson wrote: njl 2003/09/15 14:16:47 PDT FreeBSD src repository Modified files: sys/dev/sound/pciich.c Log: Correctly reset ich[3-5] sound cards on resume. This fixes audio playback after suspend/resume for me.

Re: cvs commit: src/sys/dev/sound/pci ich.c

2003-10-13 Thread Nate Lawson
On Mon, 13 Oct 2003, Mark Santcroos wrote: On Mon, Sep 15, 2003 at 02:16:47PM -0700, Nate Lawson wrote: njl 2003/09/15 14:16:47 PDT FreeBSD src repository Modified files: sys/dev/sound/pciich.c Log: Correctly reset ich[3-5] sound cards on resume. This

Re: cvs commit: src/sys/dev/sound/pci ich.c

2003-10-13 Thread Mark Santcroos
On Mon, Oct 13, 2003 at 09:47:45AM -0700, Nate Lawson wrote: It looks like you are resetting the BARs on resume. If that's all that's needed, I believe Warner was working on code to do this in the general case. Exactly, the thread[*] went on about pci power transitions in general. Warner also