diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-29 11:57:30 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-04-29 11:57:30 +0000 |
commit | 78c8c3db4bca4f44d8a16e63de177324d2063069 (patch) | |
tree | ab00a27fad6535ee94d5573484470b55ed8fe2c5 /sys/dev/mii/miivar.h | |
parent | f7bf276ff5c4afb3521b2b88eb6fbf58c55d7b1b (diff) |
Move a lot closer to NetBSDs MII support for GigE.
Move fxp and nge drivers over to use the new stuff.
Notes
Notes:
svn path=/head/; revision=95718
Diffstat (limited to 'sys/dev/mii/miivar.h')
-rw-r--r-- | sys/dev/mii/miivar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h index 69668b0c9af1..bc214d9c42e7 100644 --- a/sys/dev/mii/miivar.h +++ b/sys/dev/mii/miivar.h @@ -197,6 +197,7 @@ void mii_tick(struct mii_data *); void mii_pollstat(struct mii_data *); int mii_phy_probe(device_t, device_t *, ifm_change_cb_t, ifm_stat_cb_t); void mii_add_media(struct mii_softc *); +void mii_phy_add_media(struct mii_softc *); int mii_media_from_bmcr(int); |