From c1bb776cbf68bed3cfb6d525536a02b6d3f2efe3 Mon Sep 17 00:00:00 2001 From: Hades DAQ Date: Wed, 27 Feb 2013 00:06:39 +0100 Subject: [PATCH] corrected, mt --- users/gsi_ee_lab_kp1pc105/configure_trb3.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/users/gsi_ee_lab_kp1pc105/configure_trb3.sh b/users/gsi_ee_lab_kp1pc105/configure_trb3.sh index fc025cd..7c26c73 100755 --- a/users/gsi_ee_lab_kp1pc105/configure_trb3.sh +++ b/users/gsi_ee_lab_kp1pc105/configure_trb3.sh @@ -2,7 +2,7 @@ trbcmd w 0x8000 0x8300 0x8000 # SubeventId trbcmd w 0x8000 0x8301 0x00020001 # SubEventDecoding trbcmd w 0x8000 0x8302 0x00030062 # Queue decoding trbcmd w 0x8000 0x8303 0xea60 # max packet size -trbcmd w 0x8000 0x8304 0x578 # max frame size +trbcmd w 0x8000 0x8304 0x0578 # max frame size trbcmd w 0x8000 0x8305 0x1 # use GbE trbcmd w 0x8000 0x8306 0x0 # use TRBnet to send data trbcmd w 0x8000 0x8307 0x0 # Multi event queue size @@ -17,8 +17,8 @@ trbcmd w 0x8000 0x8101 0x001b # upper two bytes trbcmd w 0x8000 0x8102 0xc0a80101 # destination IP-address: 192.168.1.1 trbcmd w 0x8000 0x8103 0xc352 # destination port -trbcmd w 0x8000 0x8104 0xdead0110 # source MAC-address: 192.168.1.16 +trbcmd w 0x8000 0x8104 0xdead0110 # source MAC-address trbcmd w 0x8000 0x8105 0x001b # source MAC: upper bytes -trbcmd w 0x8000 0x8106 0xc0a80172 # source IP +trbcmd w 0x8000 0x8106 0xc0a8011e # source IP trbcmd w 0x8000 0x8107 0xc353 # source Port trbcmd w 0x8000 0x8108 0x578 # MTU -- 2.43.0