NetBSD/sys/arch/luna68k
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 Fix thinko. src/sys/conf/mkldscript.sh requires $OBJDUMP, not $ELF2AOUT. 2011-07-20 12:00:04 +00:00
dev Explicitly print uPD7201A name, which is a Z80 SIO like serial chip 2011-07-28 10:01:44 +00:00
include Add getlabelusesmbr(), as proposed in 2011-08-30 12:39:49 +00:00
luna68k Use volatile uint8_t to access 8255 PPI ports. 2011-07-28 09:59:13 +00:00
Makefile