From 5cdca32dbb561d39ae00c7702cb4f3b176ff3f9b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 19 Oct 2009 18:26:45 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1240 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/io/platforms/AT91SAM7X/mii_lld.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'os/io/platforms/AT91SAM7X/mii_lld.c') diff --git a/os/io/platforms/AT91SAM7X/mii_lld.c b/os/io/platforms/AT91SAM7X/mii_lld.c index 4d69adc43..c4f3ac3eb 100644 --- a/os/io/platforms/AT91SAM7X/mii_lld.c +++ b/os/io/platforms/AT91SAM7X/mii_lld.c @@ -46,15 +46,6 @@ void mii_lld_reset(MACDriver *macp) { /* * Disables the pullups on all the pins that are latched on reset by the PHY. - * The status latched into the PHY is: - * PHYADDR = 00001 - * PCS_LPBK = 0 (disabled) - * ISOLATE = 0 (disabled) - * RMIISEL = 0 (MII mode) - * RMIIBTB = 0 (BTB mode disabled) - * SPEED = 1 (100mbps) - * DUPLEX = 1 (full duplex) - * ANEG_EN = 1 (auto negotiation enabled) */ AT91C_BASE_PIOB->PIO_PPUDR = PHY_LATCHED_PINS; -- cgit v1.2.3