summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskpc98.h
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-10-06 12:35:22 +0000
committerdfr <dfr@FreeBSD.org>2001-10-06 12:35:22 +0000
commitad0a8c18c5101480d017b8df5d0239f3445ed016 (patch)
treee340046fdfff7b7a6f4945c20508eaef6c309d05 /sys/sys/diskpc98.h
parent3beda2c349cd2a478d08039081461cd960739550 (diff)
downloadFreeBSD-src-ad0a8c18c5101480d017b8df5d0239f3445ed016.zip
FreeBSD-src-ad0a8c18c5101480d017b8df5d0239f3445ed016.tar.gz
Put the label at the same place as i386 for compatibility.
Diffstat (limited to 'sys/sys/diskpc98.h')
-rw-r--r--sys/sys/diskpc98.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/sys/diskpc98.h b/sys/sys/diskpc98.h
index fe93b65..7d51a84 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -66,6 +66,11 @@
#define LABELOFFSET 64
#endif
+#ifdef __ia64__
+#define LABELSECTOR 1 /* sector containing label */
+#define LABELOFFSET 0 /* offset of label in sector */
+#endif
+
#ifndef LABELSECTOR
#define LABELSECTOR 0 /* sector containing label */
#endif
OpenPOWER on IntegriCloud