From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shawn Lin Subject: Re: [PATCH] r8169: Add new device ID support Date: Wed, 24 Oct 2018 13:48:55 +0800 Message-ID: <37d7eebe-5abc-2fe2-adae-562e424f8108@rock-chips.com> References: <1540345607-110155-1-git-send-email-shawn.lin@rock-chips.com> <20181023.191914.36695990470437174.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 7bit Cc: shawn.lin@rock-chips.com, nic_swsd@realtek.com, netdev@vger.kernel.org To: David Miller Return-path: Received: from lucky1.263xmail.com ([211.157.147.132]:47844 "EHLO lucky1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726080AbeJXOXJ (ORCPT ); Wed, 24 Oct 2018 10:23:09 -0400 In-Reply-To: <20181023.191914.36695990470437174.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: Hi David, On 2018/10/24 10:19, David Miller wrote: > From: Shawn Lin > Date: Wed, 24 Oct 2018 09:46:47 +0800 > >> It's found my r8169 ethernet card at hand has a device ID >> of 0x0000 which wasn't on the list of rtl8169_pci_tbl. Add >> a new entry to make it work: > ... >> 01:00.0 Class 0200: 10ec:0000 > > I don't know about this. > > A value of zero could mean the device is mis-responding to > PCI config space requests or something like that. It was working fine on my retired Windows XP home PC with same devcice ID listed, so I guess r8169 driver for windows system knows 0x0000 is also valid. > > >