freebsd-dev/sys/powerpc/mpc85xx
Gavin Atkinson 389c8bd51e Align the PCI Express #defines with the style used for the PCI-X
#defines.  This also has the advantage that it makes the names more
compact, iand also allows us to correct the non-uniform naming of
the PCIM_LINK_* defines, making them all consistent amongst themselves.

This is a mostly mechanical rename:
  s/PCIR_EXPRESS_/PCIER_/g
  s/PCIM_EXP_/PCIEM_/g
  s/PCIM_LINK_/PCIEM_LINK_/g

When this is MFC'd, #defines will be added for the old names to assist
out-of-tree drivers.

Discussed with:	jhb
MFC after:	1 week
2012-09-18 22:04:59 +00:00
..
atpic.c Fix r222813: we need to include sys/cpuset.h. because the PIC interface 2011-07-31 18:30:38 +00:00
ds1553_bus_fdt.c Convert Freescale PowerPC platforms to FDT convention. 2010-07-11 21:08:29 +00:00
ds1553_core.c
ds1553_reg.h
fsl_sdhc.c Import eSDHC driver for Freescale integrated controller. 2012-05-26 21:07:15 +00:00
fsl_sdhc.h Import eSDHC driver for Freescale integrated controller. 2012-05-26 21:07:15 +00:00
i2c.c Remove Semihakf-ism. DEBUG is a kernel configuration option. It 2012-05-24 21:09:38 +00:00
isa.c Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus 2011-05-06 13:48:53 +00:00
lbc.c Support lbc interrupts: 2012-07-03 00:06:14 +00:00
lbc.h Support lbc interrupts: 2012-07-03 00:06:14 +00:00
mpc85xx.c Just return if the size of the window is 0. This can happen when the 2012-05-24 21:07:10 +00:00
mpc85xx.h Remove unused defines. They're distracting... 2011-05-28 16:30:24 +00:00
nexus.c Properly implement the bus_config_intr, bus_setup_intr and bus_teardown_intr 2012-07-02 23:41:56 +00:00
pci_fdt.c Align the PCI Express #defines with the style used for the PCI-X 2012-09-18 22:04:59 +00:00