TULIP_MWI fix for Cobalt

2006-11-19 Thread Martin Michlmayr
depends on TULIP -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Merging Skylark's IOC3 patch

2006-02-19 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-02-19 21:15]: Can you please review and/or merge Skylark's IOC3 patch from ftp://ftp.linux-mips.org/pub/linux/mips/people/skylark/linux-mips-2.6.14-ioc3-r26.patch.bz2 From my basic understanding I believe that this patch needs to be split up

[PATCH] Improve wording of MV643XX_ETH in Kconfig

2006-02-19 Thread Martin Michlmayr
Slightly improve the wording of the description of MV643XX_ETH in Kconfig. This difference was found between the mainline and linux-mips kernel trees. Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] --- linux-2.6.16-rc4/drivers/net/Kconfig2006-02-19 20:09:06.0 + +++ mips

Re: Diff between Linus' and linux-mips git: declance

2006-02-19 Thread Martin Michlmayr
change seems correct too. Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] --- linux-2.6.16-rc4/drivers/net/declance.c 2006-02-19 20:09:07.0 + +++ mips-2.6.16-rc4/drivers/net/declance.c 2006-02-19 20:15:22.0 + @@ -704,8 +704,8 @@ return IRQ_HANDLED

[RFC] [PATCH 1/2] Driver to remember ethernet MAC values: maclist

2006-02-19 Thread Martin Michlmayr
NSLU2. A sample implementation of the use of maclist is sent as patch 2. This one is for the Linksys NSLU2, but several more patches for other IXP420 based platforms are available. Signed-off-by: John Bowler [EMAIL PROTECTED] Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] Signed-off-by: Alessandro

[RFC] [PATCH 2/2] Driver to remember ethernet MAC values: NSLU2 support

2006-02-19 Thread Martin Michlmayr
From: John Bowler [EMAIL PROTECTED] Implement maclist support for the Linksys NSLU2. The MAC address is read from the RedBoot partition in flash. Signed-off-by: John Bowler [EMAIL PROTECTED] Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] Signed-off-by: Alessandro Zummo [EMAIL PROTECTED

Re: Diff between Linus' and linux-mips git: declance

2006-02-20 Thread Martin Michlmayr
) and should be applied to mainline; the other change seems correct too. And the third is cosmetic. Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] --- --- a/drivers/net/declance.c2006-02-03 03:07:02.0 + +++ b/drivers/net/declance.c2006-02-19 23:50:11.0 + @@ -704,8

de2104x: interrupts before interrupt handler is registered

2006-03-05 Thread Martin Michlmayr
+94/160] inet_ioctl+0x5e/0xa0 [sock_ioctl+249/688] sock_ioctl+0xf9/0x2b0 [sys_ioctl+269/656] sys_ioctl+0x10d/0x290 [syscall_call+7/11] syscall_call+0x7/0xb eth0: link up, media 10baseT auto -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Martin Michlmayr
it with a proper changelog entry and your Signed-off-by. From: Francois Romieu [EMAIL PROTECTED] Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] --- a/drivers/net/tulip/de2104x.c +++ b/drivers/net/tulip/de2104x.c @@ -1362,7 +1362,6 @@ static int de_open (struct net_device *d { struct de_private

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Martin Michlmayr
: tx err, status 0x7fffb002 eth0: tx err, status 0x7fffb032 eth0: tx err, status 0x7fffb002 -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org

Re: [PATCH, RESEND] Add MWI workaround for Tulip DC21143

2006-03-06 Thread Martin Michlmayr
be nice if it could go in. -- Martin Michlmayr [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: de2104x: interrupts before interrupt handler is registered

2006-03-06 Thread Martin Michlmayr
this makes sense to someone. By the way, I only get underruns when I rsync from the PC to another machine - not when I rsync from the other machine to the PC. -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

Re: de2104x: interrupts before interrupt handler is registered

2006-03-07 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-03-07 05:11]: * Francois Romieu [EMAIL PROTECTED] [2006-03-06 22:17]: Not sure about this one, but... It seems to help. It's hard to say for sure because I don't have a foolproof way to reproduce this panic. It _usually_ occurs after copying

Re: de2104x: interrupts before interrupt handler is registered

2006-03-07 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2006-03-06 19:17]: There's another interrupt related bug in the driver, though. I There's yet another bug (or two). I just got another kernel panic: http://www.cyrius.com/tmp/de2104x_panic2.jpg (which I haven't been able to reproduce so far

Re: de2104x: interrupts before interrupt handler is registered

2006-03-07 Thread Martin Michlmayr
the unpatched driver survive. -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 4/12] [NET] Improve description of MV643XX_ETH

2006-03-19 Thread Martin Michlmayr
Slightly improve the wording of the description of MV643XX_ETH in Kconfig. This difference was found between the mainline and linux-mips kernel trees. Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] --- linux-2.6/drivers/net/Kconfig 2006-03-13 18:55:59.0 + +++ mips.git

[PATCH 6/12] [NET] Support the BCM1x55 and BCM1x80 chips

