Subject: [PATCH 1/2]: e100 disable device on PCI error

2006-06-29 Thread Linas Vepstas
A recent patch in -mm3 titled gregkh-pci-pci-don-t-enable-device-if-already-enabled.patch causes pci_enable_device() to be a no-op if the kernel thinks that the device is already enabled. This change breaks the PCI error recovery mechanism in the e100 device driver, since, after PCI slot

Re: Subject: [PATCH 1/2]: e100 disable device on PCI error

2006-06-29 Thread Auke Kok
Linas Vepstas wrote: A recent patch in -mm3 titled gregkh-pci-pci-don-t-enable-device-if-already-enabled.patch causes pci_enable_device() to be a no-op if the kernel thinks that the device is already enabled. This change breaks the PCI error recovery mechanism in the e100 device driver,