Browse Source

[POWERPC] MPC8641HPCN: Set IDE in ULI1575 to not native mode.

Set IDE in ULI1575 to not 100% native mode, which forces
the IDE driver to probe the irq itself.

Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Zhang Wei 18 năm trước cách đây
mục cha
commit
3ac4f0e1dd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      arch/powerpc/platforms/86xx/mpc86xx_hpcn.c

+ 1 - 0
arch/powerpc/platforms/86xx/mpc86xx_hpcn.c

@@ -312,6 +312,7 @@ static void __devinit quirk_uli5229(struct pci_dev *dev)
 {
 	unsigned short temp;
 	pci_write_config_word(dev, 0x04, 0x0405);
+	dev->class &= ~0x5;
 	pci_read_config_word(dev, 0x4a, &temp);
 	temp |= 0x1000;
 	pci_write_config_word(dev, 0x4a, temp);