summaryrefslogtreecommitdiff
path: root/sys/include/disk.h
diff options
context:
space:
mode:
authorgoogle <google@daverabbitz.ath.cx>2012-09-09 17:22:12 +1200
committergoogle <google@daverabbitz.ath.cx>2012-09-09 17:22:12 +1200
commitdd1b8df8808df4fe295a90ab494da90162c5654f (patch)
treeeabbba5b00e6a1288001f4fb8ae5a5ee667cc234 /sys/include/disk.h
parentaead11533ec4d17f4382b1e10f850042391bccb2 (diff)
Add alignment hints for e512 ATA drives.
Diffstat (limited to 'sys/include/disk.h')
-rw-r--r--sys/include/disk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/include/disk.h b/sys/include/disk.h
index be0a4a0fe..c22928b49 100644
--- a/sys/include/disk.h
+++ b/sys/include/disk.h
@@ -42,6 +42,8 @@ struct Disk {
vlong size;
vlong offset; /* within larger disk, perhaps */
int width; /* of disk size in bytes as decimal string */
+ int psecsize;
+ int physalign;
int c;
int h;
int s;