summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/lan78xx.c
Commit message (Collapse)AuthorAgeFilesLines
* [lan78xx] Always enable automatic speed and duplex detectionMichael Brown2019-09-291-0/+8
| | | | | | | | | | | | On devices with no EEPROM or OTP, the MAC_CR register defaults to not using automatic link speed detection, with the result that no packets are successfully sent or received. Fix by always enabling automatic speed and duplex detection, since iPXE provides no mechanism for manual configuration of either link speed or duplex. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [smscusb] Fetch MAC from device tree for Raspberry Pi Model B+Michael Brown2019-07-191-0/+4
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [lan78xx] Add driver for Microchip LAN78xx USB Ethernet NICsMichael Brown2017-07-101-0/+397
Originally-implemented-by: Ravi Hegde <ravi.hegde@microchip.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>