1 1.17 thorpej # $NetBSD: files.mii,v 1.17 2000/02/02 04:29:49 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.16 thorpej 19 1.16 thorpej device nsphyter: mii_phy 20 1.16 thorpej attach nsphyter at mii 21 1.16 thorpej file dev/mii/nsphyter.c nsphyter 22 1.5 thorpej 23 1.11 thorpej device qsphy: mii_phy 24 1.6 thorpej attach qsphy at mii 25 1.5 thorpej file dev/mii/qsphy.c qsphy 26 1.5 thorpej 27 1.11 thorpej device inphy: mii_phy 28 1.6 thorpej attach inphy at mii 29 1.5 thorpej file dev/mii/inphy.c inphy 30 1.7 thorpej 31 1.14 soren device iophy: mii_phy 32 1.14 soren attach iophy at mii 33 1.14 soren file dev/mii/iophy.c iophy 34 1.14 soren 35 1.12 thorpej device exphy: mii_phy, ukphy_subr 36 1.7 thorpej attach exphy at mii 37 1.7 thorpej file dev/mii/exphy.c exphy 38 1.8 thorpej 39 1.11 thorpej device lxtphy: mii_phy 40 1.8 thorpej attach lxtphy at mii 41 1.8 thorpej file dev/mii/lxtphy.c lxtphy 42 1.9 thorpej 43 1.11 thorpej device icsphy: mii_phy 44 1.9 thorpej attach icsphy at mii 45 1.9 thorpej file dev/mii/icsphy.c icsphy 46 1.10 thorpej 47 1.11 thorpej device sqphy: mii_phy 48 1.10 thorpej attach sqphy at mii 49 1.10 thorpej file dev/mii/sqphy.c sqphy 50 1.14 soren 51 1.14 soren device tqphy: mii_phy 52 1.14 soren attach tqphy at mii 53 1.14 soren file dev/mii/tqphy.c tqphy 54 1.15 thorpej 55 1.17 thorpej device dmphy: mii_phy 56 1.17 thorpej attach dmphy at mii 57 1.17 thorpej file dev/mii/dmphy.c dmphy 58 1.13 thorpej 59 1.13 thorpej device ukphy: mii_phy, ukphy_subr 60 1.13 thorpej attach ukphy at mii 61 1.13 thorpej file dev/mii/ukphy.c ukphy 62