From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Fri, 3 Oct 2014 09:33:28 -0700 Subject: [U-Boot] [PATCH 0/2] e1000: add i210 support In-Reply-To: <201408081657.18143.marex@denx.de> References: <1407508899-30713-1-git-send-email-tharvey@gateworks.com> <201408081657.18143.marex@denx.de> Message-ID: <542ECFD8.7000308@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. York