1 1.11 thorpej # $NetBSD: files.mii,v 1.11 1998/11/04 23:07:15 thorpej Exp $ 2 1.1 bouyer 3 1.6 thorpej file dev/mii/mii.c mii 4 1.1 bouyer 5 1.11 thorpej define mii_phy 6 1.11 thorpej file dev/mii/mii_physubr.c mii_phy 7 1.11 thorpej 8 1.11 thorpej device tlphy: mii_phy 9 1.6 thorpej attach tlphy at mii 10 1.5 thorpej file dev/mii/tlphy.c tlphy 11 1.1 bouyer 12 1.11 thorpej device nsphy: mii_phy 13 1.6 thorpej attach nsphy at mii 14 1.5 thorpej file dev/mii/nsphy.c nsphy 15 1.5 thorpej 16 1.11 thorpej device qsphy: mii_phy 17 1.6 thorpej attach qsphy at mii 18 1.5 thorpej file dev/mii/qsphy.c qsphy 19 1.5 thorpej 20 1.11 thorpej device inphy: mii_phy 21 1.6 thorpej attach inphy at mii 22 1.5 thorpej file dev/mii/inphy.c inphy 23 1.7 thorpej 24 1.11 thorpej device exphy: mii_phy 25 1.7 thorpej attach exphy at mii 26 1.7 thorpej file dev/mii/exphy.c exphy 27 1.8 thorpej 28 1.11 thorpej device lxtphy: mii_phy 29 1.8 thorpej attach lxtphy at mii 30 1.8 thorpej file dev/mii/lxtphy.c lxtphy 31 1.9 thorpej 32 1.11 thorpej device icsphy: mii_phy 33 1.9 thorpej attach icsphy at mii 34 1.9 thorpej file dev/mii/icsphy.c icsphy 35 1.10 thorpej 36 1.11 thorpej device sqphy: mii_phy 37 1.10 thorpej attach sqphy at mii 38 1.10 thorpej file dev/mii/sqphy.c sqphy 39