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