]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libata: backport ATA_FLAG_NO_SRST and ATA_FLAG_ASSUME_ATA
authorTejun Heo <htejun@gmail.com>
Thu, 25 Oct 2007 06:51:57 +0000 (15:51 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 16 Nov 2007 17:30:25 +0000 (09:30 -0800)
commit28254520f46eeadda8834de0ccf31613caee998f
tree96cc5c4d508744b9d0fe4c4c7146e86d0ea2b637
parent653ffa9b066dfb423baf6c14b2a2061a8c7b96c8
libata: backport ATA_FLAG_NO_SRST and ATA_FLAG_ASSUME_ATA

Differs from mainline, but the functionality is already there.

Backport ATA_FLAG_NO_SRST and ATA_FLAG_ASSUME_ATA.  These are
originally link flags (ATA_LFLAG_*) but link abstraction doesn't exist
on 2.6.23, so make it port flags.

This is for the following workaround for ASUS P5W DH Deluxe.

These new flags don't introduce any behavior change unless set and
nobody sets them yet.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Jeff Garzik <jeff@garzik.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/ata/libata-eh.c
include/linux/libata.h