Re: [PATCH v1 3/4] net: rtl8169: Add one more device ID

2023-07-21 Thread Ramon Fried
On Wed, Jun 21, 2023 at 12:05 PM Minda Chen wrote: > > Add the NIC device ID and adjust the PCI bar regions. > > Signed-off-by: Minda Chen > --- > drivers/net/rtl8169.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c >

[PATCH v1 3/4] net: rtl8169: Add one more device ID

2023-06-21 Thread Minda Chen
Add the NIC device ID and adjust the PCI bar regions. Signed-off-by: Minda Chen --- drivers/net/rtl8169.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/rtl8169.c b/drivers/net/rtl8169.c index 34e4cff1e9..963702777c 100644 --- a/drivers/net/rtl8169.c +++ b/