Mercurial > hg > Members > kono > nitros9-code
annotate level1/modules/rb1773desc.asm @ 1801:75f1d0fc33e1
A tip of the hat to the CoCoFEST has been added to sysgo
author | boisy |
---|---|
date | Wed, 13 Apr 2005 17:24:12 +0000 |
parents | b1fd64ea8eee |
children | be0c9c15f08a |
rev | line source |
---|---|
1570 | 1 ******************************************************************** |
2 * rb1773desc - rb1773 Device Descriptor Template | |
3 * | |
4 * $Id$ | |
5 * | |
6 * Edt/Rev YYYY/MM/DD Modified by | |
7 * Comment | |
8 * ------------------------------------------------------------------ | |
9 | |
10 nam rb1773desc | |
11 ttl rb1773 Device Descriptor Template | |
12 | |
13 * Disassembled 98/08/23 17:09:41 by Disasm v1.6 (C) 1988 by RML | |
14 | |
15 ifp1 | |
16 use defsfile | |
17 endc | |
18 | |
19 tylg set Devic+Objct | |
20 atrv set ReEnt+rev | |
21 rev set $00 | |
22 | |
23 DNum set 0 | |
1677
b1fd64ea8eee
TYP.8 converted to TYP.3, causing changes to descriptors and makefiles
boisy
parents:
1570
diff
changeset
|
24 IFNE D35 |
b1fd64ea8eee
TYP.8 converted to TYP.3, causing changes to descriptors and makefiles
boisy
parents:
1570
diff
changeset
|
25 Type set TYP.CCF+TYP.3 |
b1fd64ea8eee
TYP.8 converted to TYP.3, causing changes to descriptors and makefiles
boisy
parents:
1570
diff
changeset
|
26 ELSE |
1570 | 27 Type set TYP.CCF+TYP.5 |
1677
b1fd64ea8eee
TYP.8 converted to TYP.3, causing changes to descriptors and makefiles
boisy
parents:
1570
diff
changeset
|
28 ENDC |
1570 | 29 Density set DNS.MFM |
30 Step set STP.6ms | |
31 Cyls set 35 | |
32 Sides set 1 | |
33 Verify set 1 | |
34 SectTrk set 18 | |
35 SectTrk0 set 18 | |
36 Interlv set 3 | |
37 SAS set 8 | |
38 | |
39 mod eom,name,tylg,atrv,mgrnam,drvnam | |
40 | |
41 fcb DIR.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte | |
42 fcb HW.Page extended controller address | |
43 fdb $FF40 physical controller address | |
44 fcb initsize-*-1 initalization table size | |
45 fcb DT.RBF device type:0=scf,1=rbf,2=pipe,3=scf | |
46 fcb DNum drive number | |
47 fcb Step step rate | |
48 fcb Type drive device type | |
49 fcb Density media density:0=single,1=double | |
50 fdb Cyls number of cylinders (tracks) | |
51 fcb Sides number of sides | |
52 fcb Verify verify disk writes:0=on | |
53 fdb SectTrk # of sectors per track | |
54 fdb SectTrk0 # of sectors per track (track 0) | |
55 fcb Interlv sector interleave factor | |
56 fcb SAS minimum size of sector allocation | |
57 initsize equ * | |
58 | |
59 IFNE DD | |
60 name fcs /DD/ | |
61 ELSE | |
62 name fcb 'D,'0+DNum+$80 | |
63 ENDC | |
64 mgrnam fcs /RBF/ | |
65 drvnam fcs /rb1773/ | |
66 | |
67 emod | |
68 eom equ * | |
69 end | |
70 |