Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63
b: refs/heads/master
c: 680d323
h: refs/heads/master
i:
  61: 321e14a
  59: d5d36a2
  55: 48301e3
  47: d741651
  31: decb105
v: v3
  • Loading branch information
Jason Gaston authored and Linus Torvalds committed Apr 16, 2005
1 parent 95c03e5 commit decae11
Show file tree
Hide file tree
Showing 2 changed files with 7 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: c368ca4ef471aa8e82ee1de7086cb7ef5053cb95
refs/heads/master: 680d32357a0235fbadfba8e52dd40e80f55b6b05
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,12 @@ static struct pci_device_id ahci_pci_tbl[] = {
board_ahci }, /* ICH7R */
{ PCI_VENDOR_ID_AL, 0x5288, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ULi M5288 */
{ PCI_VENDOR_ID_INTEL, 0x2681, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ESB2 */
{ PCI_VENDOR_ID_INTEL, 0x2682, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ESB2 */
{ PCI_VENDOR_ID_INTEL, 0x2683, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ESB2 */
{ } /* terminate list */
};

Expand Down

0 comments on commit decae11

Please sign in to comment.