Re: [Cbe-oss-dev] [PATCH 11/13] cell: split out board specific files
From: Segher Boessenkool <hidden>
Date: 2006-05-02 23:39:22
Also in:
lkml
From: Segher Boessenkool <hidden>
Date: 2006-05-02 23:39:22
Also in:
lkml
quoted
Is there any reason the driver wouldn't build and/or run on other platforms? If so, fix it. If not, just make it depends on PCIWell, it could run on other platforms, except: - it requires a few properties in the device tree (local-mac-address, firmware), so it should also depend on PPC
The portions of code that require OF should have appropriate #ifdef guards.
- It's not actually PCI at all, but on an internal bus that has something close enough to a PCI config space.
Our emulation should be good enough; if not, holler (off-list). Segher