1 1.15 thorpej # $NetBSD: files.mii,v 1.15 1999/11/03 22:30:32 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.14 soren device iophy: mii_phy 28 1.14 soren attach iophy at mii 29 1.14 soren file dev/mii/iophy.c iophy 30 1.14 soren 31 1.12 thorpej device exphy: mii_phy, ukphy_subr 32 1.7 thorpej attach exphy at mii 33 1.7 thorpej file dev/mii/exphy.c exphy 34 1.8 thorpej 35 1.11 thorpej device lxtphy: mii_phy 36 1.8 thorpej attach lxtphy at mii 37 1.8 thorpej file dev/mii/lxtphy.c lxtphy 38 1.9 thorpej 39 1.11 thorpej device icsphy: mii_phy 40 1.9 thorpej attach icsphy at mii 41 1.9 thorpej file dev/mii/icsphy.c icsphy 42 1.10 thorpej 43 1.11 thorpej device sqphy: mii_phy 44 1.10 thorpej attach sqphy at mii 45 1.10 thorpej file dev/mii/sqphy.c sqphy 46 1.14 soren 47 1.14 soren device tqphy: mii_phy 48 1.14 soren attach tqphy at mii 49 1.14 soren file dev/mii/tqphy.c tqphy 50 1.15 thorpej 51 1.15 thorpej device rtpphy: mii_phy, ukphy_subr 52 1.15 thorpej attach rtpphy at mii 53 1.15 thorpej file dev/mii/rtpphy.c rtpphy 54 1.13 thorpej 55 1.13 thorpej device ukphy: mii_phy, ukphy_subr 56 1.13 thorpej attach ukphy at mii 57 1.13 thorpej file dev/mii/ukphy.c ukphy 58