2006-03-19 Thread Martin Michlmayr
[EMAIL PROTECTED] Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] --- linux-2.6/drivers/net/sb1250-mac.c 2006-03-05 19:35:04.0 + +++ mips.git/drivers/net/sb1250-mac.c 2006-03-05 18:51:16.0 + @@ -1,5 +1,5 @@ /* - * Copyright (C) 2001,2002,2003 Broadcom Corporation

[PATCH 5/12] [NET] Bring declance.c in sync with linux-mips tree

2006-03-19 Thread Martin Michlmayr
There are three changes between the Linus' and linux-mips git trees regarding the declaner driver. Two are cosmetic and one fixes a call to the wrong function. Signed-off-by: Martin Michlmayr [EMAIL PROTECTED] Acked-by: Maciej W. Rozycki [EMAIL PROTECTED] --- linux-2.6/drivers/net/declance.c

Re: [PATCH, RESEND] Add MWI workaround for Tulip DC21143

2006-03-27 Thread Martin Michlmayr
in a specific revision of the chip, which the Cobalt happens to use. However, I'd be glad if somone else could comment. Peter, you read the errata right? -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL

Re: [patch 1/2] tulip: fix for 64-bit mips

2006-06-25 Thread Martin Michlmayr
: sleep, rather than | delay for an extra-long time. That's the only hurdle for the tulip | patches you keep resending. | Francois Romieu even had an untested patch that attempted this, | somewhere. Now we just need someone to complete this work... -- Martin Michlmayr [EMAIL PROTECTED

Re: PATCH SB1250 NAPI support

2006-06-29 Thread Martin Michlmayr
-by line). Can it go in when it's resent with a Signed-off-by line or does the patch have any other problems? -- Martin Michlmayr [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http

skge error; hangs w/ hardware memory hole

2006-07-03 Thread Martin Michlmayr
to do about this? -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: skge error; hangs w/ hardware memory hole

2006-07-08 Thread Martin Michlmayr
Audio Controller (rev 60) -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: r8169 driver problem with RTL8110SB chip (on iop3xx ARM board)

2006-07-28 Thread Martin Michlmayr
0x TxTimer: 0 TxPackets: 0 RxTimer: 0 RxPackets: 0 0xE4: Rx Ring Addr 0x07bd4000 0x 0xEC: Early Tx threshold0x3f -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send

Re: r8169 driver problem with RTL8110SB chip (on iop3xx ARM board)

2006-07-28 Thread Martin Michlmayr
, .get_settings = ethtool_get_settings, -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: r8169 driver problem with RTL8110SB chip (on iop3xx ARM board)

2006-08-03 Thread Martin Michlmayr
0x3f -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: r8169 driver problem with RTL8110SB chip (on iop3xx ARM board)

2006-08-03 Thread Martin Michlmayr
: Early Tx threshold0x3f -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: r8169 driver problem with RTL8110SB chip (on iop3xx ARM board)

2006-08-03 Thread Martin Michlmayr
:506008k EXT3 FS on sda3, internal journal r8169: eth0: link up eth0: PCI error (cmd = 0x0157, status = 0x6238). NETDEV WATCHDOG: eth0: transmit timed out eth0: PCI error (cmd = 0x0157, status = 0x6238). -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 1/2] Add Sonics Silicon Backplane driver

2006-08-23 Thread Martin Michlmayr
SSB_SPROM2_OPO_VALUE0x00FF +#define SSB_SPROM2_OPO_UNUSED 0xFF00 +#define SSB_SPROM2_CCODE 0x107C /* Two char Country Code */ This is badly formated. Can you repost, please. -- Martin Michlmayr [EMAIL PROTECTED] - To unsubscribe from this list: send the line

Re: [PATCH 1/2] Add Sonics Silicon Backplane driver

2006-08-23 Thread Martin Michlmayr
just because of the tabs, if the + in front is removed it's formatted fine. And the indentation is supposed to be like that I'd think. Yes, sorry, I didn't realize that registers and register values have different indentation. -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from

Netconsole and logging everything from /dev/console

2007-11-16 Thread Martin Michlmayr
services are started. Ideally, I'd like to have an option for netconsole to show every message that is also shown on the console. Do you think that would be possible? -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message

Re: Netconsole and logging everything from /dev/console

2007-11-17 Thread Martin Michlmayr
look for examples I could follow? -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 12/21] r8169: confusion between hardware and IP header alignment

2007-11-22 Thread Martin Michlmayr
/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=864022344caf43dab7fa5219152280d056c6e051 [2] http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=e9f63f30863fd778a5329e93c7e2208b9bcb5b79 -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe from this list

Re: [PATCH 12/21] r8169: confusion between hardware and IP header alignment

2007-11-26 Thread Martin Michlmayr
: r8169 Gigabit Ethernet driver 2.2LK loaded eth0: RTL8169sb/8110sb at 0xe085c200, 00:14:fd:10:33:8e, XID 1000 IRQ 27 r8169 Gigabit Ethernet driver 2.2LK loaded eth1: RTL8169sb/8110sb at 0xe085e300, 00:14:fd:10:33:8f, XID 1000 IRQ 30 -- Martin Michlmayr http://www.cyrius.com/ - To unsubscribe

[PATCH] mv643xx_eth: Define module alias for platform device

2008-02-16 Thread Martin Michlmayr
The mv643xx_eth driver can be loaded as a platform device, as is done by various Orion (ARM) based devices. The driver needs to define a module alias for the platform driver so udev will load it automatically. Tested with Debian on a QNAP TS-209. Signed-off-by: Martin Michlmayr [EMAIL PROTECTED