|
1 | 1 | /* |
2 | | - comedi/drivers/rti802.c |
3 | | - Hardware driver for Analog Devices RTI-802 board |
4 | | -
|
5 | | - COMEDI - Linux Control and Measurement Device Interface |
6 | | - Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se> |
7 | | -
|
8 | | - This program is free software; you can redistribute it and/or modify |
9 | | - it under the terms of the GNU General Public License as published by |
10 | | - the Free Software Foundation; either version 2 of the License, or |
11 | | - (at your option) any later version. |
12 | | -
|
13 | | - This program is distributed in the hope that it will be useful, |
14 | | - but WITHOUT ANY WARRANTY; without even the implied warranty of |
15 | | - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
16 | | - GNU General Public License for more details. |
| 2 | + * rti802.c |
| 3 | + * Comedi driver for Analog Devices RTI-802 board |
| 4 | + * |
| 5 | + * COMEDI - Linux Control and Measurement Device Interface |
| 6 | + * Copyright (C) 1999 Anders Blomdell <anders.blomdell@control.lth.se> |
| 7 | + * |
| 8 | + * This program is free software; you can redistribute it and/or modify |
| 9 | + * it under the terms of the GNU General Public License as published by |
| 10 | + * the Free Software Foundation; either version 2 of the License, or |
| 11 | + * (at your option) any later version. |
| 12 | + * |
| 13 | + * This program is distributed in the hope that it will be useful, |
| 14 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | + * GNU General Public License for more details. |
17 | 17 | */ |
| 18 | + |
18 | 19 | /* |
19 | | -Driver: rti802 |
20 | | -Description: Analog Devices RTI-802 |
21 | | -Author: Anders Blomdell <anders.blomdell@control.lth.se> |
22 | | -Devices: [Analog Devices] RTI-802 (rti802) |
23 | | -Status: works |
24 | | -
|
25 | | -Configuration Options: |
26 | | - [0] - i/o base |
27 | | - [1] - unused |
28 | | - [2] - dac#0 0=two's comp, 1=straight |
29 | | - [3] - dac#0 0=bipolar, 1=unipolar |
30 | | - [4] - dac#1 ... |
31 | | - ... |
32 | | - [17] - dac#7 ... |
33 | | -*/ |
| 20 | + * Driver: rti802 |
| 21 | + * Description: Analog Devices RTI-802 |
| 22 | + * Author: Anders Blomdell <anders.blomdell@control.lth.se> |
| 23 | + * Devices: (Analog Devices) RTI-802 [rti802] |
| 24 | + * Status: works |
| 25 | + * |
| 26 | + * Configuration Options: |
| 27 | + * [0] - i/o base |
| 28 | + * [1] - unused |
| 29 | + * [2,4,6,8,10,12,14,16] - dac#[0-7] 0=two's comp, 1=straight |
| 30 | + * [3,5,7,9,11,13,15,17] - dac#[0-7] 0=bipolar, 1=unipolar |
| 31 | + */ |
34 | 32 |
|
35 | 33 | #include <linux/module.h> |
36 | 34 | #include "../comedidev.h" |
|
0 commit comments