Give ia64 the exact same semantics as i386 with respect to non-512

byte sector devices.
This commit is contained in:
Poul-Henning Kamp 2003-06-04 05:25:04 +00:00
parent d422eae9e8
commit 8c401bb94d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115809

View File

@ -177,7 +177,8 @@ main(int argc, char *argv[])
bbsize = 8192;
alphacksum = 1;
} else if (!strcmp(optarg, "ia64")) {
labeloffset = 512;
labelsoffset = 1;
labeloffset = 0;
bbsize = 8192;
alphacksum = 0;
} else {