Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46027
b: refs/heads/master
c: cb7468e
h: refs/heads/master
i:
  46025: d21a982
  46023: 0367b6f
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed Feb 2, 2007
1 parent 177c171 commit a1776cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: 04add672cf98a788e9e0d753b2ccfa4a3a0caf56
refs/heads/master: cb7468ef4cce8f240604b80b82ac157fa9930e94
8 changes: 5 additions & 3 deletions trunk/drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,11 @@ static void quirk_via_bridge(struct pci_dev *dev)
/* See what bridge we have and find the device ranges */
switch (dev->device) {
case PCI_DEVICE_ID_VIA_82C686:
/* 82C686 is special */
via_vlink_dev_lo = 7;
via_vlink_dev_hi = 7;
/* The VT82C686 is special, it attaches to PCI and can have
any device number. All its subdevices are functions of
that single device. */
via_vlink_dev_lo = PCI_SLOT(dev->devfn);
via_vlink_dev_hi = PCI_SLOT(dev->devfn);
break;
case PCI_DEVICE_ID_VIA_8237:
case PCI_DEVICE_ID_VIA_8237A:
Expand Down

0 comments on commit a1776cb

Please sign in to comment.