summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-raid.h
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2003-05-04 16:17:54 +0000
committersos <sos@FreeBSD.org>2003-05-04 16:17:54 +0000
commite39ff773309616a7488a10c27e70a8374d902176 (patch)
tree8c355f43a726cfd9d4b679cbee628e6d1f9829e0 /sys/dev/ata/ata-raid.h
parentca059a5aeaae9d5813d714fca45f1aad81e33e85 (diff)
downloadFreeBSD-src-e39ff773309616a7488a10c27e70a8374d902176.zip
FreeBSD-src-e39ff773309616a7488a10c27e70a8374d902176.tar.gz
Change the way loadbalancing works on RAID1's.
Based on code partially by me and by <Tor.Egge@cvsup.no.freebsd.org>.
Diffstat (limited to 'sys/dev/ata/ata-raid.h')
-rw-r--r--sys/dev/ata/ata-raid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-raid.h b/sys/dev/ata/ata-raid.h
index f6bab6e8..2b6ba54 100644
--- a/sys/dev/ata/ata-raid.h
+++ b/sys/dev/ata/ata-raid.h
@@ -64,6 +64,7 @@ struct ar_softc {
#define AR_F_PROMISE_RAID 0x1000
#define AR_F_HIGHPOINT_RAID 0x2000
#define AR_F_FREEBSD_RAID 0x4000
+#define AR_F_TOGGLE 0x8000
int total_disks; /* number of disks in this array */
int generation; /* generation of this array */
OpenPOWER on IntegriCloud