Mercurial > hg > Members > kono > nitros9-code
comparison defs/rbfdefs @ 1946:34868794d297
Added IT.SOFF1-ITSOFF3 and IT.LLDRV for SuperDrivers.
author | boisy |
---|---|
date | Sun, 11 Dec 2005 14:38:28 +0000 |
parents | 87865128c951 |
children | e396d4f24b27 |
comparison
equal
deleted
inserted
replaced
1945:89bba8b61def | 1946:34868794d297 |
---|---|
71 * | 71 * |
72 * 2005/05/31 P.Harvey-Smith. | 72 * 2005/05/31 P.Harvey-Smith. |
73 * Added defines for bit 2 of IT.DNS, which the format command uses to | 73 * Added defines for bit 2 of IT.DNS, which the format command uses to |
74 * determine if a drive should have it's track 0 as single or double density | 74 * determine if a drive should have it's track 0 as single or double density |
75 * | 75 * |
76 * 2005/11/23 Robert Gault | |
77 * Added IT.MPI giving it duplicate location with IT.TFM. This will not be | |
78 * transferred to the path descriptor, thus the equ * rahter than rmb 1. | |
79 * | |
80 * 2005/12/11 Boisy G. Pitre | |
81 * Added IT.SOFF1-ITSOFF3 and IT.LLDRV for SuperDrivers. | |
76 | 82 |
77 nam RBFDefs | 83 nam RBFDefs |
78 ttl Random Block File Manager Definitions | 84 ttl Random Block File Manager Definitions |
79 | 85 |
80 | 86 |
103 IT.SToff rmb 1 Sector/Track offsets (for "foreign" disk formats) | 109 IT.SToff rmb 1 Sector/Track offsets (for "foreign" disk formats) |
104 * The following fields are not copied to the path descriptor | 110 * The following fields are not copied to the path descriptor |
105 IT.WPC rmb 1 Write precomp cyl/4 (HD) | 111 IT.WPC rmb 1 Write precomp cyl/4 (HD) |
106 IT.OFS rmb 2 Starting cylinder offset (HD) | 112 IT.OFS rmb 2 Starting cylinder offset (HD) |
107 IT.RWC rmb 2 Reduced write current cylinder (HD) | 113 IT.RWC rmb 2 Reduced write current cylinder (HD) |
114 * These fields have been added because of SuperDriver. They probably | |
115 * can be used in other drivers | |
116 org IT.WPC | |
117 IT.SOFF1 rmb 1 | |
118 IT.SOFF2 rmb 1 | |
119 IT.SOFF3 rmb 1 | |
120 IT.LLDRV rmb 2 | |
121 IT.MPI rmb 1 | |
108 | 122 |
109 | 123 |
110 * IT.TYP Definitions | 124 * IT.TYP Definitions |
111 * | 125 * |
112 TYP.HARD equ %10000000 Hard disk | 126 TYP.HARD equ %10000000 Hard disk |