MFC: Restore the 929X support that got nuked in merge
Approved by: re
This commit is contained in:
parent
8043929e15
commit
4b2341d343
@ -97,6 +97,10 @@ __FBSDID("$FreeBSD$");
|
||||
#define PCI_PRODUCT_LSI_FC929 0x0622
|
||||
#endif
|
||||
|
||||
#ifndef PCI_PRODUCT_LSI_FC929X
|
||||
#define PCI_PRODUCT_LSI_FC929X 0x0626
|
||||
#endif
|
||||
|
||||
#ifndef PCI_PRODUCT_LSI_1030
|
||||
#define PCI_PRODUCT_LSI_1030 0x0030
|
||||
#endif
|
||||
@ -157,6 +161,9 @@ mpt_pci_probe(device_t dev)
|
||||
case PCI_PRODUCT_LSI_FC929:
|
||||
desc = "LSILogic FC929 FC Adapter";
|
||||
break;
|
||||
case PCI_PRODUCT_LSI_FC929X:
|
||||
desc = "LSILogic FC929X FC Adapter";
|
||||
break;
|
||||
case PCI_PRODUCT_LSI_1030:
|
||||
desc = "LSILogic 1030 Ultra4 Adapter";
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user