summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2003-07-01 22:58:48 +0000
committermsaitoh <msaitoh@NetBSD.org>2003-07-01 22:58:48 +0000
commit74b3acef2e1e38c76ac7200d1aabfe4cad5de33a (patch)
tree5fdee520703f85855d61f3850ad276003a58085d /sys/dev
parentd8a4a08a242a0e020e01d8a26ac1a2d3be0edc7e (diff)
- last commit (rev. 1.36) add a entry to keep model number of the PHY in
mii_softc. There are some situations to want to check model number. - add comment
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/mii/miivar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h
index bcca6cdcdd3..130ee7292cc 100644
--- a/sys/dev/mii/miivar.h
+++ b/sys/dev/mii/miivar.h
@@ -1,4 +1,4 @@
-/* $NetBSD: miivar.h,v 1.36 2003/07/01 22:46:09 msaitoh Exp $ */
+/* $NetBSD: miivar.h,v 1.37 2003/07/01 22:58:48 msaitoh Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -117,7 +117,7 @@ struct mii_softc {
LIST_ENTRY(mii_softc) mii_list; /* entry on parent's PHY list */
- u_int32_t mii_mpd_model; /* the PHY's model */
+ u_int32_t mii_mpd_model; /* the PHY's model (MII_MODEL())*/
int mii_phy; /* our MII address */
int mii_offset; /* first PHY, second PHY, etc. */
u_int mii_inst; /* instance for ifmedia */