Re: Subtle semantic issue with sleep callbacks in drivers

John Bradford (john@grabjohn.com)
Thu, 17 Apr 2003 16:47:45 +0100 (BST)


> > > The video BIOS on a card often contains information that is found
> > > -nowhere- else. Not in the chip docs. Not in a device driver.
> > > Such information can and does vary from board-to-board, such as RAM
> > > timings, while the chip remains unchanged.
> >
> > Incidently, what happens if we:
> >
> > * Suspend
> > * Swap VGA card with another one
> > * Restore
>
> When it breaks, you get to keep both pieces.
>
> That's a "Don't Do That" issue for any hardware between suspend
> and resume.

Hmm, well what about with a PCI hotswap capable board - presumably
then we could have the situation where a new VGA card appears that we
_have_ to POST?

John.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/