freebsd-dev/sys/arm/xscale/ixp425
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
..
avila_ata.c Optimize a bit more, both the Avila and Pronghorn Metro boards work with 2007-05-28 18:45:16 +00:00
avila_led.c
avila_machdep.c Remove duplicate includes. 2007-05-23 13:21:57 +00:00
files.avila
files.ixp425 Ok I hope I got it right this time. 2007-09-27 22:39:49 +00:00
if_npe.c Search for a proper ucode image to use by incrementing the minor 2007-05-24 16:31:22 +00:00
if_npereg.h
ixdp425_pci.c
ixdp425reg.h Better i2c bit definitions. 2006-11-30 06:30:01 +00:00
ixp425_a4x_io.S
ixp425_a4x_space.c
ixp425_iic.c
ixp425_intr.h
ixp425_mem.c Fix comments. 2007-01-26 01:37:32 +00:00
ixp425_npe.c Ok I hope I got it right this time. 2007-09-27 22:39:49 +00:00
ixp425_npereg.h
ixp425_npevar.h Ok I hope I got it right this time. 2007-09-27 22:39:49 +00:00
ixp425_pci_asm.S
ixp425_pci_space.c
ixp425_pci.c Make the PCI code aware of PCI domains (aka PCI segments) so we can 2007-09-30 11:05:18 +00:00
ixp425_qmgr.c Update for the new prototype of bus_setup_intr(). 2007-02-25 22:17:54 +00:00
ixp425_qmgr.h
ixp425_space.c
ixp425_timer.c o break newbus api: add a new argument of type driver_filter_t to 2007-02-23 12:19:07 +00:00
ixp425_wdog.c Revisit the watchdogs: Resetting the error to EINVAL after failing to set the 2007-03-27 21:03:37 +00:00
ixp425.c Remove the hardcoded IXP425_UART?_VBASE values in the 2007-05-29 18:10:42 +00:00
ixp425reg.h Map the second CS of the compact flash too. This allow us access to 2007-03-14 19:03:07 +00:00
ixp425var.h Remove the hardcoded IXP425_UART?_VBASE values in the 2007-05-29 18:10:42 +00:00
std.avila
std.ixp425
uart_bus_ixp425.c Remove the hardcoded IXP425_UART?_VBASE values in the 2007-05-29 18:10:42 +00:00
uart_cpu_ixp425.c Remove the hardcoded IXP425_UART?_VBASE values in the 2007-05-29 18:10:42 +00:00