ca8ce3aeb1
- Don't expose how PCI bus configuration resource management is implemented. Provide a new resource provider API: ==> pciconf_resource_init() -- Initialize a PCI configuration resources container. ==> pciconf_resource_add() -- Add a PCI configuration resource to the container (I/O, MEM, or prefetchable MEM). Multiple resources of each type may be added. ==> pciconf_resource_fini() -- Tear down the PCI configurtation resources container once the bus has been configured. This is much easier to use than the previous method of providing an extent map for each kind of resource, and works better for e.g. ACPI platforms that provide potentially multiple PCI resources in tables provided by firmware. - Re-implement PCI configuration resource management using vmem arenas, rather than extent maps. |
||
---|---|---|
.. | ||
Makefile | ||
ansi.h | ||
asm.h | ||
autoconf.h | ||
bootinfo.h | ||
bswap.h | ||
bus_defs.h | ||
bus_funcs.h | ||
cdefs.h | ||
cpu.h | ||
cpu_counter.h | ||
db_machdep.h | ||
disklabel.h | ||
ecoff_machdep.h | ||
elf_machdep.h | ||
endian.h | ||
endian_machdep.h | ||
fenv.h | ||
float.h | ||
ieee.h | ||
ieeefp.h | ||
int_const.h | ||
int_fmtio.h | ||
int_limits.h | ||
int_mwgwtypes.h | ||
int_types.h | ||
intr.h | ||
kcore.h | ||
kdbparam.h | ||
limits.h | ||
loadfile_machdep.h | ||
lock.h | ||
locore.h | ||
math.h | ||
mcontext.h | ||
mips_opcode.h | ||
mutex.h | ||
netbsd32_machdep.h | ||
nvram.h | ||
param.h | ||
pcb.h | ||
pci_machdep.h | ||
pmap.h | ||
proc.h | ||
profile.h | ||
psl.h | ||
pte.h | ||
ptrace.h | ||
reg.h | ||
regdef.h | ||
regnum.h | ||
reloc.h | ||
rwlock.h | ||
setjmp.h | ||
signal.h | ||
sljit_machdep.h | ||
trap.h | ||
types.h | ||
vmparam.h | ||
wchar_limits.h | ||
wired_map.h | ||
z8530var.h |