diff -u module-init-tools-3.3-pre11/extra/modprobe.d/options module-init-tools-3.3-pre11/extra/modprobe.d/options --- module-init-tools-3.3-pre11/extra/modprobe.d/options +++ module-init-tools-3.3-pre11/extra/modprobe.d/options @@ -6,0 +7,3 @@ + +# LP #153702, Dell Inspiron 530 ICH9 should load ata_piix before uhci_hcd +install uhci_hcd /sbin/modprobe ata_piix ; /sbin/modprobe --ignore-install uhci_hcd diff -u module-init-tools-3.3-pre11/debian/changelog module-init-tools-3.3-pre11/debian/changelog --- module-init-tools-3.3-pre11/debian/changelog +++ module-init-tools-3.3-pre11/debian/changelog @@ -1,3 +1,12 @@ +module-init-tools (3.3-pre11-4ubuntu10) intrepid; urgency=low + + * extra/modprobe.d/options: Ensure ata_piix is loaded before uhci_hcd + for Dell Inspiron 530. Without this, a buggy BIOS configuration causes + an interrupt storm when uhci_hcd is loaded before ata_piix. + (LP: #153702) + + -- Colin King Tue, 02 Sep 2008 17:28:14 +0100 + module-init-tools (3.3-pre11-4ubuntu9) intrepid; urgency=low * extra/modprobe.d/blacklist: Blacklist snd_pcsp by default. It has an