NetBSD/sys/arch/cobalt/include
thorpej ca8ce3aeb1 Overhaul the interface to pci_configure_bus():
- 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.
2020-07-07 03:38:45 +00:00
..
Makefile Remove the kernel PMC code. Sent yesterday on tech-kern@. 2018-07-12 10:46:40 +00:00
ansi.h
asm.h
autoconf.h
bootinfo.h
bswap.h
bus_defs.h remove stuff provided by generic mips headers 2019-02-07 04:31:49 +00:00
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 move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports 2019-01-07 22:00:30 +00:00
pcb.h
pci_machdep.h Overhaul the interface to pci_configure_bus(): 2020-07-07 03:38:45 +00:00
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