Re: [PATCH 2.6.11-rc2 04/29] ide: cleanup piix

2005-02-02 Thread Bartlomiej Zolnierkiewicz
On Wed, 2 Feb 2005 11:46:11 +0900, Tejun Heo <[EMAIL PROTECTED]> wrote: > > 04_ide_cleanup_piix.patch > > > > In drivers/ide/pci/piix.[hc], init_setup_piix() is defined and > > used but only one init_setup function is defined and no > > demultiplexing is done using init_setup

Re: [PATCH 2.6.11-rc2 04/29] ide: cleanup piix

2005-02-02 Thread Bartlomiej Zolnierkiewicz
On Wed, 2 Feb 2005 11:46:11 +0900, Tejun Heo [EMAIL PROTECTED] wrote: 04_ide_cleanup_piix.patch In drivers/ide/pci/piix.[hc], init_setup_piix() is defined and used but only one init_setup function is defined and no demultiplexing is done using init_setup callback. As

Re: [PATCH 2.6.11-rc2 04/29] ide: cleanup piix

2005-02-01 Thread Tejun Heo
> 04_ide_cleanup_piix.patch > > In drivers/ide/pci/piix.[hc], init_setup_piix() is defined and > used but only one init_setup function is defined and no > demultiplexing is done using init_setup callback. As other > drivers call ide_setup_pci_device() directly in such

Re: [PATCH 2.6.11-rc2 04/29] ide: cleanup piix

2005-02-01 Thread Tejun Heo
04_ide_cleanup_piix.patch In drivers/ide/pci/piix.[hc], init_setup_piix() is defined and used but only one init_setup function is defined and no demultiplexing is done using init_setup callback. As other drivers call ide_setup_pci_device() directly in such cases,