summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorsos <sos@FreeBSD.org>2006-09-12 20:37:22 +0000
committersos <sos@FreeBSD.org>2006-09-12 20:37:22 +0000
commitd58c4f01d8e9d76d1d64a9bc174ee4e3cdafeaaa (patch)
treebe2f294cae1ca9b5c7d69be30b0d342c5b4a3fed /sys/dev/ata
parentc0b8338231494696385b1681b547f51eee0b6236 (diff)
downloadFreeBSD-src-d58c4f01d8e9d76d1d64a9bc174ee4e3cdafeaaa.zip
FreeBSD-src-d58c4f01d8e9d76d1d64a9bc174ee4e3cdafeaaa.tar.gz
Format mask lacks one bit.
Reported by: jkim
Diffstat (limited to 'sys/dev/ata')
-rw-r--r--sys/dev/ata/ata-raid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-raid.h b/sys/dev/ata/ata-raid.h
index 6947849..12a099f 100644
--- a/sys/dev/ata/ata-raid.h
+++ b/sys/dev/ata/ata-raid.h
@@ -76,7 +76,7 @@ struct ar_softc {
#define AR_F_SII_RAID 0x0800
#define AR_F_SIS_RAID 0x1000
#define AR_F_VIA_RAID 0x2000
-#define AR_F_FORMAT_MASK 0x1fff
+#define AR_F_FORMAT_MASK 0x3fff
u_int generation;
u_int64_t total_sectors;
OpenPOWER on IntegriCloud