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/pci ich.c > Log: > Correctly reset ich[3-5] sound cards on resume. This fixes audio playback > after suspend/resume for me. > > Submitted by: iwasaki > Reviewed by: orion > Approved by: cg Hi Nate, Sorry for the late reply, this breaks resuming from S4BIOS on my Latitude C640. In message <20030609035127.GA36909_at_laptop.6bone.nl> to current_at_ in June I posted my fix. While it was not very clean, it worked: # set nambar pciconf -w -b pci0:31:5 0x11 0xd8 # set nabmbar: pciconf -w -b pci0:31:5 0x14 0x81 pciconf -w -b pci0:31:5 0x15 0xdc # set pcicmd: pciconf -w -b pci0:31:5 0x4 0x5 I also did the same thing at resume in ich.c, don't have the patch at hand right now, but you get the idea. It would be nice if we could get your changes also to work on my system. MarkReceived on Mon Oct 13 2003 - 03:49:23 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:25 UTC