summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugh <hugh@openbsd.org>2000-11-25 21:33:08 +0000
committerhugh <hugh@openbsd.org>2000-11-25 21:33:08 +0000
commit1aa9b8ac26f01a021fd005a5bd4ba1acea2a7838 (patch)
tree894694589bff55e3476a4d7d99ab52c931a8806a
parentChange d_end_ to relect the 16 slice struct disklabel OpenBSD uses. (diff)
downloadwireguard-openbsd-1aa9b8ac26f01a021fd005a5bd4ba1acea2a7838.tar.xz
wireguard-openbsd-1aa9b8ac26f01a021fd005a5bd4ba1acea2a7838.zip
make room for a 16 slice disklabel
-rw-r--r--sys/arch/vax/boot/xxboot/start.s4
-rw-r--r--sys/arch/vax/stand/xxboot/start.s4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/vax/boot/xxboot/start.s b/sys/arch/vax/boot/xxboot/start.s
index bbd8397f70c..f39ecafab62 100644
--- a/sys/arch/vax/boot/xxboot/start.s
+++ b/sys/arch/vax/boot/xxboot/start.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: start.s,v 1.2 2000/10/04 04:57:29 bjc Exp $ */
+/* $OpenBSD: start.s,v 1.3 2000/11/25 21:33:08 hugh Exp $ */
/* $NetBSD: start.s,v 1.2 1999/10/23 14:40:38 ragge Exp $ */
/*
* Copyright (c) 1995 Ludd, University of Lule}, Sweden.
@@ -147,7 +147,7 @@ cont_750:
movl r11, r5
brw start_all
- .org 0x200
+ .org 0x300
start_uvax:
mtpr $0, $PR_MAPEN # Turn off MM, please.
diff --git a/sys/arch/vax/stand/xxboot/start.s b/sys/arch/vax/stand/xxboot/start.s
index bbd8397f70c..f39ecafab62 100644
--- a/sys/arch/vax/stand/xxboot/start.s
+++ b/sys/arch/vax/stand/xxboot/start.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: start.s,v 1.2 2000/10/04 04:57:29 bjc Exp $ */
+/* $OpenBSD: start.s,v 1.3 2000/11/25 21:33:08 hugh Exp $ */
/* $NetBSD: start.s,v 1.2 1999/10/23 14:40:38 ragge Exp $ */
/*
* Copyright (c) 1995 Ludd, University of Lule}, Sweden.
@@ -147,7 +147,7 @@ cont_750:
movl r11, r5
brw start_all
- .org 0x200
+ .org 0x300
start_uvax:
mtpr $0, $PR_MAPEN # Turn off MM, please.