diff options
author | google <google@daverabbitz.ath.cx> | 2012-09-09 17:22:12 +1200 |
---|---|---|
committer | google <google@daverabbitz.ath.cx> | 2012-09-09 17:22:12 +1200 |
commit | dd1b8df8808df4fe295a90ab494da90162c5654f (patch) | |
tree | eabbba5b00e6a1288001f4fb8ae5a5ee667cc234 /sys/include/fis.h | |
parent | aead11533ec4d17f4382b1e10f850042391bccb2 (diff) |
Add alignment hints for e512 ATA drives.
Diffstat (limited to 'sys/include/fis.h')
-rw-r--r-- | sys/include/fis.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/fis.h b/sys/include/fis.h index 9ec0ba6aa..8c7ca2c32 100644 --- a/sys/include/fis.h +++ b/sys/include/fis.h @@ -102,6 +102,7 @@ struct Sfis { uint sig; uint lsectsz; uint physshift; /* log2(log/phys) */ + uint physalign; /* location of lba0 within phys0 */ uint c; /* disgusting, no? */ uint h; uint s; |