Commit f760c2ec authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

one more update of default calibration values, previous one were a little off

parent 08a8fa3f
......@@ -267,8 +267,8 @@ menu "Port Timing Configuration"
config PORT00_PARAMS
string "Parameters for the first port"
default "name=wr0,proto=raw,tx=223876,rx=226248,role=slave,fiber=0" if TIME_BC
default "name=wr0,proto=raw,tx=223876,rx=226248,role=master,fiber=0"
default "name=wr0,proto=raw,tx=223896,rx=226310,role=slave,fiber=0" if TIME_BC
default "name=wr0,proto=raw,tx=223896,rx=226310,role=master,fiber=0"
help
This item, and the following ones, are used to assign the
constant delays (likely from calibration), protocol type (raw or udp),
......@@ -277,71 +277,71 @@ config PORT00_PARAMS
config PORT01_PARAMS
string "Parameters for the second port"
default "name=wr1,proto=raw,tx=224083,rx=226197,role=master,fiber=0"
default "name=wr1,proto=raw,tx=224066,rx=226334,role=master,fiber=0"
config PORT02_PARAMS
string "Parameters for a further port"
default "name=wr2,proto=raw,tx=224100,rx=226458,role=master,fiber=0"
default "name=wr2,proto=raw,tx=224170,rx=226620,role=master,fiber=0"
config PORT03_PARAMS
string "Parameters for a further port"
default "name=wr3,proto=raw,tx=224298,rx=226694,role=master,fiber=0"
default "name=wr3,proto=raw,tx=224278,rx=226722,role=master,fiber=0"
config PORT04_PARAMS
string "Parameters for a further port"
default "name=wr4,proto=raw,tx=224324,rx=227692,role=master,fiber=0"
default "name=wr4,proto=raw,tx=224431,rx=227755,role=master,fiber=0"
config PORT05_PARAMS
string "Parameters for a further port"
default "name=wr5,proto=raw,tx=224634,rx=227960,role=master,fiber=0"
default "name=wr5,proto=raw,tx=224607,rx=228005,role=master,fiber=0"
config PORT06_PARAMS
string "Parameters for a further port"
default "name=wr6,proto=raw,tx=224749,rx=228051,role=master,fiber=0"
default "name=wr6,proto=raw,tx=224788,rx=228176,role=master,fiber=0"
config PORT07_PARAMS
string "Parameters for a further port"
default "name=wr7,proto=raw,tx=224943,rx=228143,role=master,fiber=0"
default "name=wr7,proto=raw,tx=224903,rx=228251,role=master,fiber=0"
config PORT08_PARAMS
string "Parameters for a further port"
default "name=wr8,proto=raw,tx=225054,rx=228216,role=master,fiber=0"
default "name=wr8,proto=raw,tx=225040,rx=228274,role=master,fiber=0"
config PORT09_PARAMS
string "Parameters for a further port"
default "name=wr9,proto=raw,tx=225189,rx=228485,role=master,fiber=0"
default "name=wr9,proto=raw,tx=225285,rx=228599,role=master,fiber=0"
config PORT10_PARAMS
string "Parameters for a further port"
default "name=wr10,proto=raw,tx=225513,rx=228969,role=master,fiber=0"
default "name=wr10,proto=raw,tx=225510,rx=229052,role=master,fiber=0"
config PORT11_PARAMS
string "Parameters for a further port"
default "name=wr11,proto=raw,tx=225665,rx=229055,role=master,fiber=0"
default "name=wr11,proto=raw,tx=225625,rx=229111,role=master,fiber=0"
config PORT12_PARAMS
string "Parameters for a further port"
default "name=wr12,proto=raw,tx=225837,rx=229273,role=master,fiber=0"
default "name=wr12,proto=raw,tx=225779,rx=229389,role=master,fiber=0"
config PORT13_PARAMS
string "Parameters for a further port"
default "name=wr13,proto=raw,tx=225950,rx=229426,role=master,fiber=0"
default "name=wr13,proto=raw,tx=226005,rx=229533,role=master,fiber=0"
config PORT14_PARAMS
string "Parameters for a further port"
default "name=wr14,proto=raw,tx=226243,rx=229899,role=master,fiber=0"
default "name=wr14,proto=raw,tx=226228,rx=229984,role=master,fiber=0"
config PORT15_PARAMS
string "Parameters for a further port"
default "name=wr15,proto=raw,tx=226355,rx=229979,role=master,fiber=0"
default "name=wr15,proto=raw,tx=226352,rx=230126,role=master,fiber=0"
config PORT16_PARAMS
string "Parameters for a further port"
default "name=wr16,proto=raw,tx=226534,rx=230008,role=master,fiber=0"
default "name=wr16,proto=raw,tx=226534,rx=230134,role=master,fiber=0"
config PORT17_PARAMS
string "Parameters for a further port"
default "name=wr17,proto=raw,tx=226709,rx=230215,role=master,fiber=0"
default "name=wr17,proto=raw,tx=226733,rx=230371,role=master,fiber=0"
endmenu
......
......@@ -36,24 +36,24 @@ CONFIG_WRS_LOG_WRSWATCHDOG="daemon.info"
#
# Port Timing Configuration
#
CONFIG_PORT00_PARAMS="name=wr0,proto=raw,tx=223876,rx=226248,role=slave,fiber=0"
CONFIG_PORT01_PARAMS="name=wr1,proto=raw,tx=224083,rx=226197,role=master,fiber=0"
CONFIG_PORT02_PARAMS="name=wr2,proto=raw,tx=224100,rx=226458,role=master,fiber=0"
CONFIG_PORT03_PARAMS="name=wr3,proto=raw,tx=224298,rx=226694,role=master,fiber=0"
CONFIG_PORT04_PARAMS="name=wr4,proto=raw,tx=224324,rx=227692,role=master,fiber=0"
CONFIG_PORT05_PARAMS="name=wr5,proto=raw,tx=224634,rx=227960,role=master,fiber=0"
CONFIG_PORT06_PARAMS="name=wr6,proto=raw,tx=224749,rx=228051,role=master,fiber=0"
CONFIG_PORT07_PARAMS="name=wr7,proto=raw,tx=224943,rx=228143,role=master,fiber=0"
CONFIG_PORT08_PARAMS="name=wr8,proto=raw,tx=225054,rx=228216,role=master,fiber=0"
CONFIG_PORT09_PARAMS="name=wr9,proto=raw,tx=225189,rx=228485,role=master,fiber=0"
CONFIG_PORT10_PARAMS="name=wr10,proto=raw,tx=225513,rx=228969,role=master,fiber=0"
CONFIG_PORT11_PARAMS="name=wr11,proto=raw,tx=225665,rx=229055,role=master,fiber=0"
CONFIG_PORT12_PARAMS="name=wr12,proto=raw,tx=225837,rx=229273,role=master,fiber=0"
CONFIG_PORT13_PARAMS="name=wr13,proto=raw,tx=225950,rx=229426,role=master,fiber=0"
CONFIG_PORT14_PARAMS="name=wr14,proto=raw,tx=226243,rx=229899,role=master,fiber=0"
CONFIG_PORT15_PARAMS="name=wr15,proto=raw,tx=226355,rx=229979,role=master,fiber=0"
CONFIG_PORT16_PARAMS="name=wr16,proto=raw,tx=226534,rx=230008,role=master,fiber=0"
CONFIG_PORT17_PARAMS="name=wr17,proto=raw,tx=226709,rx=230215,role=master,fiber=0"
CONFIG_PORT00_PARAMS="name=wr0,proto=raw,tx=223896,rx=226310,role=slave,fiber=0"
CONFIG_PORT01_PARAMS="name=wr1,proto=raw,tx=224066,rx=226334,role=master,fiber=0"
CONFIG_PORT02_PARAMS="name=wr2,proto=raw,tx=224170,rx=226620,role=master,fiber=0"
CONFIG_PORT03_PARAMS="name=wr3,proto=raw,tx=224278,rx=226722,role=master,fiber=0"
CONFIG_PORT04_PARAMS="name=wr4,proto=raw,tx=224431,rx=227755,role=master,fiber=0"
CONFIG_PORT05_PARAMS="name=wr5,proto=raw,tx=224607,rx=228005,role=master,fiber=0"
CONFIG_PORT06_PARAMS="name=wr6,proto=raw,tx=224788,rx=228176,role=master,fiber=0"
CONFIG_PORT07_PARAMS="name=wr7,proto=raw,tx=224903,rx=228251,role=master,fiber=0"
CONFIG_PORT08_PARAMS="name=wr8,proto=raw,tx=225040,rx=228274,role=master,fiber=0"
CONFIG_PORT09_PARAMS="name=wr9,proto=raw,tx=225285,rx=228599,role=master,fiber=0"
CONFIG_PORT10_PARAMS="name=wr10,proto=raw,tx=225510,rx=229052,role=master,fiber=0"
CONFIG_PORT11_PARAMS="name=wr11,proto=raw,tx=225625,rx=229111,role=master,fiber=0"
CONFIG_PORT12_PARAMS="name=wr12,proto=raw,tx=225779,rx=229389,role=master,fiber=0"
CONFIG_PORT13_PARAMS="name=wr13,proto=raw,tx=226005,rx=229533,role=master,fiber=0"
CONFIG_PORT14_PARAMS="name=wr14,proto=raw,tx=226228,rx=229984,role=master,fiber=0"
CONFIG_PORT15_PARAMS="name=wr15,proto=raw,tx=226352,rx=230126,role=master,fiber=0"
CONFIG_PORT16_PARAMS="name=wr16,proto=raw,tx=226534,rx=230134,role=master,fiber=0"
CONFIG_PORT17_PARAMS="name=wr17,proto=raw,tx=226733,rx=230371,role=master,fiber=0"
#
# SFP and Media Timing Configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment