Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19893
b: refs/heads/master
c: 4c91cc5
h: refs/heads/master
i:
  19891: ce241b0
v: v3
  • Loading branch information
Mark Mason authored and Ralf Baechle committed Feb 7, 2006
1 parent 9d821b8 commit 0a5a823
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 80f834e6877ce57e19b9de8cea69f81453907586
refs/heads/master: 4c91cc57bc9cfd337804d70bc9bff6a012aa8b83
2 changes: 0 additions & 2 deletions trunk/arch/mips/pci/pci-bcm1480.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,9 @@ static int __init bcm1480_pcibios_init(void)

/* turn on ExpMemEn */
cmdreg = READCFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40));
printk("PCIFeatureCtrl = %x\n", cmdreg);
WRITECFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40),
cmdreg | 0x10);
cmdreg = READCFG32(CFGOFFSET(0, PCI_DEVFN(PCI_BRIDGE_DEVICE, 0), 0x40));
printk("PCIFeatureCtrl = %x\n", cmdreg);

/*
* Establish mappings in KSEG2 (kernel virtual) to PCI I/O
Expand Down

0 comments on commit 0a5a823

Please sign in to comment.