Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184301
b: refs/heads/master
c: 25cca53
h: refs/heads/master
i:
  184299: 3bdeaed
v: v3
  • Loading branch information
Jeff Mahoney authored and David S. Miller committed Feb 17, 2010
1 parent 4819a3a commit 8b88055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 069c474e88bb7753183f1eadbd7786c27888c8e3
refs/heads/master: 25cca5352712561fba97bd37c495593d641c1d39
4 changes: 1 addition & 3 deletions trunk/drivers/net/ipg.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ static const char *ipg_brand_name[] = {
"Sundance Technology ST2021 based NIC",
"Tamarack Microelectronics TC9020/9021 based NIC",
"Tamarack Microelectronics TC9020/9021 based NIC",
"D-Link NIC",
"D-Link NIC IP1000A"
};

Expand All @@ -97,8 +96,7 @@ static DEFINE_PCI_DEVICE_TABLE(ipg_pci_tbl) = {
{ PCI_VDEVICE(SUNDANCE, 0x2021), 1 },
{ PCI_VDEVICE(SUNDANCE, 0x1021), 2 },
{ PCI_VDEVICE(DLINK, 0x9021), 3 },
{ PCI_VDEVICE(DLINK, 0x4000), 4 },
{ PCI_VDEVICE(DLINK, 0x4020), 5 },
{ PCI_VDEVICE(DLINK, 0x4020), 4 },
{ 0, }
};

Expand Down

0 comments on commit 8b88055

Please sign in to comment.