Re: [PATCH 05/12] ahci: implement SCR_NOTIFICATION r/w

2007-07-13 Thread Tejun Heo
Jeff Garzik wrote: Tejun Heo wrote: @@ -1698,12 +1705,13 @@ static void ahci_print_info(struct ata_host *host) dev_printk(KERN_INFO, pdev-dev, flags: - %s%s%s%s%s%s - %s%s%s%s%s%s%s\n +%s%s%s%s%s%s%s +%s%s%s%s%s%s%s\n

Re: [PATCH 05/12] ahci: implement SCR_NOTIFICATION r/w

2007-07-03 Thread Tejun Heo
Jeff Garzik wrote: Tejun Heo wrote: @@ -1698,12 +1705,13 @@ static void ahci_print_info(struct ata_host *host) dev_printk(KERN_INFO, pdev-dev, flags: - %s%s%s%s%s%s - %s%s%s%s%s%s%s\n +%s%s%s%s%s%s%s +%s%s%s%s%s%s%s\n

[PATCH 05/12] ahci: implement SCR_NOTIFICATION r/w

2007-07-01 Thread Tejun Heo
Make ahci_scr_read/write() handle SCR_NOTIFICATION if the controller supports it. Also, print sntf in the cap line if supported. Signed-off-by: Tejun Heo [EMAIL PROTECTED] --- drivers/ata/ahci.c | 68 --- 1 files changed, 37 insertions(+), 31