Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Adapt to new vax primary bootstrap layout.



details:   https://anonhg.NetBSD.org/src/rev/0d09919edbfd
branches:  trunk
changeset: 785882:0d09919edbfd
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Apr 04 12:53:00 2013 +0000

description:
Adapt to new vax primary bootstrap layout.

diffstat:

 sys/sys/bootblock.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b00a36c51366 -r 0d09919edbfd sys/sys/bootblock.h
--- a/sys/sys/bootblock.h       Thu Apr 04 12:52:25 2013 +0000
+++ b/sys/sys/bootblock.h       Thu Apr 04 12:53:00 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootblock.h,v 1.54 2012/07/02 22:42:18 abs Exp $       */
+/*     $NetBSD: bootblock.h,v 1.55 2013/04/04 12:53:00 martin Exp $    */
 
 /*-
  * Copyright (c) 2002-2004 The NetBSD Foundation, Inc.
@@ -1409,7 +1409,7 @@
        uint8_t         bb_mbone;       /* must be one */
        uint16_t        bb_lbn_hi;      /* lbn (hi word) of bootstrap */
        uint16_t        bb_lbn_low;     /* lbn (low word) of bootstrap */
-       uint8_t         pad1[460];
+       uint8_t         pad1[406];
        /* disklabel offset is 64 from base, or 56 from start of pad1 */
 
        /* The rest of these fields are identification area and describe
@@ -1432,7 +1432,7 @@
 
        /* The rest is unused.
         */
-       uint8_t         pad2[20];
+       uint8_t         pad2[74];
 } __packed;
 
 #define        VAX_BOOT_MAGIC1                 0x18    /* size of BB info? */



Home | Main Index | Thread Index | Old Index