*** empty log message ***

This commit is contained in:
zimoch
2011-05-06 12:15:20 +00:00
parent 103e74be03
commit 03a04a51b6

View File

@ -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"