1 1.12 thorpej # $NetBSD: files.mii,v 1.12 1998/11/04 23:59:51 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.12 thorpej define ukphy_subr 9 1.12 thorpej file dev/mii/ukphy_subr.c ukphy_subr 10 1.12 thorpej 11 1.11 thorpej device tlphy: mii_phy 12 1.6 thorpej attach tlphy at mii 13 1.5 thorpej file dev/mii/tlphy.c tlphy 14 1.1 bouyer 15 1.11 thorpej device nsphy: mii_phy 16 1.6 thorpej attach nsphy at mii 17 1.5 thorpej file dev/mii/nsphy.c nsphy 18 1.5 thorpej 19 1.11 thorpej device qsphy: mii_phy 20 1.6 thorpej attach qsphy at mii 21 1.5 thorpej file dev/mii/qsphy.c qsphy 22 1.5 thorpej 23 1.11 thorpej device inphy: mii_phy 24 1.6 thorpej attach inphy at mii 25 1.5 thorpej file dev/mii/inphy.c inphy 26 1.7 thorpej 27 1.12 thorpej device exphy: mii_phy, ukphy_subr 28 1.7 thorpej attach exphy at mii 29 1.7 thorpej file dev/mii/exphy.c exphy 30 1.8 thorpej 31 1.11 thorpej device lxtphy: mii_phy 32 1.8 thorpej attach lxtphy at mii 33 1.8 thorpej file dev/mii/lxtphy.c lxtphy 34 1.9 thorpej 35 1.11 thorpej device icsphy: mii_phy 36 1.9 thorpej attach icsphy at mii 37 1.9 thorpej file dev/mii/icsphy.c icsphy 38 1.10 thorpej 39 1.11 thorpej device sqphy: mii_phy 40 1.10 thorpej attach sqphy at mii 41 1.10 thorpej file dev/mii/sqphy.c sqphy 42