浏览代码

[PATCH] sky2: add another PCI ID

Yet another PCI ID for 88E8056

Signed-off-by: Stephen Hemminger <sch@sch-laptop.localdomain>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Stephen Hemminger 19 年之前
父节点
当前提交
5f5d83fdbf
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/net/sky2.c

+ 1 - 0
drivers/net/sky2.c

@@ -121,6 +121,7 @@ static const struct pci_device_id sky2_id_table[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4361) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) },
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) },
+	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) },
 	{ 0 }
 };