summaryrefslogtreecommitdiff
path: root/sys/dev/mii/nsphyter.c
AgeCommit message (Collapse)Author
2001-04-14- integrated phy on the natsemi 83815 (MacPhyter) is essentially a nsphyterJason Wright
(media selection doesn't work completely right... choose what ever you want, you get auto, but at least link and speed detection work correctly) - correct the cfdriver name to be "nsphyter" not "nsphy" so it can be distinguished from nsphy in 'boot -c'.
2000-08-26sync mii code with netbsdNathan Binkert
adds detach functionality for phys some code cleanup Nobody really had time to test all of this out, but theo said commit anyway
2000-02-26fix printf'sJason Wright
1999-12-07driver for National Semiconductor 83843; from NetBSD.Jason Wright