summaryrefslogtreecommitdiffstats
path: root/sys/sys/diskpc98.h
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-03-13 03:17:29 +0000
committerjake <jake@FreeBSD.org>2002-03-13 03:17:29 +0000
commit75eda3b107dee60dd395f16e79ff87f67828ef85 (patch)
tree14bebd7d379b05de5cbdefd56ac1a3fcd00ba574 /sys/sys/diskpc98.h
parentf8145a14d23551ac784c0d7c751ee687979dfc00 (diff)
downloadFreeBSD-src-75eda3b107dee60dd395f16e79ff87f67828ef85.zip
FreeBSD-src-75eda3b107dee60dd395f16e79ff87f67828ef85.tar.gz
LABELOFFSET is 128 for sparc64.
Submitted by: tmm Forgotten by: obrien
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 980e795..a3b927f 100644
--- a/sys/sys/diskpc98.h
+++ b/sys/sys/diskpc98.h
@@ -71,6 +71,11 @@
#define LABELOFFSET 0
#endif
+#ifdef __sparc64__
+#define LABELSECTOR 0
+#define LABELOFFSET 128
+#endif
+
#ifndef LABELSECTOR
#define LABELSECTOR 0
#endif
OpenPOWER on IntegriCloud