This file is indexed.

/usr/share/doc/libcomedi0/das1600.conf is in libcomedi0 0.10.2-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#!/bin/sh
# Configuration for das1600 driver
# Thomas Henkel and ds

### Device file
DEVICE=/dev/comedi0


### Type of board
###   Choose one
BOARD=das1601/12
#BOARD=das1602/12
#BOARD=das1602/16


### Option 0:	Board base address
###   Depends on jumper settings
IO_BASE=0x320


### Option 1:	IRQ
###   Choose one
#IRQ=0		# don't use interrupts
#IRQ=3
#IRQ=4
#IRQ=5
#IRQ=6
IRQ=7
#IRQ=9


### Option 2:	DMA channel
###   Depends on jumper settings
###   Choose one
DMA=0		# don't use DMA
#DMA=1
#DMA=2
#DMA=3


### Option 3:	Crystal selection
###   Depends on jumper settings
###   Choose one
CRYSTAL=0	# 10 Mhz
#CRYSTAL=1	# 1 Mhz


### Option 4:	Analog Input reference
###   Depends on jumper settings
###   Choose one
A_INP_TYPE=0	# differential
#A_INP_TYPE=1	# single ended


### Option 5:	Analog Input range
###   Depends on jumper settings
###   Choose one
#A_INP_RANGE=0	# bipolar (-10 V -- +10 V)
#A_INP_RANGE=1	# unipolar (0 V -- +10 V)


### Option 6:	Analog Output 0 Range
###   Depends on jumper settings
###   Choose one
#A_OUT_0=0	# bipolar +/- 10 V
#A_OUT_0=1	# bipolar +/- 5 V
#A_OUT_0=2	# bipolar external reference
#A_OUT_0=3	# unipolar 0-10 V
#A_OUT_0=4	# unipolar 0-5 V
#A_OUT_0=5	# unipolar external reference


### Option 7:	Analog Output 1 Range
###   Depends on jumper settings
###   Choose one
#A_OUT_1=0	# bipolar +/- 10 V
#A_OUT_1=1	# bipolar +/- 5 V
#A_OUT_1=2	# bipolar external reference
#A_OUT_1=3	# unipolar 0-10 V
#A_OUT_1=4	# unipolar 0-5 V
#A_OUT_1=5	# unipolar external reference

#-----------------------------------------------------------
# End of Configuration
#-----------------------------------------------------------


/usr/sbin/comedi_config $DEVICE $BOARD $IO_BASE,$IRQ,$DMA,$CRYSTAL,$A_INP_TYPE,$A_INP_RANGE,$A_OUT_0,$A_OUT_1