NetBSD/sys/arch/mvmeppc/include
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
..
Makefile
ansi.h
aout_machdep.h
asm.h
autoconf.h Modify mapiodev to take a third argument indicating whether the space 2011-06-30 00:52:55 +00:00
bootinfo.h
bswap.h
bus_defs.h Per discussion at 2011-07-01 17:09:58 +00:00
bus_funcs.h Per discussion at 2011-07-01 17:09:58 +00:00
cdefs.h
cpu.h Don't expose port-specific if _MODULE is defined. 2011-06-20 06:35:39 +00:00
cpu_counter.h
db_machdep.h
disklabel.h Add getlabelusesmbr(), as proposed in 2011-08-30 12:39:49 +00:00
elf_machdep.h
endian.h
endian_machdep.h
float.h
fpu.h
frame.h
ieee.h
ieeefp.h
int_const.h
int_fmtio.h
int_limits.h
int_mwgwtypes.h
int_types.h
intr.h
ipkdb.h
isa_machdep.h
isapnp_machdep.h
kcore.h
kgdb.h
limits.h
loadfile_machdep.h
lock.h
math.h
mcontext.h
mutex.h
param.h Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff. 2011-06-20 06:29:53 +00:00
pcb.h
pci_machdep.h Add support pci_intr_setattr. 2011-06-22 18:06:32 +00:00
pio.h
platform.h struct device * -> device_t 2011-06-18 08:08:27 +00:00
pmap.h
pmc.h
powerpc.h
proc.h
profile.h
psl.h
pte.h
ptrace.h
reg.h
reloc.h
rwlock.h
setjmp.h
signal.h
trap.h
types.h Enable new-style <sys/bus.h> on several PowerPC ports supporting PCI 2011-07-17 23:23:53 +00:00
vmparam.h Don't export USER_SR if _MODULE is defined. 2011-06-20 08:01:13 +00:00
wchar_limits.h