NetBSD/sys/dev/mii/files.mii
bouyer 10fcf021a5 Generic functions for the MII layer. mii attaches to mii-capable network
adapters, and provide media-selections and status to the parent.
This includes drivers for the Thunderland integrated PHY, and
National Semiconductor's DP83840A.
Note: The interface betweeen network controller and mii is not complete yet,
and will need some minors tweaks to support media auto-selection.
1997-10-17 17:33:45 +00:00

15 lines
233 B
Plaintext

device mii {dev = -1}
attach mii at miibus
file dev/mii/mii.c miibus
file dev/mii/generic_phy.c miibus
device tlphy
attach tlphy at mii
file dev/mii/tlphy.c tlphy
device nsphy
attach nsphy at mii
file dev/mii/nsphy.c nsphy