From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Fri, 21 Aug 2009 09:59:15 -0700 Subject: [U-Boot] [PATCH 2/2] e1000: fix PCI memory addressing In-Reply-To: <1250542538-5717-1-git-send-email-timur@freescale.com> References: <1250542538-5717-1-git-send-email-timur@freescale.com> Message-ID: <4A8ED263.7030401@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Timur, Timur Tabi wrote: > The Intel E1000 driver was making assumptions about the relationship between > some virtual, physical, and PCI addresses. > > Also fix some bad usage of the DEBUGOUT macro > > Signed-off-by: Timur Tabi > --- > drivers/net/e1000.c | 17 +++++++++-------- > Applied to net repo. thanks, Ben