diff options
author | David W. Hendricks <dwh@lanl.gov> | 2004-02-09 22:47:38 +0000 |
---|---|---|
committer | David W. Hendricks <dwh@lanl.gov> | 2004-02-09 22:47:38 +0000 |
commit | 854e45292b71a0f2777d8ec2edc0d9d6fd1326bf (patch) | |
tree | 7b89d727bc6ff8f42389b419d1cbdf4d7e943af1 /src/devices/hypertransport.c | |
parent | c34d5ca790c5cad0c6366122b56fd8da02c5794a (diff) |
final merge of YhLu's stuff
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1371 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/devices/hypertransport.c')
-rw-r--r-- | src/devices/hypertransport.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/hypertransport.c b/src/devices/hypertransport.c index ba57bc830e..b65f518d3a 100644 --- a/src/devices/hypertransport.c +++ b/src/devices/hypertransport.c @@ -320,8 +320,8 @@ unsigned int hypertransport_scan_chain(struct bus *bus, unsigned int max) #if HAVE_HARD_RESET == 1 if(reset_needed) { printk_info("HyperT reset needed\n"); - hard_reset(); - } +// By LYH hard_reset(); + } else printk_debug("HyperT reset not needed\n"); #endif if (next_unitid > 0x1f) { |