Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97901
b: refs/heads/master
c: cd18f69
h: refs/heads/master
i:
  97899: 83a61eb
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jun 10, 2008
1 parent 1bd1f97 commit 31a1901
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 34e6e88f025ebe0613f53af2703d4d902e39273a
refs/heads/master: cd18f69f845dc8c769f0ef65046b7a113b8aba87
5 changes: 5 additions & 0 deletions trunk/drivers/ide/pci/sis5513.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,11 @@ static int __devinit sis5513_init_one(struct pci_dev *dev, const struct pci_devi
{
struct ide_port_info d = sis5513_chipset;
u8 udma_rates[] = { 0x00, 0x00, 0x07, 0x1f, 0x3f, 0x3f, 0x7f, 0x7f };
int rc;

rc = pci_enable_device(dev);
if (rc)
return rc;

if (sis_find_family(dev) == 0)
return -ENOTSUPP;
Expand Down

0 comments on commit 31a1901

Please sign in to comment.