Before: When port1 and port2 had hard disks, we found that port2 was wd0 and port1 was
wd1,because the code scaned port2 earlier than port1, so it caused the problem as bug 278
described as http://10.2.5.24/dev/bugzilla/show_bug.cgi?id=278 shows.
Now: When port1 and port2 have hard disks, we exchange the names of their device structure in
linked list of device.
Test: Make sure that port1 and port2 have hard disks, and boot to PMON interface, run "load
/dev/fs/ext2@wd0/boot/" and "load /dev/fs/ext2@wd1/boot/", you will find that informations
are right.
Targets: All
Before: We can not use large capacity disk.
Now: We can use large capacity disk.
Test: In pmon, you can observe wether we can use large capacity disk by load.
Targets: all
Before: LSI 8708EM2 SAS RAIDm can not work.
Now: LSI 8708EM2 SAS RAIDm can work.
Test: In pmon, LSI 8708EM2 SAS RAIDm can work.
Thanks wanchao@loongson.cn
Targets:Bonito3asever
If the disk partion is larger than 120G, these errors will occure:
"There is no linux partion" or "we can't locate root directory in super
block!". Now This bug is fixed. It should be usefull for all branches.
Thanks XuHaoyu <xuhaoyu@loongson.c>