Subject: Re: access to external proms for PCI
To: None <garrett_damore@tadpole.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-kern
Date: 12/13/2005 20:13:58
In article <439E368B.3040604@tadpole.com>
garrett_damore@tadpole.com wrote:

> boolean_t pci_rom_copy(
>     pci_chipset_tag_t, pcitag_t, uint32_t *dest, int cnt);

- shouldn't dest be (void *) rather than (uint32_t *)?
- cnt should be size_t, or at least unsinged.
- an offset arg is not needed?

---
Izumi Tsutsui