https://bugzilla.novell.com/show_bug.cgi?id=474879 User DOlsson@WEB.de added comment https://bugzilla.novell.com/show_bug.cgi?id=474879#c11 --- Comment #11 from Dennis Olsson <DOlsson@WEB.de> 2009-03-08 13:55:34 MST --- Hello Tejun. Well, this drive complex turns out to be a lot more complex than expected. Anyway, I did find a bug in "pata_hpt3x2n.c" line 585, which explains my confusion reading through the log file: drivers/ata/pata_hpt3x2n.c:585 printk(KERN_INFO "pata_hpt37x: bus clock %dMHz, using 66MHz DPLL.\n", pci_mhz); should read: printk(KERN_INFO "pata_hpt3x2n: bus clock %dMHz, using 66MHz DPLL.\n", pci_mhz); Also, I have tried to boot from openSUSE 10.3 and openSUSE 11.0 GM DVDs: openSUSE 10.3: - During driver probing: HighPoint HPT372A/372N drivers: pata_hpt37x, pata_hpt3x2n, hpt366 loading: pata_hpt37x - lsmod shows all hpt drivers as being loaded Using the "pata_hpt37x" driver here in openSUSE 10.3, the driver works. Discs accessable via "/dev/hd[acd]". openSUSE 11.0: - During driver probing: HighPoint HPT372A/372N drivers: pata_hpt37x, pata_hpt3x2n, hpt366 loading: pata_hpt3x2n - lsmod shows *only* "pata_hpt3x2n" driver as being loaded System crashes just as under openSUSE 11.1, when using the discs "/dev/sd[efg]" associated with the controller. OpenSUSE 11.1: - During driver probing: HighPoint HPT372A/372N drivers: pata_hpt37x, pata_hpt3x2n*, hpt366 - lsmod shows all hpt drivers as being loaded Hope this info is of some help to you. ++CHeers/DO++ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.