History log of /netbsd-src/sys/arch/vax/include/disklabel.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 16e91b5f 21-Aug-2021 andvar <andvar@NetBSD.org>

s/helt/held+s/eroneously/erroneously/+s/splitted/split/+s/recommented/recommended/


# 35d9a96a 04-Apr-2013 martin <martin@NetBSD.org>

Drop MAXPARTITIONS down to 12 - we do not have more space to store a
larger disklabel in the bootblocks at least on some supported machines.
Keep the extended major/minor sheme compatible with the 6.

Drop MAXPARTITIONS down to 12 - we do not have more space to store a
larger disklabel in the bootblocks at least on some supported machines.
Keep the extended major/minor sheme compatible with the 6.0 release and
note that we had a bigger MAXPARTITIONS in between.

show more ...


# 36d6d304 02-Jul-2012 abs <abs@NetBSD.org>

- Increase MAXPARTITIONS for vax from 8 to 16, using the standard NetBSD
mechanism to ensure all existing /dev nodes continue to work
- Adjust boot block layout to fit additional partitions
- Adjus

- Increase MAXPARTITIONS for vax from 8 to 16, using the standard NetBSD
mechanism to ensure all existing /dev nodes continue to work
- Adjust boot block layout to fit additional partitions
- Adjust number of inodes on install media

show more ...


# a47e2eb7 30-Aug-2011 bouyer <bouyer@NetBSD.org>

Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling pla

Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.

show more ...


# b64bca29 09-Mar-1997 ragge <ragge@NetBSD.org>

Fixed bug that caused d partition being treated as c.
RAW_PART is 2, not 3.


# 88e512b6 01-Feb-1996 mycroft <mycroft@NetBSD.org>

LOCORE -> _LOCORE


# a412d480 03-May-1995 ragge <ragge@NetBSD.org>

mtpr support for 11/780 added. DELAY added. mcount() corrected.
trapframe fixed to support all registers.


# 49c34d33 14-Oct-1994 cgd <cgd@NetBSD.org>

move arch dependence to archs. clean up a bit. deal with weird MAXPARTITONS.