Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Bartlomiej Zolnierkiewicz
On Friday 09 March 2007, Jeff Garzik wrote: > > Discussed for 2.6.21, but pushed back because the current SATA code > had enough fun stuff to debug already. Thus, just queued the following > for 2.6.22 in libata-dev.git#upstream. > > The nasty request_resource hack is finally gone. > > In

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Jesse Barnes
On Friday, March 9, 2007 8:01 am Jeff Garzik wrote: > Discussed for 2.6.21, but pushed back because the current SATA code > had enough fun stuff to debug already. Thus, just queued the > following for 2.6.22 in libata-dev.git#upstream. > > The nasty request_resource hack is finally gone. > >

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Jeff Garzik
Alan Cox wrote: Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> Acked-by: Alan Cox <[EMAIL PROTECTED]> and you can remove even more code as pci_request_resources() will now just do the right thing for all cases. pci_request_regions() you mean? Jeff - To unsubscribe from this

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Alan Cox
> Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> Acked-by: Alan Cox <[EMAIL PROTECTED]> and you can remove even more code as pci_request_resources() will now just do the right thing for all cases. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Jeff Garzik
Jeff Garzik wrote: diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index 066689c..0a19466 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c @@ -779,40 +779,16 @@ int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_info, /*

[PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Jeff Garzik
Discussed for 2.6.21, but pushed back because the current SATA code had enough fun stuff to debug already. Thus, just queued the following for 2.6.22 in libata-dev.git#upstream. The nasty request_resource hack is finally gone. In practical terms, this usually means that some combined mode

[PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Jeff Garzik
Discussed for 2.6.21, but pushed back because the current SATA code had enough fun stuff to debug already. Thus, just queued the following for 2.6.22 in libata-dev.git#upstream. The nasty request_resource hack is finally gone. In practical terms, this usually means that some combined mode

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Jeff Garzik
Jeff Garzik wrote: diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index 066689c..0a19466 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c @@ -779,40 +779,16 @@ int ata_pci_init_one (struct pci_dev *pdev, struct ata_port_info **port_info, /*

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Alan Cox
Signed-off-by: Jeff Garzik [EMAIL PROTECTED] Acked-by: Alan Cox [EMAIL PROTECTED] and you can remove even more code as pci_request_resources() will now just do the right thing for all cases. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Jeff Garzik
Alan Cox wrote: Signed-off-by: Jeff Garzik [EMAIL PROTECTED] Acked-by: Alan Cox [EMAIL PROTECTED] and you can remove even more code as pci_request_resources() will now just do the right thing for all cases. pci_request_regions() you mean? Jeff - To unsubscribe from this

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Jesse Barnes
On Friday, March 9, 2007 8:01 am Jeff Garzik wrote: Discussed for 2.6.21, but pushed back because the current SATA code had enough fun stuff to debug already. Thus, just queued the following for 2.6.22 in libata-dev.git#upstream. The nasty request_resource hack is finally gone. In

Re: [PATCH 2.6.22] remove Intel combined mode quirk

2007-03-09 Thread Bartlomiej Zolnierkiewicz
On Friday 09 March 2007, Jeff Garzik wrote: Discussed for 2.6.21, but pushed back because the current SATA code had enough fun stuff to debug already. Thus, just queued the following for 2.6.22 in libata-dev.git#upstream. The nasty request_resource hack is finally gone. In