-
Notifications
You must be signed in to change notification settings - Fork 0
/
boardconfig.xml
61 lines (61 loc) · 2.85 KB
/
boardconfig.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<BoardConfig>
<!-- ********************************************************
Enable the onboard active terminator (v5.1 or greater).
Both ends of the SCSI chain should be terminated. Disable
only if the SCSI2SD is in the middle of a chain with other
devices.
********************************************************* -->
<enableTerminator>true</enableTerminator>
<unitAttention>false</unitAttention>
<parity>false</parity>
<!-- ********************************************************
Only set to true when using with a fast SCSI2 host
controller. This can cause problems with older/slower
hardware.
********************************************************* -->
<enableScsi2>false</enableScsi2>
<!-- ********************************************************
Setting to 'true' will result in increased performance at the
cost of lower noise immunity.
Only set to true when using short cables with only 1 or two
devices. This should remain off when using external SCSI1 DB25
cables.
********************************************************* -->
<disableGlitchFilter>false</disableGlitchFilter>
<enableCache>false</enableCache>
<enableDisconnect>false</enableDisconnect>
<!-- ********************************************************
Respond to very short duration selection attempts. This supports
non-standard hardware, but is generally safe to enable.
Required for Philips P2000C.
********************************************************* -->
<selLatch>false</selLatch>
<!-- ********************************************************
Convert luns to IDs. The unit must already be configured to respond
on the ID. Allows dual drives to be accessed from a
XEBEC S1410 SASI bridge.
eg. Configured for dual drives as IDs 0 and 1, but the XEBEC will
access the second disk as ID0, lun 1.
See ttp://bitsavers.trailing-edge.com/pdf/xebec/104524C_S1410Man_Aug83.pdf
********************************************************* -->
<mapLunsToIds>false</mapLunsToIds>
<!-- ********************************************************
Delay (in milliseconds) before responding to a SCSI selection.
255 (auto) sets it to 0 for SCSI2 hosts and 1ms otherwise.
Some samplers need this set to 1 manually.
********************************************************* -->
<selectionDelay>255</selectionDelay>
<!-- ********************************************************
Startup delay (in seconds) before responding to the SCSI bus
after power on. Default = 0.
********************************************************* -->
<startupDelay>0</startupDelay>
<!-- ********************************************************
Speed limit the SCSI interface. This is the -max- speed the
device will run at. The actual spee depends on the capability
of the host controller.
0 No limit
1 Async 1.5MB/s
********************************************************* -->
<scsiSpeed>0</scsiSpeed>
</BoardConfig>