diff options
Diffstat (limited to 'sys/dev/mii')
| -rw-r--r-- | sys/dev/mii/tdkphy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c index 8ae7b0506d01..149b0a4cf750 100644 --- a/sys/dev/mii/tdkphy.c +++ b/sys/dev/mii/tdkphy.c @@ -38,9 +38,9 @@ __FBSDID("$FreeBSD$"); */ /* - * The TDK 78Q2120 is found on some Xircom X3201 based cardbus cards. It's just - * like any other normal phy, except it does auto negotiation in a different - * way. + * The TDK 78Q2120 is found on some Xircom X3201 based cardbus cards, + * also spotted on some 3C575 cards. It's just like any other normal + * phy, except it does auto negotiation in a different way. */ #include <sys/param.h> |
