summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/jmphyreg.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for JMicron JMC251/JMC261 Gigabit/Fast ethernetyongari2010-12-181-0/+9
| | | | | | | | | | | | | | | | | | | | controller with Card Read Host Controller. These controllers are multi-function devices and have the same ethernet core of JMC250/JMC260. Starting from REVFM 5(chip full mask revision) controllers have the following features. o eFuse support o PCD(Packet Completion Deferring) o More advanced PHY power saving Because these controllers started to use eFuse, station address modified by driver is permanent as if it was written to EEPROM. If you have to change station address please save your controller default address to safe place before reprogramming it. There is no way to restore factory default station address. Many thanks to JMicron for continuing to support FreeBSD. HW donated by: JMicron
* Add JMicron JMP202/JMP211 PHY driver.yongari2008-05-271-0/+108
OpenPOWER on IntegriCloud