10fcf021a5
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.
15 lines
233 B
Plaintext
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
|