summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mii_bitbang.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* First round of __P removal in sysmillert2002-03-141-7/+7
|
* Code for devices that read/write to an IEEE 802.3u MII bus using theaaron2001-03-111-0/+59
bit-bang method; from NetBSD.