NetBSD/sys/arch/alpha
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
..
alpha One more typo in #ifdef DEBUG. 2011-07-28 03:21:14 +00:00
common #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
compile
conf Enable or note aubtfwl(4) wherever ubt(4) is enabled or noted. 2011-07-23 21:12:57 +00:00
eisa Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
include Add getlabelusesmbr(), as proposed in 2011-08-30 12:39:49 +00:00
isa #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
jensenio #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
mcbus device/softc split 2008-07-09 21:30:04 +00:00
pci #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
sableio #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
stand Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
tc #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
tlsb #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:51:52 +00:00
Makefile Remove Avalon A12 support. 2011-06-17 03:55:56 +00:00
STYLE