1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
include "../etc/baytech-rpc28-nc.dev"
device "b0" "baytech-rpc28-nc" "./baytech -p rpc28-nc |&"
device "b1" "baytech-rpc28-nc" "./baytech -p rpc28-nc |&"
device "b2" "baytech-rpc28-nc" "./baytech -p rpc28-nc |&"
device "b3" "baytech-rpc28-nc" "./baytech -p rpc28-nc |&"
device "b4" "baytech-rpc28-nc" "./baytech -p rpc28-nc |&"
device "b5" "baytech-rpc28-nc" "./baytech -p rpc28-nc |&"
device "b6" "baytech-rpc28-nc" "./baytech -p rpc28-nc |&"
device "b7" "baytech-rpc28-nc" "./baytech -p rpc28-nc |&"
node "t[0-19]" "b0"
node "t[20-39]" "b1"
node "t[40-59]" "b2"
node "t[60-79]" "b3"
node "t[80-99]" "b4"
node "t[100-119]" "b5"
node "t[120-139]" "b6"
node "t[140-159]" "b7"
|