1 1.4 thorpej # $NetBSD: files.mii,v 1.4 1998/02/16 22:12:50 thorpej Exp $ 2 1.1 bouyer 3 1.4 thorpej device mii {dev = -1} 4 1.1 bouyer attach mii at miibus 5 1.1 bouyer 6 1.1 bouyer file dev/mii/mii.c miibus 7 1.1 bouyer file dev/mii/generic_phy.c miibus 8 1.1 bouyer 9 1.4 thorpej device tlphy 10 1.1 bouyer attach tlphy at mii 11 1.1 bouyer file dev/mii/tlphy.c tlphy 12 1.1 bouyer 13 1.4 thorpej device nsphy 14 1.1 bouyer attach nsphy at mii 15 1.1 bouyer file dev/mii/nsphy.c nsphy 16