diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2006-07-29 20:21:55 -0400 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-08-03 17:31:56 -0400 |
| commit | 57fa442c1e842e6ec18ec7cd8cca9e29b5189278 (patch) | |
| tree | 8b3462cf2a5d6ea9af0cb1c9f169d1055a6e7b06 | |
| parent | 534abebaf746087414291955131f31a39c4f3271 (diff) | |
[PATCH] sky2: more pci device ids
Recent vendor driver and customer reports show more devices.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
| -rw-r--r-- | drivers/net/sky2.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 8f8799c3f9d1..de1177b7b996 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c | |||
| @@ -122,6 +122,10 @@ static const struct pci_device_id sky2_id_table[] = { | |||
| 122 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) }, | 122 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4362) }, |
| 123 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) }, | 123 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4363) }, |
| 124 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) }, | 124 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4364) }, |
| 125 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4365) }, | ||
| 126 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4366) }, | ||
| 127 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4367) }, | ||
| 128 | { PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x4368) }, | ||
| 125 | { 0 } | 129 | { 0 } |
| 126 | }; | 130 | }; |
| 127 | 131 | ||
