From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 3 Oct 2014 23:23:45 +0200 Subject: [U-Boot] [PATCH 0/2] e1000: add i210 support In-Reply-To: <542ECFD8.7000308@freescale.com> References: <1407508899-30713-1-git-send-email-tharvey@gateworks.com> <201408081657.18143.marex@denx.de> <542ECFD8.7000308@freescale.com> Message-ID: <201410032323.45305.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, October 03, 2014 at 06:33:28 PM, York Sun wrote: > On 08/08/2014 07:57 AM, Marek Vasut wrote: > > On Friday, August 08, 2014 at 04:41:37 PM, Tim Harvey wrote: > >> Two patches to add Intel i210 support to the e1000 driver. > >> > >> Marek Vasut (2): > >> e1000: Implement dcache support > >> e1000: add i210 support > >> > >> drivers/net/e1000.c | 266 > >> > >> ++++++++++++++++++++++++++++++++++++++++++---------- drivers/net/e1000.h > >> | > >> > >> 12 +++ > >> include/pci_ids.h | 7 ++ > >> 3 files changed, 236 insertions(+), 49 deletions(-) > > > > Thanks for taking care of those! > > Tim, > > I am having problem with this patch/commit. We use e1000 cards on many of > our boards for debugging. Recently I found it is not working on some. > Using "git bisect" I narrowed down to this commit > 951860634fdb557bbb58e0f99215391bc0c29779. What information I can provide > to help you investigate? The vendor id is 0x8086. The device id is 0x107d. Hey, can you dive into the patch and see which chunk broke your card please ? Right now, I really cannot tell, I suspect it might have to do with the EEPROM handling changes though. Best regards, Marek Vasut