summaryrefslogtreecommitdiff
path: root/sys/dev/phy/e1000.c
AgeCommit message (Collapse)Author
13 hourskernel: e1000: Reset the controller before initexptIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
13 hourskernel: e1000: Read MAC address into `netif'Ian Moffett
This commit implements EEPROM reading logic as well as some code to read the ethernet address into a `netif' structure. Signed-off-by: Ian Moffett <ian@osmora.org>
13 hourskernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
13 hourskernel: e1000: Use raw register VAP offsetsIan Moffett
The E1000 may add padding in-between registers and for the sake of simplicity, we will deal with raw offsets instead of a silly structure. Signed-off-by: Ian Moffett <ian@osmora.org>
16 hourskernel: phy: Add initial E1000 sourcesmainIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>