netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] r8169: add new PCI ID
@ 2006-05-25  1:24 Yoichi Yuasa
  2006-05-27  1:47 ` Jeff Garzik
  0 siblings, 1 reply; 4+ messages in thread
From: Yoichi Yuasa @ 2006-05-25  1:24 UTC (permalink / raw)
  To: romieu; +Cc: netdev

Hi,

This patch add new PCI ID for r8169 driver.
RTL8110SBL has this PCI ID.

Please aply.

Yoichi

Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>

diff -pruN -X tb0287/Documentation/dontdiff tb0287-orig/drivers/net/r8169.c tb0287/drivers/net/r8169.c
--- tb0287-orig/drivers/net/r8169.c	2006-05-25 10:09:43.981416000 +0900
+++ tb0287/drivers/net/r8169.c	2006-05-25 09:58:45.932290500 +0900
@@ -184,6 +184,7 @@ static const struct {
 
 static struct pci_device_id rtl8169_pci_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8169), },
+	{ PCI_DEVICE(PCI_VENDOR_ID_REALTEK,	0x8129), },
 	{ PCI_DEVICE(PCI_VENDOR_ID_DLINK,	0x4300), },
 	{ PCI_DEVICE(0x16ec,			0x0116), },
 	{ PCI_VENDOR_ID_LINKSYS,		0x1032, PCI_ANY_ID, 0x0024, },



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] r8169: add new PCI ID
  2006-05-27 11:39   ` Francois Romieu
@ 2006-05-26 20:24     ` Yoichi Yuasa
  0 siblings, 0 replies; 4+ messages in thread
From: Yoichi Yuasa @ 2006-05-26 20:24 UTC (permalink / raw)
  To: Francois Romieu; +Cc: yoichi_yuasa, jeff, netdev

On Sat, 27 May 2006 13:39:19 +0200
Francois Romieu <romieu@fr.zoreil.com> wrote:

> Jeff Garzik <jeff@garzik.org> :
> [...]
> > applied
> 
> $ grep 8129 drivers/net/*.[ch]
> [...]
> drivers/net/8139too.c:  {0x10ec, 0x8129, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }
> 
> Not a big issue but I would be really surprized that it does trigger
> a few PR.

me too, but it is true.
I have checked 2 chips of RTL8110SBL.
These chips work without any problem by the r8169 driver.

Yoichi

lspci result:
0000:01:02.0 0200: 10ec:8129 (rev 10)
	Subsystem: 11ec:8129
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 128 (8000ns min, 8000ns max), Cache Line Size: 0x08 (32 bytes)
	Interrupt: pin A routed to IRQ 53
	Region 0: I/O ports at 1000000 [size=256]
	Region 1: Memory at 11b00000 (32-bit, non-prefetchable) [size=256]
	Expansion ROM at 11c00000 [disabled] [size=32K]
	Capabilities: [dc] Power Management version 6
		Flags: PMEClk+ DSI+ D1- D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME+

0000:01:03.0 0200: 10ec:8129 (rev 10)
	Subsystem: 11ec:8129
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Latency: 128 (8000ns min, 8000ns max), Cache Line Size: 0x08 (32 bytes)
	Interrupt: pin A routed to IRQ 53
	Region 0: I/O ports at 1000400 [size=256]
	Region 1: Memory at 11b00100 (32-bit, non-prefetchable) [size=256]
	Expansion ROM at 11c08000 [disabled] [size=8K]
	Capabilities: [dc] Power Management version 1
		Flags: PMEClk+ DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2+,D3hot-,D3cold-)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] r8169: add new PCI ID
  2006-05-25  1:24 [PATCH] r8169: add new PCI ID Yoichi Yuasa
@ 2006-05-27  1:47 ` Jeff Garzik
  2006-05-27 11:39   ` Francois Romieu
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff Garzik @ 2006-05-27  1:47 UTC (permalink / raw)
  To: Yoichi Yuasa; +Cc: romieu, netdev

Yoichi Yuasa wrote:
> Hi,
> 
> This patch add new PCI ID for r8169 driver.
> RTL8110SBL has this PCI ID.

applied



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] r8169: add new PCI ID
  2006-05-27  1:47 ` Jeff Garzik
@ 2006-05-27 11:39   ` Francois Romieu
  2006-05-26 20:24     ` Yoichi Yuasa
  0 siblings, 1 reply; 4+ messages in thread
From: Francois Romieu @ 2006-05-27 11:39 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Yoichi Yuasa, netdev

Jeff Garzik <jeff@garzik.org> :
[...]
> applied

$ grep 8129 drivers/net/*.[ch]
[...]
drivers/net/8139too.c:  {0x10ec, 0x8129, PCI_ANY_ID, PCI_ANY_ID, 0, 0, RTL8139 }

Not a big issue but I would be really surprized that it does trigger
a few PR.

-- 
Ueimor

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-27 13:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-25  1:24 [PATCH] r8169: add new PCI ID Yoichi Yuasa
2006-05-27  1:47 ` Jeff Garzik
2006-05-27 11:39   ` Francois Romieu
2006-05-26 20:24     ` Yoichi Yuasa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).