diff options
| author | Michael Brown | 2008-07-09 01:53:03 +0200 |
|---|---|---|
| committer | Michael Brown | 2008-07-09 01:53:38 +0200 |
| commit | 997bccc64e39ed086c37998305ee146ba3359331 (patch) | |
| tree | 53b815db6054dd38ba5719e491f920f2fd791dd9 /src | |
| parent | [phantom] Remove warning relating to now-fixed firmware bug (diff) | |
| download | ipxe-997bccc64e39ed086c37998305ee146ba3359331.tar.gz ipxe-997bccc64e39ed086c37998305ee146ba3359331.tar.xz ipxe-997bccc64e39ed086c37998305ee146ba3359331.zip | |
[hermon] Add support for MT26418 device
PCI ID supplied (and tested) by Frederic
Temporelli <frederic.temporelli@bull.net>
Diffstat (limited to 'src')
| -rw-r--r-- | src/drivers/infiniband/hermon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/infiniband/hermon.c b/src/drivers/infiniband/hermon.c index c198556ec..439974eb8 100644 --- a/src/drivers/infiniband/hermon.c +++ b/src/drivers/infiniband/hermon.c @@ -2290,6 +2290,7 @@ static void hermon_remove ( struct pci_device *pci ) { static struct pci_device_id hermon_nics[] = { PCI_ROM ( 0x15b3, 0x6340, "mt25408", "MT25408 HCA driver" ), PCI_ROM ( 0x15b3, 0x634a, "mt25418", "MT25418 HCA driver" ), + PCI_ROM ( 0x15b3, 0x6732, "mt26418", "MT26418 HCA driver" ), }; struct pci_driver hermon_driver __pci_driver = { |
