Re: [KJ] [PATCH] drivers/char/watchdog/* : pci_request_regions

2005-02-17 Thread Jeff Garzik
Matthew Wilcox wrote: On Thu, Feb 17, 2005 at 01:49:12PM -0500, Jeff Garzik wrote: Matthew Wilcox wrote: On Mon, Feb 14, 2005 at 04:01:11PM +0100, Christophe Lucas wrote: If PCI request regions fails, then someone else is using the hardware we wish to use. For that one case, calling pci_disable_de

Re: [KJ] [PATCH] drivers/char/watchdog/* : pci_request_regions

2005-02-17 Thread Matthew Wilcox
On Thu, Feb 17, 2005 at 01:49:12PM -0500, Jeff Garzik wrote: > Matthew Wilcox wrote: > >On Mon, Feb 14, 2005 at 04:01:11PM +0100, Christophe Lucas wrote: > > > >>If PCI request regions fails, then someone else is using the > >>hardware we wish to use. For that one case, calling > >>pci_disable_devi

Re: [KJ] [PATCH] drivers/char/watchdog/* : pci_request_regions

2005-02-17 Thread Jeff Garzik
Matthew Wilcox wrote: On Mon, Feb 14, 2005 at 04:01:11PM +0100, Christophe Lucas wrote: If PCI request regions fails, then someone else is using the hardware we wish to use. For that one case, calling pci_disable_device() is rather rude. See : http://www.ussg.iu.edu/hypermail/linux/kernel/0502.1/10

Re: [KJ] [PATCH] drivers/char/watchdog/* : pci_request_regions

2005-02-14 Thread Matthew Wilcox
On Mon, Feb 14, 2005 at 04:01:11PM +0100, Christophe Lucas wrote: > If PCI request regions fails, then someone else is using the > hardware we wish to use. For that one case, calling > pci_disable_device() is rather rude. > See : http://www.ussg.iu.edu/hypermail/linux/kernel/0502.1/1061.html Actua