Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[hermon] Add support for MT26418 device
PCI ID supplied (and tested) by Frederic
Temporelli <frederic.temporelli@bull.net>
  • Loading branch information
Michael Brown committed Jul 8, 2008
1 parent d474386 commit 997bccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/drivers/infiniband/hermon.c
Expand Up @@ -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 = {
Expand Down

0 comments on commit 997bccc

Please sign in to comment.