Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322250
b: refs/heads/master
c: 16cc2cf
h: refs/heads/master
v: v3
  • Loading branch information
Ralf Baechle committed Aug 17, 2012
1 parent d4ee001 commit 6b412a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 00dc5ce2a653a332190aa29b2e1f3bceaa7d5b8d
refs/heads/master: 16cc2cf642eb73978a3ebde66dc94d24d46b4798
13 changes: 0 additions & 13 deletions trunk/arch/mips/mti-malta/malta-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,16 +252,3 @@ void __init mips_pcibios_init(void)

register_pci_controller(controller);
}

/* Enable PCI 2.1 compatibility in PIIX4 */
static void __devinit quirk_dlcsetup(struct pci_dev *dev)
{
u8 odlc, ndlc;
(void) pci_read_config_byte(dev, 0x82, &odlc);
/* Enable passive releases and delayed transaction */
ndlc = odlc | 7;
(void) pci_write_config_byte(dev, 0x82, ndlc);
}

DECLARE_PCI_FIXUP_FINAL(PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_82371AB_0,
quirk_dlcsetup);

0 comments on commit 6b412a1

Please sign in to comment.