1 03/21/85 restart_q
 2 
 3 Syntax as a command:  restart_q {minor_device}
 4 
 5 
 6 Function:  signals the coordinator to start taking requests from the
 7 beginning of the queue again.  This allows any deferred requests to be
 8 run if the operator has changed the deferring criteria (see the
 9 defer_time command in this section).
10 
11 
12 Arguments:
13 minor_device
14    is the name of one of the minor devices being run by the driver.  It
15    identifies the request type queues to be restarted.  It is optional
16    for drivers with a single minor device.
17 
18 
19 Notes:  When several drivers are running from a single device class,
20 and several requests in the queues are still in progress, it is
21 possible that some requests will be repeated.