summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-12 13:22:30 +0300
committerIngo Molnar <mingo@elte.hu>2009-01-12 13:22:30 +0300
commit7cbdadf7b6b18d85204921de2639de230809e564 (patch)
tree729622159a65cc229d65a0db4bf167ffd5c21e60 /include/linux
parent52811d8c9beb67da6bc4b770de3c4134376788a1 (diff)
parentc59765042f53a79a7a65585042ff463b69cb248c (diff)
downloadlinux-7cbdadf7b6b18d85204921de2639de230809e564.tar.xz
Merge commit 'v2.6.29-rc1' into x86/cleanups
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/libata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h
index 4f7c8fb4d3fe..b6b8a7f3ec66 100644
--- a/include/linux/libata.h
+++ b/include/linux/libata.h
@@ -239,6 +239,7 @@ enum {
/* host set flags */
ATA_HOST_SIMPLEX = (1 << 0), /* Host is simplex, one DMA channel per host only */
ATA_HOST_STARTED = (1 << 1), /* Host started */
+ ATA_HOST_PARALLEL_SCAN = (1 << 2), /* Ports on this host can be scanned in parallel */
/* bits 24:31 of host->flags are reserved for LLD specific flags */