Subject: disklabel location
To: None <port-hp700@netbsd.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: port-hp700
Date: 06/09/2002 22:18:34
sys/arch/hp700/include/disklabel.h defines

    #define LABELSECTOR		0	/* sector containing label */
    #define LABELOFFSET		64	/* offset of label in sector */

but I think this conflicts with LIF (Logical Interchange Format) header.

I'd suggest to change the values to

1. the same values as many other ports
    #define LABELSECTOR		1
    #define LABELOFFSET		0

2. the hp300 value
    #define LABELSECTOR		2
    #define LABELOFFSET		0

or some other values.

Thoughts?
-- 
ITOH Yasufumi