1 03/21/85 status
 2 
 3 Syntax as a command:  status {-control_arg}
 4 
 5 
 6 Function:  prints information about the current status of the driver.
 7 The information provided is:
 8 
 9 1. The I/O daemon driver version.
10 2. The device name and channel.
11 3. The request type (per minor device if more than one).
12 4. Whether a request is in progress and the request number.
13 5. The device status:  ready, halted, or not attached.  (If there are
14    minor devices, this is provided per minor device.)
15 6. Whether there are any pending requests and their request numbers.
16 7. Whether step mode is set.
17 8. The names of any minor devices (to be used with the ready and halt
18    commands).
19 
20 
21 Control arguments:
22 -long, -lg
23    to print the status of inactive minor devices (devices that cannot
24    be made ready).