diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2000-11-24 19:14:04 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2000-11-24 19:14:04 +0000 |
commit | 8edbfd54f72a580b0123ee9074768e88e7d362b9 (patch) | |
tree | 7307526c5afd68c8aa2ebbc84c73d191c5dd08e2 /sys/arch | |
parent | 08b71858bf3ea81ad48aacbbf40667ef479575bf (diff) |
Support 16 slices per device, like the other OpenBSD arches.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 4 | ||||
-rw-r--r-- | sys/arch/vax/include/disklabel.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index dc981126ce7..dca62b7c803 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,11 +1,11 @@ -# $OpenBSD: files.vax,v 1.16 2000/10/31 02:30:56 hugh Exp $ +# $OpenBSD: files.vax,v 1.17 2000/11/24 19:14:03 hugh Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture # # maxpartitions must be first item in files.${ARCH}.newconf -maxpartitions 8 +maxpartitions 16 maxusers 8 32 64 diff --git a/sys/arch/vax/include/disklabel.h b/sys/arch/vax/include/disklabel.h index b0f1ebff8bd..e5f774226dd 100644 --- a/sys/arch/vax/include/disklabel.h +++ b/sys/arch/vax/include/disklabel.h @@ -1,4 +1,4 @@ -/* $OpenBSD: disklabel.h,v 1.5 1997/09/10 11:47:06 maja Exp $ */ +/* $OpenBSD: disklabel.h,v 1.6 2000/11/24 19:14:03 hugh Exp $ */ /* $NetBSD: disklabel.h,v 1.4 1997/03/09 15:55:58 ragge Exp $ */ /* @@ -36,7 +36,7 @@ #define LABELSECTOR 0 /* sector containing label */ #define LABELOFFSET 64 /* offset of label in sector */ -#define MAXPARTITIONS 8 /* number of partitions */ +#define MAXPARTITIONS 16 /* number of partitions */ #define RAW_PART 2 /* raw partition: xx?c */ /* Just a dummy */ |