mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
Adjust ExaNIC board ID to match original PCIe ID
This commit is contained in:
parent
f5999faf60
commit
5f066b9fcd
@ -215,7 +215,7 @@ parameter PTP_PERIOD_FNS = 32'd0;
|
||||
// FW and board IDs
|
||||
parameter FW_ID = 32'd0;
|
||||
parameter FW_VER = {16'd0, 16'd1};
|
||||
parameter BOARD_ID = {16'h1ce4, 16'h800a};
|
||||
parameter BOARD_ID = {16'h1ce4, 16'h0003};
|
||||
parameter BOARD_VER = {16'd0, 16'd1};
|
||||
|
||||
// Structural parameters
|
||||
|
@ -215,7 +215,7 @@ parameter PTP_PERIOD_FNS = 32'd0;
|
||||
// FW and board IDs
|
||||
parameter FW_ID = 32'd0;
|
||||
parameter FW_VER = {16'd0, 16'd1};
|
||||
parameter BOARD_ID = {16'h1ce4, 16'h800a};
|
||||
parameter BOARD_ID = {16'h1ce4, 16'h0003};
|
||||
parameter BOARD_VER = {16'd0, 16'd1};
|
||||
|
||||
// Structural parameters
|
||||
|
@ -47,7 +47,7 @@ either expressed or implied, of The Regents of the University of California.
|
||||
|
||||
#define MQNIC_BOARD_ID_VCU108 0x10ee806c
|
||||
#define MQNIC_BOARD_ID_VCU118 0x10ee9076
|
||||
#define MQNIC_BOARD_ID_EXANIC_X10 0x1ce4800a
|
||||
#define MQNIC_BOARD_ID_EXANIC_X10 0x1ce40003
|
||||
#define MQNIC_BOARD_ID_ADM_PCIE_9V3 0x41449003
|
||||
|
||||
// NIC CSRs
|
||||
|
Loading…
x
Reference in New Issue
Block a user