Hi, you'll find attached a patch against 2.5.72-bk2 for the SiS IDE driver. This is nearly the same patch as the one against 2.4.21-ac1 posted yesterday. This is a 99% Vojtech work : - Independant southbridge detection (no need to add current and future MuTIOL northbridge PCI ids knowledge to the driver), - Lots of code cleanup, - Debug code removed (unused for a while, I will maintain it in my tree if needed), I changed 2 things : - SiS745 was reported to me as a MuTIOL northbridge chip, it is treated as such by removing it from the integrated chip table, - the new config_xfer_rate is commented out until ide_find_best_mode is patched for bad drive handling (until then I reverted to the old one using the config_drive_xfer_rate helper function). Please apply, LB.