CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/20 23:49:25
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Commands that create objects return a 24 bit object ID, so mask off the
high 8 bits of the value we extract, in case the firmware leaves junk there.
Hrvoje Popovski has seen this with newer firmware on a ConnectX 5 card,
which now works properly.
ok dlg@
