Re: [PATCH] PCI Error Recovery: e100 network device driver

2006-04-28 Thread Zhang, Yanmin
On Fri, 2006-04-07 at 06:24, Linas Vepstas wrote: > Please apply and forward upstream. > > --linas > > [PATCH] PCI Error Recovery: e100 network device driver > > Various PCI bus errors can be signaled by newer PCI controllers. This > patch adds the PCI error recover

Re: [PATCH] PCI Error Recovery: e100 network device driver

2006-04-08 Thread Francois Romieu
Linas Vepstas <[EMAIL PROTECTED]> : > Index: linux-2.6.17-rc1/drivers/net/e100.c > === > --- linux-2.6.17-rc1.orig/drivers/net/e100.c 2006-04-07 16:21:46.0 > -0500 > +++ linux-2.6.17-rc1/drivers/net/e100.c 2006-04-07 18

Re: [PATCH] PCI Error Recovery: e100 network device driver

2006-04-07 Thread Alexey Dobriyan
On Fri, Apr 07, 2006 at 06:11:34PM -0500, Linas Vepstas wrote: > --- linux-2.6.17-rc1.orig/drivers/net/e100.c > +++ linux-2.6.17-rc1/drivers/net/e100.c > + * @state: The current pci conneection state connection > +static pci_ers_result_t e100_io_error_detected(struct pci_dev *pdev, > pci_channe

Re: [PATCH] PCI Error Recovery: e100 network device driver

2006-04-07 Thread Linas Vepstas
rience. :-/ Here's a new improved patch. --linas [PATCH] PCI Error Recovery: e100 network device driver Various PCI bus errors can be signaled by newer PCI controllers. This patch adds the PCI error recovery callbacks to the intel ethernet e100 device driver. The patch has been tested, an

Re: [PATCH] PCI Error Recovery: e100 network device driver

2006-04-06 Thread Greg KH
On Thu, Apr 06, 2006 at 05:24:00PM -0500, Linas Vepstas wrote: > + if(pci_enable_device(pdev)) { Add a space after "if" and before "(" please. You do this in a few different places. thanks, greg k-h - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message

[PATCH] PCI Error Recovery: e100 network device driver

2006-04-06 Thread Linas Vepstas
Please apply and forward upstream. --linas [PATCH] PCI Error Recovery: e100 network device driver Various PCI bus errors can be signaled by newer PCI controllers. This patch adds the PCI error recovery callbacks to the intel ethernet e100 device driver. The patch has been tested, and appears

[PATCH] PCI Error Recovery: e100 network device driver

2006-01-18 Thread linas
Hi Jeff, Please review, apply and forward upstream as appropriate. --linas [PATCH] PCI Error Recovery: e100 network device driver Various PCI bus errors can be signaled by newer PCI controllers. This patch adds the PCI error recovery callbacks to the intel ethernet e100 device driver. The

Re: [EMAIL PROTECTED]: [PATCH] PCI Error Recovery: e100 network device driver]

2006-01-11 Thread Jesse Brandeburg
On 1/6/06, linas <[EMAIL PROTECTED]> wrote: > Hi, > > The following patch to the e100 device driver is in the current > 2.6.15-mm1 tree, and is being pushed to the mainline 2.6.15 tree. > > I wrote this patch, and I believe I've cc'ed you on previous > versions, but certainly not recently. Please r

[EMAIL PROTECTED]: [PATCH] PCI Error Recovery: e100 network device driver]

2006-01-06 Thread linas
ow for the e1000 and the ixgb. --linas - Forwarded message from Greg KH <[EMAIL PROTECTED]> - Subject: [PATCH] PCI Error Recovery: e100 network device driver Reply-To: Greg K-H <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] From: Greg KH <[EMAIL PROTECTED]> [PATCH] PCI Error R