Format mask lacks one bit.

Reported by:	jkim
This commit is contained in:
Søren Schmidt 2006-09-12 20:37:22 +00:00
parent e9231ad68b
commit d5bddfcbfc

View File

@ -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;