diff options
| author | Tony Ackerman <tackerman@FreeBSD.org> | 2005-01-01 19:54:39 +0000 |
|---|---|---|
| committer | Tony Ackerman <tackerman@FreeBSD.org> | 2005-01-01 19:54:39 +0000 |
| commit | 66fe65129446d4c84b2595b84e2d73316cc1bce9 (patch) | |
| tree | ff7846d4462f9a25fa3faa43f8c02e15615f5603 /sys/dev/em | |
| parent | 6ce188277d63a8356a804310ce52ceb10bcd47f4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/em')
| -rw-r--r-- | sys/dev/em/if_em.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index 7d889f5b3a79..6cf1a7fc02d5 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -80,6 +80,7 @@ static em_vendor_info_t em_vendor_info_array[] = { 0x8086, 0x1011, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, 0x1012, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, 0x1013, PCI_ANY_ID, PCI_ANY_ID, 0}, + { 0x8086, 0x1014, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, 0x1015, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, 0x1016, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, 0x1017, PCI_ANY_ID, PCI_ANY_ID, 0}, @@ -99,6 +100,7 @@ static em_vendor_info_t em_vendor_info_array[] = { 0x8086, 0x107A, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, 0x107B, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, 0x107C, PCI_ANY_ID, PCI_ANY_ID, 0}, + { 0x8086, 0x108A, PCI_ANY_ID, PCI_ANY_ID, 0}, /* required last entry */ { 0, 0, 0, 0, 0} }; |
