NetBSD/sys/arch/arm32/footbridge
sommerfeld 851de295eb Change pci_intr_map to get interrupt source information from a "struct
pci_attach_args *" instead of from four separate parameters which in
all cases were extracted from the same "struct pci_attach_args".

This both simplifies the driver api, and allows for alternate PCI
interrupt mapping schemes, such as one using the tables described in
the Intel Multiprocessor Spec which describe interrupt wirings for
devices behind pci-pci bridges based on the device's location rather
the bridge's location.

Tested on alpha and i386; welcome to 1.5Q
2000-12-28 22:59:06 +00:00
..
cyclone_boot.h Add fields found in new format ebsaboot structures. 1999-12-06 09:55:57 +00:00
dc21285mem.h Rework of kernel I/O & memory mappings along with new implementation of 2000-01-10 07:43:07 +00:00
dc21285reg.h
ebsa285_machdep.c remove/move more mach vm header files: 2000-06-26 14:20:25 +00:00
footbridge.c Remove unncessary cf_unit usage. 2000-02-13 05:00:57 +00:00
footbridge_clock.c Inline need_resched() and need_proftick(). Make need_proftick() actually *do* 2000-12-12 06:06:05 +00:00
footbridge_com.c Adapt to new line discipline scheme. 2000-11-02 00:26:35 +00:00
footbridge_com_io.c implement bus_space_vaddr() 2000-04-17 17:39:17 +00:00
footbridge_com_io_asm.S
footbridge_io.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:44:03 +00:00
footbridge_io_asm.S Implement bus_space_write_region_4() and bus_space_read_region4() 2000-06-24 09:42:47 +00:00
footbridge_irq.S provide an __ELF__ version of _C_FUNC and _C_LABEL, convert the assembly 1999-10-26 06:53:41 +00:00
footbridge_irqhandler.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:44:03 +00:00
footbridge_machdep.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 08:44:03 +00:00
footbridge_pci.c Change pci_intr_map to get interrupt source information from a "struct 2000-12-28 22:59:06 +00:00
footbridgevar.h