Kumar Gala wrote: > > On Dec 21, 2007, at 12:43 AM, Paul Gortmaker wrote: > >> This adds the basic support for the Wind River SBC8548 board, >> implemented >> as powerpc. It closely follows the implementation of the MPC8548CDS. >> >>
[...] >> +#ifdef CONFIG_PCI >> +static int sbc8548_exclude_device(struct pci_controller *hose, >> + u_char bus, u_char devfn) >> +{ >> + if (bus == 0 && PCI_SLOT(devfn) == 0) >> + return PCIBIOS_DEVICE_NOT_FOUND; >> + else >> + return PCIBIOS_SUCCESSFUL; >> +} >> +#endif > > see comment on the 8560 support, but I don't think you need to exclude > the PHBs anymore. I've fixed this so we have a general quick for FSL > PHBs. > Right. I wanted to also test on the 8548, since I can't really plug anything into my 8560, and on the 8548, the PCI behaviour is unaltered by clobbering these. I'll send a patch removing it from both of the sbc85xx boards in a bit. Aside from this, and the 8548 dts-v1 conversion (already sent), I don't think there were any other to-fix items for the sbc8548, so I won't spam everyone with those 8548 patches again unless you need me to rebase them or similar. Thanks, Paul. >> > - k _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev