mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
cs5535: add pci id for AMD based CS5535 controllers
Based on commit 02cb009
for pata_cs5530.
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ee31527a02
commit
10ca30285d
1 changed files with 1 additions and 0 deletions
|
@ -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, },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue