NetBSD/sys/arch/x68k
bouyer a47e2eb758 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.
2011-08-30 12:39:49 +00:00
..
compile
conf dependant -> dependent 2011-06-30 20:09:15 +00:00
dev Add a comment for the previous change. 2011-05-05 13:44:35 +00:00
include Add getlabelusesmbr(), as proposed in 2011-08-30 12:39:49 +00:00
stand Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
usr.bin fix non-literal format strings 2011-08-25 17:00:55 +00:00
x68k Welcome to 5.99.53! Merge rmind-uvmplock branch: 2011-06-12 03:35:36 +00:00
Makefile x68k pow(4) now uses MI sysmon_pswitch framework. suggested by tsutsui@. 2008-12-20 13:20:58 +00:00