Subject: Re: ACPI suspend support.
To: Kentaro A. Kurahone <kurahone@sigusr1.org>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: tech-kern
Date: 01/26/2005 18:10:18
On Wed, 2005-01-26 at 22:06 +0000, Kentaro A. Kurahone wrote:
> On Wed, Jan 26, 2005 at 05:56:38PM -0400, Jared D. McNeill wrote:
> > On Wed, 2005-01-26 at 20:34 +0000, Kentaro A. Kurahone wrote:
> > > Looks good.  I have cbb, auich, agp_i810, and pms fixed up.  I'm going to
> > > rework those to use pci_state_saveoff/restore.
> > 
> > I've commited my changes (modified as per Matt Thomas's suggestions), so
> > you might want to update and use pci_conf_capture/restore along with
> > struct pci_conf_state.
> 
> Ok, will do.
>  
> > Your VBIOS code was added to acpi_wakecode.S (but commented out), since
> > it causes my machine to blindly reset. We need to make that optional.
> 
> Easy enough.  I'll add that and send a diff once I'm done fixing up my changes.

Curious.. do you suppose there's a better way to wakeup the display than
to just reset the video BIOS? There should be something that we can do
in a vga(4) or vga_pci(4) powerhook...

Cheers,
Jared