*** empty log message ***
This commit is contained in:
@ -17,19 +17,12 @@ set records {
|
|||||||
field (DTYP, "stream")
|
field (DTYP, "stream")
|
||||||
field (OUT, "@test.proto fast device")
|
field (OUT, "@test.proto fast device")
|
||||||
}
|
}
|
||||||
record (ao, "DZ:fasthigh")
|
|
||||||
{
|
|
||||||
field (DTYP, "stream")
|
|
||||||
field (OUT, "@test.proto fasthigh device")
|
|
||||||
field (PRIO, "HIGH")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
set protocol {
|
set protocol {
|
||||||
Terminator = LF;
|
Terminator = LF;
|
||||||
slow { out "slow start"; wait 1000; out "slow finished";}
|
slow { out "slow start"; wait 1000; out "slow finished";}
|
||||||
fast { out "fast"; }
|
fast { out "fast"; }
|
||||||
fasthigh { out "fasthigh"; }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
set startup {
|
set startup {
|
||||||
@ -41,8 +34,6 @@ startioc
|
|||||||
|
|
||||||
ioccmd {dbpf DZ:slow 1}
|
ioccmd {dbpf DZ:slow 1}
|
||||||
ioccmd {dbpf DZ:fast 1}
|
ioccmd {dbpf DZ:fast 1}
|
||||||
ioccmd {dbpf DZ:fasthigh 1}
|
|
||||||
assure "fasthigh\n"
|
|
||||||
assure "slow start\n"
|
assure "slow start\n"
|
||||||
assure "slow finished\n"
|
assure "slow finished\n"
|
||||||
assure "fast\n"
|
assure "fast\n"
|
||||||
|
Reference in New Issue
Block a user