[PATCH 1/5] remove TxStartThresh and RxEarlyThresh

2006-10-14 Thread Jesse Huang
From: Jesse Huang [EMAIL PROTECTED] Change Logs: For patent issue need to remove TxStartThresh and RxEarlyThresh. This patent is cut-through patent. If use this function, Tx will start to transmit after few data be move in to Tx FIFO. We are not allow to use those function in

[PATCH 2/5] Fix TX Pause bug (reset_tx, intr_handler)

2006-10-14 Thread Jesse Huang
From: Jesse Huang [EMAIL PROTECTED] Change Logs: Fix TX Pause bug (reset_tx, intr_handler). When MaxCollisions occurred, need to re-enable Tx. But just after re-enable, MaxCollisions maybe occurred again and with TxStatusOverflow. This will cause driver can't check new MaxCollisions to re-enable

[PATCH 4/5] Correct initial and close hardware step.

2006-10-14 Thread Jesse Huang
From: Jesse Huang [EMAIL PROTECTED] Change Logs: Correct initial and close hardware step. In some embedded system down and up IP100A will cause DMA crash. We add some for safe down and up IP100A. Signed-off-by: Jesse Huang [EMAIL PROTECTED] --- drivers/net/sundance.c |8 1 files

[PATCH 5/5] Solve host error problem in low performance embedded system when continune down and up.

2006-10-14 Thread Jesse Huang
From: Jesse Huang [EMAIL PROTECTED] Change Logs: Solve host error problem in low performance embedded system when continune down and up. It will cause IP100A DMA TargetAbort. So we need more safe process to up and down IP100A with wait hardware completely stop and software cur_tx/

Re: [FYI]: Introduction of the support for RFC4312(The Camellia Cipher Algorithm)

2006-10-14 Thread Noriaki TAKAMIYA
Hi, Dag, Fri, 13 Oct 2006 10:07:03 +0200 [Subject: Re: [FYI]: Introduction of the support for RFC4312(The Camellia Cipher Algorithm)] Dag Arne Osvik [EMAIL PROTECTED] wrote... I'm cc'ing linux-crypto and netdev so you don't get more questions about this. The mails I sent included

Re: [Bugme-new] [Bug 7362] New: tun/tap device needs root permission for TUNSETIFF ioctl

2006-10-14 Thread David Woodhouse
On Fri, 2006-10-13 at 14:43 -0700, Andrew Morton wrote: Problem Description: Applying TUNSETIFF ioctl needs root permissions that wasn't needed in previous versions. I was using qemu 0.8.2 (a virtual machine emulator) which uses a tap device to emulate a network between the guest and

Re: [PATCH 01/02 V3] net/ipv6: seperate sit driver to extra module

2006-10-14 Thread Joerg Roedel
On Sat, Oct 14, 2006 at 01:09:39AM +0200, Jan Dittmer wrote: David Miller wrote: From: Joerg Roedel [EMAIL PROTECTED] Date: Fri, 13 Oct 2006 21:17:45 +0200 On Fri, Oct 13, 2006 at 08:12:06PM +0200, Jan Dittmer wrote: This is missing the MODULE_LICENSE statements and taints the kernel

Re: [patch 1/7] Update smc91x driver with ARM Versatile board info

2006-10-14 Thread Russell King
On Tue, Oct 10, 2006 at 02:33:22PM -0700, [EMAIL PROTECTED] wrote: From: Deepak Saxena [EMAIL PROTECTED] We need to specify a Versatile-specific SMC_IRQ_FLAGS value or the new generic IRQ layer will complain thusly: Or a far better solution would be to arrange to pass the IRQ flags via the

Re: [PATCH 1/2] [PCI] Check that MWI bit really did get set

2006-10-14 Thread Matthew Wilcox
On Fri, Oct 13, 2006 at 09:41:35PM -0700, Andrew Morton wrote: Bisection shows that this patch (pci-check-that-mwi-bit-really-did-get-set.patch in Greg's PCI tree) breaks suspend-to-disk on my Vaio. It writes the suspend image and gets to the point where it's supposed to power down, but

[PATHC] e100: fix reboot -f with netconsole enabled

2006-10-14 Thread Auke Kok
e100: FIX: fix netconsole fast reboot attached to e100 When rebooting with netconsole over e100, the driver shutdown code would deadlock with netpoll. Reduce shutdown code to a bare minimum while retaining WoL and suspend functionality. Signed-off-by: Auke Kok [EMAIL PROTECTED] Signed-off-by:

Re: [PATCH 1/2] [PCI] Check that MWI bit really did get set

2006-10-14 Thread Andrew Morton
On Sat, 14 Oct 2006 08:02:49 -0600 Matthew Wilcox [EMAIL PROTECTED] wrote: On Fri, Oct 13, 2006 at 09:41:35PM -0700, Andrew Morton wrote: Bisection shows that this patch (pci-check-that-mwi-bit-really-did-get-set.patch in Greg's PCI tree) breaks suspend-to-disk on my Vaio. It writes the

Re: [PATCH 1/2] [PCI] Check that MWI bit really did get set

2006-10-14 Thread Matthew Wilcox
On Sat, Oct 14, 2006 at 01:48:55PM -0700, Andrew Morton wrote: On Sat, 14 Oct 2006 08:02:49 -0600 Matthew Wilcox [EMAIL PROTECTED] wrote: On Fri, Oct 13, 2006 at 09:41:35PM -0700, Andrew Morton wrote: Bisection shows that this patch (pci-check-that-mwi-bit-really-did-get-set.patch in