]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[r8169] Remove driver cfg lookup, use pci_device_id->driver_data instead
authorAndrei Faur <da3drus@gmail.com>
Tue, 22 Jun 2010 16:41:58 +0000 (19:41 +0300)
committerMichael Brown <mcb30@ipxe.org>
Wed, 23 Jun 2010 00:06:29 +0000 (01:06 +0100)
commitf658d7daba3ec07a7150ef29de43317339b8f9a9
tree36193b0e0db5d47c477f3685e0adc5dcb1d4c8be
parent21682afe6905ddc566159471bdb1a51e376e2af1
[r8169] Remove driver cfg lookup, use pci_device_id->driver_data instead

This patch removes the cfg lookup made in the r8169 driver and
replaces it with equivalent information found in the driver_data field
of the pci_device_id structure.

Signed-off-by: Andrei Faur <da3drus@gmail.com>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/net/r8169.c
src/drivers/net/r8169.h