netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] r8169: Increase version number
@ 2008-10-21 11:40 Martin Capitanio
  2008-10-26  5:07 ` Martin Capitanio
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Capitanio @ 2008-10-21 11:40 UTC (permalink / raw)
  To: Francois Romieu; +Cc: netdev

An ubuntu user reported me 8101e success:

[    0.000000] Linux version 2.6.27-7-generic (buildd@palmer) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu10) ) #1 SMP Fri Oct 17 22:24:21 UTC 2008 (Ubuntu 2.6.27-7.12-generic)
[    2.892918] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.892971] r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.893019] r8169 0000:02:00.0: setting latency timer to 64
[    2.893321] eth0: RTL8101e at 0xf883e000, o.k., XID 34200000 IRQ 221
[   26.652528] r8169: eth0: link up

02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller [10ec:8136] (rev 01)
	Subsystem: Elitegroup Computer Systems Device [1019:8136]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 221
	Region 0: I/O ports at d800 [size=256]
	Region 2: Memory at feaff000 (64-bit, non-prefetchable) [size=4K]
	Expansion ROM at feac0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0-,D1+,D2+,D3hot+,D3cold+)
		Status: D0 PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [48] Vital Product Data <?>
	Capabilities: [50] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 Enable+
		Address: 00000000fee0f00c  Data: 41d9
	Capabilities: [60] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <1us, L1 unlimited
			ExtTag+ AttnBtn+ AttnInd+ PwrInd+ RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s, Latency L0 unlimited, L1 unlimited
			ClockPM- Suprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [84] Vendor Specific Information <?>
	Capabilities: [100] Advanced Error Reporting <?>
	Capabilities: [12c] Virtual Channel <?>
	Capabilities: [148] Device Serial Number 36-81-ec-10-00-00-10-64
	Capabilities: [154] Power Budgeting <?>
	Kernel driver in use: r8169
	Kernel modules: r8169

Could you upgrade the version number, to be sure the new 2.6.28
patch-set get applied?

Thanks,
Martin

---
diff --git a/r8169.c b/r8169.c
index 2b4e975..3832141 100644
--- a/r8169.c
+++ b/r8169.c
@@ -28,7 +28,7 @@
 #include <asm/io.h>
 #include <asm/irq.h>
 
-#define RTL8169_VERSION "2.3LK-NAPI"
+#define RTL8169_VERSION "2.4LK-NAPI"
 #define MODULENAME "r8169"
 #define PFX MODULENAME ": "


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

* Re: [PATCH] r8169: Increase version number
  2008-10-21 11:40 [PATCH] r8169: Increase version number Martin Capitanio
@ 2008-10-26  5:07 ` Martin Capitanio
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Capitanio @ 2008-10-26  5:07 UTC (permalink / raw)
  To: Francois Romieu; +Cc: netdev

On Tue, 2008-10-21 at 13:40 +0200, Martin Capitanio wrote:
> An ubuntu user reported me 8101e success:
> 
> [    0.000000] Linux version 2.6.27-7-generic (buildd@palmer) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu10) ) #1 SMP Fri Oct 17 22:24:21 UTC 2008 (Ubuntu 2.6.27-7.12-generic)
> [    2.892918] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
> [    2.892971] r8169 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
> [    2.893019] r8169 0000:02:00.0: setting latency timer to 64
> [    2.893321] eth0: RTL8101e at 0xf883e000, o.k., XID 34200000 IRQ 221
> [   26.652528] r8169: eth0: link up

another user:
[    0.000000] Linux version 2.6.27-7-generic (buildd@rothera) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu10) ) #1 SMP Fri Oct 24 06:42:44 UTC 2008 (Ubuntu 2.6.
27-7.14-generic)
[    4.803452] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    4.803471] r8169 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    4.803488] r8169 0000:03:00.0: setting latency timer to 64
[    4.804564] r8169 0000:03:00.0: MAC address found in EEPROM: o.k.
[    4.804860] eth0: RTL8101e at 0xf88a8000, o.k., XID 34200000 IRQ 218
[   37.836779] r8169: eth0: link up
[   37.836808] r8169: eth0: link up
[  849.788260] r8169 0000:03:00.0: PME# enabled
[  849.788275] r8169 0000:03:00.0: wake-up capability enabled by ACPI
[  852.564151] r8169 0000:03:00.0: restoring config space at offset 0xf (was 0x100, writing 0x10b)
[  852.564185] r8169 0000:03:00.0: restoring config space at offset 0x6 (was 0x4, writing 0xf0300004)
[  852.564198] r8169 0000:03:00.0: restoring config space at offset 0x4 (was 0x1, writing 0x2001)
[  852.564208] r8169 0000:03:00.0: restoring config space at offset 0x3 (was 0x0, writing 0x10)
[  852.564221] r8169 0000:03:00.0: restoring config space at offset 0x1 (was 0x100000, writing 0x100407)
[  852.564312] r8169 0000:03:00.0: wake-up capability disabled by ACPI
[  852.564319] r8169 0000:03:00.0: PME# disabled
[  855.895177] r8169: eth0: link up

Thanks,
Martin


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

end of thread, other threads:[~2008-10-26  5:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-21 11:40 [PATCH] r8169: Increase version number Martin Capitanio
2008-10-26  5:07 ` Martin Capitanio

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).