[PATCH 04/33] sfc: Remove unneeded register write

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Ben Hutchings
Date: Friday, December 12, 2008 - 5:49 am

This was only ever needed for an FPGA version of Falcon.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
---
 drivers/net/sfc/falcon.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c
index ac0b671..3af361a 100644
--- a/drivers/net/sfc/falcon.c
+++ b/drivers/net/sfc/falcon.c
@@ -2881,15 +2881,6 @@ int falcon_init_nic(struct efx_nic *efx)
 	unsigned thresh;
 	int rc;
 
-	/* Set up the address region register. This is only needed
-	 * for the B0 FPGA, but since we are just pushing in the
-	 * reset defaults this may as well be unconditional. */
-	EFX_POPULATE_OWORD_4(temp, ADR_REGION0, 0,
-				   ADR_REGION1, (1 << 16),
-				   ADR_REGION2, (2 << 16),
-				   ADR_REGION3, (3 << 16));
-	falcon_write(efx, &temp, ADR_REGION_REG_KER);
-
 	/* Use on-chip SRAM */
 	falcon_read(efx, &temp, NIC_STAT_REG);
 	EFX_SET_OWORD_FIELD(temp, ONCHIP_SRAM, 1);
-- 
Ben Hutchings, Senior Software Engineer, Solarflare Communications
Not speaking for my employer; that's the marketing department's job.
They asked us to note that Solarflare product names are trademarked.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 00/33] sfc version 2.3, Ben Hutchings, (Fri Dec 12, 5:46 am)
[PATCH 01/33] sfc: Board support fixes, Ben Hutchings, (Fri Dec 12, 5:48 am)
[PATCH 02/33] sfc: Change SPI lengths to type size_t, Ben Hutchings, (Fri Dec 12, 5:48 am)
[PATCH 04/33] sfc: Remove unneeded register write, Ben Hutchings, (Fri Dec 12, 5:49 am)
[PATCH 08/33] sfc: Work around unreliable strap pins, Ben Hutchings, (Fri Dec 12, 5:51 am)
[PATCH 09/33] sfc: Restore phy_flash_cfg module parameter, Ben Hutchings, (Fri Dec 12, 5:51 am)
[PATCH 14/33] sfc: Remove MII extension cruft, Ben Hutchings, (Fri Dec 12, 5:53 am)
[PATCH 15/33] sfc: Add support for MMDs numbered &gt;15, Ben Hutchings, (Fri Dec 12, 5:53 am)
[PATCH 16/33] sfc: Add phy_type device attribute, Ben Hutchings, (Fri Dec 12, 5:54 am)
[PATCH 17/33] sfc: Clean up board identification, Ben Hutchings, (Fri Dec 12, 5:54 am)
[PATCH 18/33] sfc: Clean up MDIO flag setting, Ben Hutchings, (Fri Dec 12, 5:54 am)
[PATCH 19/33] sfc: Add support for sub-10G speeds, Ben Hutchings, (Fri Dec 12, 5:54 am)
[PATCH 20/33] sfc: Implement auto-negotiation, Ben Hutchings, (Fri Dec 12, 5:55 am)
[PATCH 23/33] sfc: Add support for SFN4111T, Ben Hutchings, (Fri Dec 12, 5:56 am)
[PATCH 26/33] sfc: Remove leading spaces, Ben Hutchings, (Fri Dec 12, 5:57 am)
[PATCH 29/33] sfc: Use model numbers for PHY type names, Ben Hutchings, (Fri Dec 12, 5:59 am)
Re: [PATCH 01/33] sfc: Board support fixes, David Miller, (Fri Dec 12, 10:29 pm)
Re: [PATCH 02/33] sfc: Change SPI lengths to type size_t, David Miller, (Fri Dec 12, 10:30 pm)
Re: [PATCH 04/33] sfc: Remove unneeded register write, David Miller, (Fri Dec 12, 10:31 pm)
Re: [PATCH 08/33] sfc: Work around unreliable strap pins, David Miller, (Fri Dec 12, 10:34 pm)
Re: [PATCH 14/33] sfc: Remove MII extension cruft, David Miller, (Fri Dec 12, 10:43 pm)
Re: [PATCH 16/33] sfc: Add phy_type device attribute, David Miller, (Fri Dec 12, 10:47 pm)
Re: [PATCH 17/33] sfc: Clean up board identification, David Miller, (Fri Dec 12, 10:48 pm)
Re: [PATCH 18/33] sfc: Clean up MDIO flag setting, David Miller, (Fri Dec 12, 10:49 pm)
Re: [PATCH 19/33] sfc: Add support for sub-10G speeds, David Miller, (Fri Dec 12, 10:50 pm)
Re: [PATCH 20/33] sfc: Implement auto-negotiation, David Miller, (Fri Dec 12, 10:50 pm)
Re: [PATCH 02/33] sfc: Change SPI lengths to type size_t, David Miller, (Fri Dec 12, 10:53 pm)
Re: [PATCH 23/33] sfc: Add support for SFN4111T, David Miller, (Fri Dec 12, 11:01 pm)
Re: [PATCH 26/33] sfc: Remove leading spaces, David Miller, (Fri Dec 12, 11:05 pm)
Re: [PATCH 02/33] sfc: Change SPI lengths to type size_t, Ben Hutchings, (Fri Dec 12, 11:30 pm)