|
|
1.1 root 1: /*
2: * data structures for the MSCP disk class driver
3: */
4:
5: struct radisk {
6: struct msportsw *port;
7: short open;
8: char flags;
9: char rplret;
10: long cmdcrf; /* crf of pending non-xfer command */
11: char cmdopc; /* opcode too */
12: struct buf *actf; /* next buffer to send */
13: struct buf *actl; /* end of list of unsent buffers */
14: struct ud_unit di; /* size et al parameters */
15: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.