summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-04-20 19:51:36 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-04-20 19:51:36 +0000
commit284f94a9cd131c99cd6d9dec01df872afa0ecb2f (patch)
tree847ecfd30efff88eeb7ffbd9637919a680232c7e /sys/arch/hppa
parentdbb29c51fe5901ed1d4b34edc169e05188b5a884 (diff)
fix disklabel position (temp to build ramdisks)
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/disklabel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/hppa/include/disklabel.h b/sys/arch/hppa/include/disklabel.h
index 8d794f72aec..03aae4082a9 100644
--- a/sys/arch/hppa/include/disklabel.h
+++ b/sys/arch/hppa/include/disklabel.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: disklabel.h,v 1.1 1998/06/23 19:45:20 mickey Exp $ */
+/* $OpenBSD: disklabel.h,v 1.2 1999/04/20 19:51:35 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -33,10 +33,10 @@
#ifndef _MACHINE_DISKLABEL_H_
#define _MACHINE_DISKLABEL_H_
-#define LABELSECTOR (1024 / DEV_BSIZE) /* sector containing label */
-#define LABELOFFSET 0 /* offset of label in sector */
-#define MAXPARTITIONS 16 /* number of partitions */
-#define RAW_PART 2 /* raw partition: xx?c */
+#define LABELSECTOR 0 /* sector containing label */
+#define LABELOFFSET 64 /* offset of label in sector */
+#define MAXPARTITIONS 16 /* number of partitions */
+#define RAW_PART 2 /* raw partition: xx?c */
/* Just a dummy */
struct cpu_disklabel {