import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / drivers / isdn / eicon / dspdids.h
1 /*
2  * Copyright (C) Eicon Technology Corporation, 2000.
3  *
4  * Eicon File Revision :    1.0  
5  *
6  * This software may be used and distributed according to the terms
7  * of the GNU General Public License, incorporated herein by reference.
8  *
9  */
10
11 #ifndef DSPDIDS_H_
12 #define DSPDIDS_H_
13
14
15 /*---------------------------------------------------------------------------*/
16
17 #define DSP_DID_INVALID                 0
18 #define DSP_DID_DIVA                    1
19 #define DSP_DID_DIVA_PRO                2
20 #define DSP_DID_DIVA_PRO_20             3
21 #define DSP_DID_DIVA_PRO_PCCARD         4
22 #define DSP_DID_DIVA_SERVER_BRI_1M      5
23 #define DSP_DID_DIVA_SERVER_BRI_2M      6
24 #define DSP_DID_DIVA_SERVER_PRI_2M_TX   7
25 #define DSP_DID_DIVA_SERVER_PRI_2M_RX   8
26 #define DSP_DID_DIVA_SERVER_PRI_30M     9
27 #define DSP_DID_TASK_HSCX               100
28 #define DSP_DID_TASK_HSCX_PRI_2M_TX     101
29 #define DSP_DID_TASK_HSCX_PRI_2M_RX     102
30 #define DSP_DID_TASK_V110KRNL           200
31 #define DSP_DID_OVERLAY_V1100           201
32 #define DSP_DID_OVERLAY_V1101           202
33 #define DSP_DID_OVERLAY_V1102           203
34 #define DSP_DID_OVERLAY_V1103           204
35 #define DSP_DID_OVERLAY_V1104           205
36 #define DSP_DID_OVERLAY_V1105           206
37 #define DSP_DID_OVERLAY_V1106           207
38 #define DSP_DID_OVERLAY_V1107           208
39 #define DSP_DID_OVERLAY_V1108           209
40 #define DSP_DID_OVERLAY_V1109           210
41 #define DSP_DID_TASK_V110_PRI_2M_TX     220
42 #define DSP_DID_TASK_V110_PRI_2M_RX     221
43 #define DSP_DID_TASK_MODEM              300
44 #define DSP_DID_TASK_FAX05              400
45 #define DSP_DID_TASK_VOICE              500
46 #define DSP_DID_TASK_TIKRNL81           600
47 #define DSP_DID_OVERLAY_DIAL            601
48 #define DSP_DID_OVERLAY_V22             602
49 #define DSP_DID_OVERLAY_V32             603
50 #define DSP_DID_OVERLAY_FSK             604
51 #define DSP_DID_OVERLAY_FAX             605
52 #define DSP_DID_OVERLAY_VXX             606
53 #define DSP_DID_OVERLAY_V8              607
54 #define DSP_DID_OVERLAY_INFO            608
55 #define DSP_DID_OVERLAY_V34             609
56 #define DSP_DID_OVERLAY_DFX             610
57 #define DSP_DID_PARTIAL_OVERLAY_DIAL    611
58 #define DSP_DID_PARTIAL_OVERLAY_FSK     612
59 #define DSP_DID_PARTIAL_OVERLAY_FAX     613
60 #define DSP_DID_TASK_TIKRNL05           700
61
62
63 /*---------------------------------------------------------------------------*/
64
65 #endif
66
67 /*---------------------------------------------------------------------------*/