Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55842
b: refs/heads/master
c: 742226c
h: refs/heads/master
v: v3
  • Loading branch information
Jason Jin authored and Kumar Gala committed May 10, 2007
1 parent 32e9332 commit 06dff2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 828765269efaafbf8973bb6e41d10970ee4effc3
refs/heads/master: 742226c579c573c24386aaf41969a01ee058b97e
7 changes: 6 additions & 1 deletion trunk/arch/powerpc/platforms/86xx/mpc86xx_hpcn.c
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ static void __devinit quirk_uli1575(struct pci_dev *dev)
{
unsigned short temp;
struct pci_controller *hose = pci_bus_to_host(dev->bus);
unsigned char irq2pin[16];
unsigned char irq2pin[16], c;
unsigned long pirq_map_word = 0;
u32 irq;
int i;
Expand Down Expand Up @@ -288,6 +288,11 @@ static void __devinit quirk_uli1575(struct pci_dev *dev)
outb(0x1e, 0x4d1);

#undef ULI1575_SET_DEV_IRQ

/* Disable the HD interface and enable the AC97 interface. */
pci_read_config_byte(dev, 0xb8, &c);
c &= 0x7f;
pci_write_config_byte(dev, 0xb8, c);
}

static void __devinit quirk_uli5288(struct pci_dev *dev)
Expand Down

0 comments on commit 06dff2b

Please sign in to comment.