Skip to content

Commit

Permalink
cs5535: add pci id for AMD based CS5535 controllers
Browse files Browse the repository at this point in the history
Based on commit 02cb009 for pata_cs5530.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and David S. Miller committed Dec 2, 2009
1 parent ee31527 commit 10ca302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/ide/cs5535.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ static int __devinit cs5535_init_one(struct pci_dev *dev,

static const struct pci_device_id cs5535_pci_tbl[] = {
{ PCI_VDEVICE(NS, PCI_DEVICE_ID_NS_CS5535_IDE), 0 },
{ PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CS5535_IDE), },
{ 0, },
};

Expand Down

0 comments on commit 10ca302

Please sign in to comment.