diff options
Diffstat (limited to 'sys/dev/ata/ata-raid.h')
-rw-r--r-- | sys/dev/ata/ata-raid.h | 1 |
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 */ |