Re: [PATCH 04/12] ahci: make NO_NCQ handling more consistent

2007-07-03 Thread Jeff Garzik
Tejun Heo wrote: ahci_save_initial_config() is responsible for reading, screening the host CAP register and storing the modified result into hpriv-cap for the rest of the driver. Move ATA_FLAG_NO_NCQ handling into ahci_save_initial_config(). It's more consistent this way and the rest of the

[PATCH 04/12] ahci: make NO_NCQ handling more consistent

2007-07-01 Thread Tejun Heo
ahci_save_initial_config() is responsible for reading, screening the host CAP register and storing the modified result into hpriv-cap for the rest of the driver. Move ATA_FLAG_NO_NCQ handling into ahci_save_initial_config(). It's more consistent this way and the rest of the driver can always