Correct PCI suspend and resume operations [ was Re: cirrus ich3 doesn't work after suspend to disk ]

2003-06-10 Thread Orion Hodson
/-- Mark Santcroos wrote: | | I did some checking with pciconf before and after suspend and come up with | the following "fix": | | # 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 -

Re: cirrus ich3 doesn't work after suspend to disk

2003-06-08 Thread Mark Santcroos
Hi Orion, On Thu, Jun 05, 2003 at 01:05:32PM -0700, Orion Hodson wrote: > The problem you are experiencing is almost certainly localized in the ich > code, specifically ich_init - we may also want ich_reinit. The intel specs > are very good as a rule and certainly the place to start - I don't t