Re: [Etherboot-developers] Scanning the PCI bus
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-02-04 12:45:42
|
>I agree that in the general case more thought needs to be put into how >to handle multiple NICs. However, in my case, I have a (mostly) known >environment that I need to support up to five NICs in, where all the >NICs are the same - almost (there is a mixture of Intel 82557s, >82558s, & 82559s.) All the same submit your patches when they work and they can be generalised later. It's probably the case the pci.c should not be deciding which NIC to use, and should return the list for config.c to deal with. This can be done without breaking any code, pci.c returns results using a pointer to a structure, it just needs to be a pointer to an array for multiple NICs. |