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 recovery callbacks to the intel ethe

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
On Thu, Apr 06, 2006 at 03:46:43PM -0700, Greg KH wrote: > 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. I guess I'm immune to learning from experience. :-/ Here's a new improved patch. --li

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