Hey,
here is the first official patch to support a user specified NIC via pci id (bus:slot:func). example: flashrom -p nic3com=xx:xx.x
Signed-off-by: Christian Ruppert spooky85@gmail.com
Regards, Christian Ruppert
On Thu, May 14, 2009 at 08:11:35PM +0200, Christian Ruppert wrote:
Hey,
here is the first official patch to support a user specified NIC via pci id (bus:slot:func). example: flashrom -p nic3com=xx:xx.x
Signed-off-by: Christian Ruppert spooky85@gmail.com
Thanks, committed in r510 with a few changes:
- Move PCI bus:slot.func checking into nic3com.c where it belongs.
- Some coding style and whitespace fixes.
Uwe.