Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Clean up the code according to codestyle: | roy zang | 2006-12-01 | -17/+17 |
| | | | | | | | | | | | | (1) remove some C++ comments. (2) remove trailing white space. (3) remove trailing empty line. (4) Indentation by table. (5) remove {} in one line condition. (6) add space before '(' in function call. Remove some weird printf () output. Add necessary comments. Modified Makefile to support building in a separate directory. | |||
* | Tsi108 on chip pci controller support. | roy zang | 2006-11-02 | -0/+178 |
If there is no pci card, the tsi108/109 pci configure read will cause a machine check exception to the processor. PCI error should also be cleared after the read. Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> |