Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146645
b: refs/heads/master
c: ab78cbc
h: refs/heads/master
i:
  146643: 0226605
v: v3
  • Loading branch information
Paul Mundt committed Apr 17, 2009
1 parent 8b27238 commit 8d40bee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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: 4e7b7fdb129995640f144b7de114e109c6b46a2a
refs/heads/master: ab78cbcf6877334fc20868b7df7887349e2e01c8
6 changes: 4 additions & 2 deletions trunk/arch/sh/drivers/pci/pci-sh7780.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,10 @@ int __init sh7780_pcic_init(struct pci_channel *chan,
{
u32 word;

pci_write_reg(chan, PCI_CLASS_BRIDGE_HOST >> 8, SH7780_PCIBCC);
pci_write_reg(chan, PCI_CLASS_BRIDGE_HOST & 0xff, SH7780_PCISUB);
__raw_writeb(PCI_CLASS_BRIDGE_HOST >> 8,
chan->reg_base + SH7780_PCIBCC);
__raw_writeb(PCI_CLASS_BRIDGE_HOST & 0xff,
chan->reg_base + SH7780_PCISUB);

/* set the command/status bits to:
* Wait Cycle Control + Parity Enable + Bus Master +
Expand Down

0 comments on commit 8d40bee

Please sign in to comment.