aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mii
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-09-30 19:35:44 +0000
committerWarner Losh <imp@FreeBSD.org>2005-09-30 19:35:44 +0000
commit0d507778989406c6d9c196ad9cb4a68b26ffd6fa (patch)
treef92b2cdfa5564ffaa251be5b7897dc228c3b9076 /sys/dev/mii
parent73a2c3a32eea5f2b37a545986aba2d63b9dd87e5 (diff)
Notes
Diffstat (limited to 'sys/dev/mii')
-rw-r--r--sys/dev/mii/tdkphy.c6
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>