Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131812
b: refs/heads/master
c: bbe1944
h: refs/heads/master
v: v3
  • Loading branch information
Stefan Assmann authored and Jesse Barnes committed Feb 26, 2009
1 parent cad6d62 commit d457a25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f9f13c8d59c1d8da1a602b71d1ab96d1d37d69e
refs/heads/master: bbe194433baeadc953f49e3795b41ffffc5486dd
3 changes: 3 additions & 0 deletions trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -1584,13 +1584,16 @@ DECLARE_PCI_FIXUP_RESUME(PCI_VENDOR_ID_SERVERWORKS, PCI_DEVICE_ID_SERVERWORKS_
*/
#define AMD_813X_MISC 0x40
#define AMD_813X_NOIOAMODE (1<<0)
#define AMD_813X_REV_B2 0x13

static void quirk_disable_amd_813x_boot_interrupt(struct pci_dev *dev)
{
u32 pci_config_dword;

if (noioapicquirk)
return;
if (dev->revision == AMD_813X_REV_B2)
return;

pci_read_config_dword(dev, AMD_813X_MISC, &pci_config_dword);
pci_config_dword &= ~AMD_813X_NOIOAMODE;
Expand Down

0 comments on commit d457a25

Please sign in to comment.