freebsd-nq/sys/arm/xscale/i80321
Marius Strobl 55aaf894e8 Make the PCI code aware of PCI domains (aka PCI segments) so we can
support machines having multiple independently numbered PCI domains
and don't support reenumeration without ambiguity amongst the
devices as seen by the OS and represented by PCI location strings.
This includes introducing a function pci_find_dbsf(9) which works
like pci_find_bsf(9) but additionally takes a domain number argument
and limiting pci_find_bsf(9) to only search devices in domain 0 (the
only domain in single-domain systems). Bge(4) and ofw_pcibus(4) are
changed to use pci_find_dbsf(9) instead of pci_find_bsf(9) in order
to no longer report false positives when searching for siblings and
dupe devices in the same domain respectively.
Along with this change the sole host-PCI bridge driver converted to
actually make use of PCI domain support is uninorth(4), the others
continue to use domain 0 only for now and need to be converted as
appropriate later on.
Note that this means that the format of the location strings as used
by pciconf(8) has been changed and that consumers of <sys/pciio.h>
potentially need to be recompiled.

Suggested by:	jhb
Reviewed by:	grehan, jhb, marcel
Approved by:	re (kensmith), jhb (PCI maintainer hat)
2007-09-30 11:05:18 +00:00
..
ep80219_machdep.c Remove duplicate includes. 2007-05-23 13:21:57 +00:00
files.ep80219 Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
files.i80219 Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
files.i80321
files.iq31244
i80321_aau.c
i80321_dma.c
i80321_intr.h Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
i80321_mcu.c
i80321_pci.c Make the PCI code aware of PCI domains (aka PCI segments) so we can 2007-09-30 11:05:18 +00:00
i80321_space.c Provide stream operations. 2006-12-02 13:37:29 +00:00
i80321_timer.c Share the timer and watchdog drivers with the i81342. It's the same, 2007-07-27 14:52:04 +00:00
i80321_wdog.c Share the timer and watchdog drivers with the i81342. It's the same, 2007-07-27 14:52:04 +00:00
i80321.c There's no need to re-read PCIR_COMMAND once we set it. 2007-09-04 18:45:27 +00:00
i80321reg.h Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
i80321var.h Do not define NIRQ, it is already defined in include/intr.h 2007-07-27 14:53:06 +00:00
iq31244_7seg.c
iq31244_machdep.c Remove duplicate includes. 2007-05-23 13:21:57 +00:00
iq80321.c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
iq80321reg.h Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
iq80321var.h
obio_space.c Match bus space unmap prototype. 2006-11-20 13:21:02 +00:00
obio.c Cleanup 2007-07-27 14:53:42 +00:00
obiovar.h
std.ep80219 Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
std.i80219 Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
std.i80321
std.iq31244
uart_bus_i80321.c
uart_cpu_i80321.c Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00