annotate level1/modules/rbdesc.asm @ 2858:632187a1083e lwtools-port

Spell DNum consistently Although the relevant files are built case-insensitive the inconsistent spelling looks ugly and makes reading and searching more difficult. Thanks to Bob Devries for pointing this out.
author Tormod Volden <debian.tormod@gmail.com>
date Sat, 13 Jul 2013 12:06:44 +0200
parents b70d93f8d7ce
children e881994bfe30
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
1 ********************************************************************
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
2 * rbdesc - Device Descriptor Template
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
3 *
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
4 * $Id$
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
5 *
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
6 * Edt/Rev YYYY/MM/DD Modified by
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
7 * Comment
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
8 * ------------------------------------------------------------------
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
9
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
10 nam rbdesc
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
11 ttl Device Descriptor Template
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
12
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
13 * Disassembled 98/08/23 17:09:41 by Disasm v1.6 (C) 1988 by RML
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
14
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
15 ifp1
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
16 use defsfile
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
17 endc
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
18
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
19 tylg set Devic+Objct
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
20 atrv set ReEnt+rev
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
21 rev set $00
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
22
2858
632187a1083e Spell DNum consistently
Tormod Volden <debian.tormod@gmail.com>
parents: 2798
diff changeset
23 IFNDEF DNum
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
24 DNum set 0
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
25 ENDC
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
26 IFNE D35
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
27 Type set TYP.CCF+TYP.3
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
28 ELSE
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
29 Type set TYP.CCF+TYP.5
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
30 ENDC
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
31 IFNDEF Density
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
32 Density set DNS.MFM
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
33 ENDC
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
34 IFNDEF Step
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
35 Step set STP.6ms
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
36 ENDC
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
37 IFNDEF Cyls
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
38 Cyls set 35
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
39 ENDC
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
40 IFNDEF Sides
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
41 Sides set 1
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
42 ENDC
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
43 Verify set 1
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
44 IFNDEF SectTrk
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
45 SectTrk set 18
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
46 ENDC
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
47 IFNDEF SectTrk0
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
48 SectTrk0 set 18
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
49 ENDC
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
50 IFNDEF Interlv
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
51 Interlv set 3
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
52 ENDC
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
53 IFNDEF SAS
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
54 SAS set 8
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
55 ENDC
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
56
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
57 mod eom,name,tylg,atrv,mgrnam,drvnam
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
58
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
59 fcb DIR.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
60 fcb HW.Page extended controller address
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
61 fdb $FF40 physical controller address
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
62 fcb initsize-*-1 initalization table size
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
63 fcb DT.RBF device type:0=scf,1=rbf,2=pipe,3=scf
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
64 fcb DNum drive number
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
65 fcb Step step rate
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
66 fcb Type drive device type
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
67 fcb Density media density:0=single,1=double
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
68 fdb Cyls number of cylinders (tracks)
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
69 fcb Sides number of sides
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
70 fcb Verify verify disk writes:0=on
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
71 fdb SectTrk # of sectors per track
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
72 fdb SectTrk0 # of sectors per track (track 0)
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
73 fcb Interlv sector interleave factor
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
74 fcb SAS minimum size of sector allocation
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
75 initsize equ *
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
76
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
77 IFNE DD
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
78 name fcs /DD/
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
79 ELSE
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
80 name fcs /RTST/
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
81 fcb '0+DNum+$80
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
82 ENDC
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
83 mgrnam fcs /RBF/
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
84 drvnam fcs /rbtest/
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
85
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
86 emod
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
87 eom equ *
2798
b70d93f8d7ce Updated coco1/modules/makefile and coco3/modules/makefile to help resolve issues with i(x) and s(x) descriptors.
drencor-xeen
parents: 2590
diff changeset
88 end
2590
17d43fd29ee2 Integration of SuperDriver
boisy
parents:
diff changeset
89