diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-28 09:24:28 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2006-12-28 09:24:28 +0000 |
commit | aaff2c75f5c51ba1af4dd9848404ae90457b83ef (patch) | |
tree | 7ebd13692d29f548f009e26a237c60d68010c01c /sys/dev/mii/miivar.h | |
parent | 58236cdba179c22d89bc3310c113a5fb6206d482 (diff) |
Add function to detect flow control status. From NetBSD.
ok brad@
Diffstat (limited to 'sys/dev/mii/miivar.h')
-rw-r--r-- | sys/dev/mii/miivar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h index 8f986f05692..2e750a03f0f 100644 --- a/sys/dev/mii/miivar.h +++ b/sys/dev/mii/miivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: miivar.h,v 1.26 2005/11/06 09:27:19 brad Exp $ */ +/* $OpenBSD: miivar.h,v 1.27 2006/12/28 09:24:27 kettenis Exp $ */ /* $NetBSD: miivar.h,v 1.17 2000/03/06 20:56:57 thorpej Exp $ */ /*- @@ -269,6 +269,8 @@ void mii_phy_status(struct mii_softc *); void mii_phy_update(struct mii_softc *, int); int mii_phy_statusmsg(struct mii_softc *); +int mii_phy_flowstatus(struct mii_softc *); + void ukphy_status(struct mii_softc *); #endif /* _KERNEL */ |