Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3909
b: refs/heads/master
c: 2fa938b
h: refs/heads/master
i:
  3907: 324af7a
v: v3
  • Loading branch information
Dave Jones authored and Linus Torvalds committed Jun 29, 2005
1 parent 294d8a9 commit a9a2936
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 2668fb91cbfbd5e6799017a3579f20309aac758b
refs/heads/master: 2fa938b8a3964c21b23d9d095091e7abc88249c5
9 changes: 9 additions & 0 deletions trunk/drivers/char/agp/amd64-agp.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,15 @@ static struct pci_device_id agp_amd64_pci_table[] = {
.subvendor = PCI_ANY_ID,
.subdevice = PCI_ANY_ID,
},
/* SIS 760 */
{
.class = (PCI_CLASS_BRIDGE_HOST << 8),
.class_mask = ~0,
.vendor = PCI_VENDOR_ID_SI,
.device = PCI_DEVICE_ID_SI_760,
.subvendor = PCI_ANY_ID,
.subdevice = PCI_ANY_ID,
},
{ }
};

Expand Down

0 comments on commit a9a2936

Please sign in to comment.