From fbe181c5230d8e563277939bd6fb652a637d82b2 Mon Sep 17 00:00:00 2001 From: jchandra Date: Thu, 24 Jan 2013 15:14:22 +0000 Subject: 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 --- sys/mips/nlm/hal/mdio.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/mips/nlm/hal') 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 -- cgit v1.1