https://bugzilla.kernel.org/show_bug.cgi?id=16382 Robert Hancock <hancockrwd@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hancockrwd@xxxxxxxxx --- Comment #1 from Robert Hancock <hancockrwd@xxxxxxxxx> 2010-07-14 01:40:44 --- It looks like pata_hpt37x supports the HPT302 chip, but only revision 1. Revision 2 and higher (which you have) is supported by the pata_hpt3x2n driver (which doesn't support revision 1). The module device table can't contain dependencies on revision number, therefore both devices are considered eligible to drive the device. However, the one that doesn't support that revision of the chip just won't attach to the device. Loading both drivers should therefore be harmless. The problem in your case seems to be that the distro installer is only trying to load one of the drivers which happens to not be the one that you need. This isn't right - it should try and load ALL drivers that match the PCI IDs and see what sticks. -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html