Subject: Re: access to external proms for PCI
To: Garrett D'Amore <garrett_damore@tadpole.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 12/13/2005 11:02:07
On Mon, Dec 12, 2005 at 06:48:43PM -0800, Garrett D'Amore wrote:
> Actually I'm leaning at this point (writing the code) so that there is a
> new routine:
> 
> boolean_t pci_rom_copy(
>     pci_chipset_tag_t, pcitag_t, uint32_t *dest, int cnt);

Sounds good. Let's make this a MI interface and lazy implement on demand.

Martin