[coreboot] [PATCH] libpayload: complete + simplify pci functions

Peter Stuge peter at stuge.se
Wed Aug 6 11:32:02 CEST 2008


On Wed, Aug 06, 2008 at 11:28:17AM +0200, Stefan Reinauer wrote:
> +int pci_find_device(u16 vid, u16 did, pcidev_t * dev)
>  {
>  	return find_on_bus(0, vid, did, dev);
>  }

Shouldn't pci_find_device() scan all buses?

Looks good otherwise.


//Peter




More information about the coreboot mailing list