Ron,
Please commit the s4882 support code.
1. Add S4882 support. 2. Modify auto.c for s2881, s2885, s4880. 3. Add some optimize_link calling in set_smp.
Regards
YH
* YhLu YhLu@tyan.com [040324 22:19]:
Please commit the s4882 support code.
- Add S4882 support.
- Modify auto.c for s2881, s2885, s4880.
- Add some optimize_link calling in set_smp.
it's committed, except two small things:
* src/devices/hypertransport.c: - hard_reset(); +// by LYH hard_reset();
it'd be better to fix this issue so we don't walk into that code path anymore at all.
* src/superio/winbond/w83627hf/superio.c
Why did this not have a sio_enable before? Is it really needed?
Stefan
On Thu, 25 Mar 2004, Stefan Reinauer wrote:
it's committed, except two small things:
- src/devices/hypertransport.c:
+// by LYH hard_reset();
hard_reset();
it'd be better to fix this issue so we don't walk into that code path anymore at all.
yes, this made us uncomfortable which is why we had not committed it yet. It's in the common code.
ron