I changed e7501 to use root_complex too.
Regards
YH
-----Original Message-----
From: YhLu
Sent: Friday, November 05, 2004 11:34 AM
To: YhLu; ebiederman(a)lnxi.com
Cc: Ronald G. Minnich; Li-Ta Lo; LinuxBIOS
Subject: RE: Removing device driver code in mainboard.c for Tyan boards?
Eric,
If the chip_ops has no .name, then should use
if CONFIG_CHIP_NAME
config chip.h
end
also .c include that chip_ops
#if CONFIG_CHIP_NAME
...chip_ops defininition
#endif
Regards
Such as norththbridge, socket, mainboard(root).
YH