summaryrefslogtreecommitdiffstats
path: root/sys/mips/nlm/hal
diff options
context:
space:
mode:
authorjchandra <jchandra@FreeBSD.org>2013-01-24 15:14:22 +0000
committerjchandra <jchandra@FreeBSD.org>2013-01-24 15:14:22 +0000
commitfbe181c5230d8e563277939bd6fb652a637d82b2 (patch)
tree5fed1cb901e600f749a159d5a6bab33122231aee /sys/mips/nlm/hal
parentada55007d771831648c36ecf9a8cba4a4f26a25b (diff)
downloadFreeBSD-src-fbe181c5230d8e563277939bd6fb652a637d82b2.zip
FreeBSD-src-fbe181c5230d8e563277939bd6fb652a637d82b2.tar.gz
Broadcom XLP network driver update for XLP 8xx B1 rev
Update MDIO reset code to support Broadcom XLP B1 revisions. Update nlm_xlpge_ioctl, nlm_xlpge_port_enable need not be called after nlm_xlpge_init. Obtained from: Venkatesh J V <venkatesh.vivekanandan@broadcom.com>
Diffstat (limited to 'sys/mips/nlm/hal')
-rw-r--r--sys/mips/nlm/hal/mdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/nlm/hal/mdio.h b/sys/mips/nlm/hal/mdio.h
index a1e720b..31b2aa0 100644
--- a/sys/mips/nlm/hal/mdio.h
+++ b/sys/mips/nlm/hal/mdio.h
@@ -100,6 +100,7 @@ int nlm_int_gmac_mdio_reset(uint64_t, int, int, int);
int nlm_gmac_mdio_read(uint64_t, int, int, int, int, int);
int nlm_gmac_mdio_write(uint64_t, int, int, int, int, int, uint16_t);
int nlm_gmac_mdio_reset(uint64_t, int, int, int);
+void nlm_mdio_reset_all(uint64_t);
#endif /* !(LOCORE) && !(__ASSEMBLY__) */
#endif
OpenPOWER on IntegriCloud