mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Put the early setting of the MAC type back, its
removal resulted in broken code in MSIX setup.
This commit is contained in:
parent
bbbc67e6ff
commit
3b9b3fc3bf
1 changed files with 3 additions and 0 deletions
|
|
@ -2070,6 +2070,9 @@ igb_identify_hardware(struct adapter *adapter)
|
|||
pci_read_config(dev, PCIR_SUBVEND_0, 2);
|
||||
adapter->hw.subsystem_device_id =
|
||||
pci_read_config(dev, PCIR_SUBDEV_0, 2);
|
||||
|
||||
/* Set MAC type early for PCI setup */
|
||||
e1000_set_mac_type(&adapter->hw);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue