freebsd-dev/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 Import dummy drivers for the i80321 DMA controller and AAU. 2005-10-03 14:19:55 +00:00
files.iq31244 Add support for the IQ31244 7 seg display. 2005-01-15 18:55:22 +00:00
i80321_aau.c Use BUS_DMA_COHERENT. 2006-03-02 14:06:38 +00:00
i80321_dma.c Use BUS_DMA_COHERENT. 2006-03-02 14:06:38 +00:00
i80321_intr.h Finally bring it support for the i80219 XScale processor. 2006-08-24 23:51:28 +00:00
i80321_mcu.c Start all license statements with /*- 2005-01-05 21:58:49 +00:00
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 Increase the refresh rate. 2005-05-25 13:44:55 +00:00
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 Start all license statements with /*- 2005-01-05 21:58:49 +00:00
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 Fix multiple abuses of __RMAN_RESOURCE_VISIBLE in the arm code. 2005-09-25 21:06:50 +00:00
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 Instead of using sysarch() to store-retrieve the tp, add a magic address, 2005-02-26 18:59:01 +00:00
std.iq31244 The IQ80321 clock is 200MHz, but the IQ80321 is 198MHz, so add a kernel option 2005-12-09 23:52:51 +00:00
uart_bus_i80321.c Start all license statements with /*- 2005-01-05 21:58:49 +00:00
uart_cpu_i80321.c Don't expose the uart_ops structure directly, but instead have 2007-04-02 22:00:22 +00:00