david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/drivers
Michael Brown f8bb40b002 [realtek] Support RTL8139 cards within generic Realtek driver
RTL8139C+ cards use essentially the same datapath as RTL8169, which is
zerocopy and 64-bit capable.  Older RTL8139 cards use a single receive
ring buffer rather than a descriptor ring, but still share substantial
amounts of functionality with RTL8169.

Include support for RTL8139 cards within the generic Realtek driver,
since there is no way to differentiate between RTL8139 and RTL8139C+
cards based on the PCI IDs alone.

Many thanks to all the people who worked on the rtl8139 driver over
the years.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-04-28 19:10:41 +01:00
..
bitbash [spi] Reset device on each access 2011-03-04 19:32:56 +00:00
block [scsi] Eliminate polling while waiting for window to open 2011-06-28 14:45:12 +01:00
bus [device] Make driver name a generic device property 2011-04-07 23:09:19 +01:00
infiniband [arbel] Ensure hardware is quiescent when no interfaces are open 2011-11-15 23:53:26 +00:00
linux [device] Make driver name a generic device property 2011-04-07 23:09:19 +01:00
net [realtek] Support RTL8139 cards within generic Realtek driver 2012-04-28 19:10:41 +01:00
nvs [pci] Auto-resize VPD fields used for non-volatile storage 2011-01-19 13:52:56 +00:00