1 /* $Id: config.c,v 2.84.2.5 2004/02/11 13:21:33 keil Exp $
4 * Copyright by Karsten Keil <keil@isdn4linux.de>
5 * by Kai Germaschewski <kai.germaschewski@gmx.de>
7 * This software may be used and distributed according to the terms
8 * of the GNU General Public License, incorporated herein by reference.
10 * For changes and modifications please read
11 * Documentation/isdn/HiSax.cert
13 * based on the teles driver from Jan den Ouden
17 #include <linux/types.h>
18 #include <linux/stddef.h>
19 #include <linux/timer.h>
20 #include <linux/init.h>
22 #include <linux/module.h>
23 #include <linux/kernel_stat.h>
24 #include <linux/workqueue.h>
25 #include <linux/interrupt.h>
26 #define HISAX_STATUS_BUFSIZE 4096
29 * This structure array contains one entry per card. An entry looks
32 * { type, protocol, p0, p1, p2, NULL }
35 * 1 Teles 16.0 p0=irq p1=membase p2=iobase
36 * 2 Teles 8.0 p0=irq p1=membase
37 * 3 Teles 16.3 p0=irq p1=iobase
38 * 4 Creatix PNP p0=irq p1=IO0 (ISAC) p2=IO1 (HSCX)
39 * 5 AVM A1 (Fritz) p0=irq p1=iobase
40 * 6 ELSA PC [p0=iobase] or nothing (autodetect)
41 * 7 ELSA Quickstep p0=irq p1=iobase
42 * 8 Teles PCMCIA p0=irq p1=iobase
43 * 9 ITK ix1-micro p0=irq p1=iobase
44 * 10 ELSA PCMCIA p0=irq p1=iobase
45 * 11 Eicon.Diehl Diva p0=irq p1=iobase
46 * 12 Asuscom ISDNLink p0=irq p1=iobase
47 * 13 Teleint p0=irq p1=iobase
48 * 14 Teles 16.3c p0=irq p1=iobase
49 * 15 Sedlbauer speed p0=irq p1=iobase
50 * 15 Sedlbauer PC/104 p0=irq p1=iobase
51 * 15 Sedlbauer speed pci no parameter
52 * 16 USR Sportster internal p0=irq p1=iobase
53 * 17 MIC card p0=irq p1=iobase
54 * 18 ELSA Quickstep 1000PCI no parameter
55 * 19 Compaq ISDN S0 ISA card p0=irq p1=IO0 (HSCX) p2=IO1 (ISAC) p3=IO2
56 * 20 Travers Technologies NETjet-S PCI card
57 * 21 TELES PCI no parameter
58 * 22 Sedlbauer Speed Star p0=irq p1=iobase
60 * 24 Dr Neuhaus Niccy PnP/PCI card p0=irq p1=IO0 p2=IO1 (PnP only)
61 * 25 Teles S0Box p0=irq p1=iobase (from isapnp setup)
62 * 26 AVM A1 PCMCIA (Fritz) p0=irq p1=iobase
63 * 27 AVM PnP/PCI p0=irq p1=iobase (PCI no parameter)
64 * 28 Sedlbauer Speed Fax+ p0=irq p1=iobase (from isapnp setup)
65 * 29 Siemens I-Surf p0=irq p1=iobase p2=memory (from isapnp setup)
66 * 30 ACER P10 p0=irq p1=iobase (from isapnp setup)
67 * 31 HST Saphir p0=irq p1=iobase
69 * 33 Scitel Quadro p0=subcontroller (4*S0, subctrl 1...4)
71 * 35 HFC 2BDS0 PCI none
72 * 36 Winbond 6692 PCI none
73 * 37 HFC 2BDS0 S+/SP p0=irq p1=iobase
74 * 38 Travers Technologies NETspider-U PCI card
75 * 39 HFC 2BDS0-SP PCMCIA p0=irq p1=iobase
76 * 40 hotplug interface
77 * 41 Formula-n enter:now ISDN PCI a/b none
79 * protocol can be either ISDN_PTYPE_EURO or ISDN_PTYPE_1TR6 or ISDN_PTYPE_NI1
84 const char *CardType
[] = {
85 "No Card", "Teles 16.0", "Teles 8.0", "Teles 16.3",
86 "Creatix/Teles PnP", "AVM A1", "Elsa ML", "Elsa Quickstep",
87 "Teles PCMCIA", "ITK ix1-micro Rev.2", "Elsa PCMCIA",
88 "Eicon.Diehl Diva", "ISDNLink", "TeleInt", "Teles 16.3c",
89 "Sedlbauer Speed Card", "USR Sportster", "ith mic Linux",
90 "Elsa PCI", "Compaq ISA", "NETjet-S", "Teles PCI",
91 "Sedlbauer Speed Star (PCMCIA)", "AMD 7930", "NICCY", "S0Box",
92 "AVM A1 (PCMCIA)", "AVM Fritz PnP/PCI", "Sedlbauer Speed Fax +",
93 "Siemens I-Surf", "Acer P10", "HST Saphir", "Telekom A4T",
94 "Scitel Quadro", "Gazel", "HFC 2BDS0 PCI", "Winbond 6692",
95 "HFC 2BDS0 SX", "NETspider-U", "HFC-2BDS0-SP PCMCIA",
96 "Hotplug", "Formula-n enter:now PCI a/b",
99 #ifdef CONFIG_HISAX_ELSA
100 #define DEFAULT_CARD ISDN_CTYPE_ELSA
101 #define DEFAULT_CFG {0,0,0,0}
104 #ifdef CONFIG_HISAX_AVM_A1
107 #define DEFAULT_CARD ISDN_CTYPE_A1
108 #define DEFAULT_CFG {10,0x340,0,0}
111 #ifdef CONFIG_HISAX_AVM_A1_PCMCIA
114 #define DEFAULT_CARD ISDN_CTYPE_A1_PCMCIA
115 #define DEFAULT_CFG {11,0x170,0,0}
118 #ifdef CONFIG_HISAX_FRITZPCI
121 #define DEFAULT_CARD ISDN_CTYPE_FRITZPCI
122 #define DEFAULT_CFG {0,0,0,0}
125 #ifdef CONFIG_HISAX_16_3
128 #define DEFAULT_CARD ISDN_CTYPE_16_3
129 #define DEFAULT_CFG {15,0x180,0,0}
132 #ifdef CONFIG_HISAX_S0BOX
135 #define DEFAULT_CARD ISDN_CTYPE_S0BOX
136 #define DEFAULT_CFG {7,0x378,0,0}
139 #ifdef CONFIG_HISAX_16_0
142 #define DEFAULT_CARD ISDN_CTYPE_16_0
143 #define DEFAULT_CFG {15,0xd0000,0xd80,0}
146 #ifdef CONFIG_HISAX_TELESPCI
149 #define DEFAULT_CARD ISDN_CTYPE_TELESPCI
150 #define DEFAULT_CFG {0,0,0,0}
153 #ifdef CONFIG_HISAX_IX1MICROR2
156 #define DEFAULT_CARD ISDN_CTYPE_IX1MICROR2
157 #define DEFAULT_CFG {5,0x390,0,0}
160 #ifdef CONFIG_HISAX_DIEHLDIVA
163 #define DEFAULT_CARD ISDN_CTYPE_DIEHLDIVA
164 #define DEFAULT_CFG {0,0x0,0,0}
167 #ifdef CONFIG_HISAX_ASUSCOM
170 #define DEFAULT_CARD ISDN_CTYPE_ASUSCOM
171 #define DEFAULT_CFG {5,0x200,0,0}
174 #ifdef CONFIG_HISAX_TELEINT
177 #define DEFAULT_CARD ISDN_CTYPE_TELEINT
178 #define DEFAULT_CFG {5,0x300,0,0}
181 #ifdef CONFIG_HISAX_SEDLBAUER
184 #define DEFAULT_CARD ISDN_CTYPE_SEDLBAUER
185 #define DEFAULT_CFG {11,0x270,0,0}
188 #ifdef CONFIG_HISAX_SPORTSTER
191 #define DEFAULT_CARD ISDN_CTYPE_SPORTSTER
192 #define DEFAULT_CFG {7,0x268,0,0}
195 #ifdef CONFIG_HISAX_MIC
198 #define DEFAULT_CARD ISDN_CTYPE_MIC
199 #define DEFAULT_CFG {12,0x3e0,0,0}
202 #ifdef CONFIG_HISAX_NETJET
205 #define DEFAULT_CARD ISDN_CTYPE_NETJET_S
206 #define DEFAULT_CFG {0,0,0,0}
209 #ifdef CONFIG_HISAX_HFCS
212 #define DEFAULT_CARD ISDN_CTYPE_TELES3C
213 #define DEFAULT_CFG {5,0x500,0,0}
216 #ifdef CONFIG_HISAX_HFC_PCI
219 #define DEFAULT_CARD ISDN_CTYPE_HFC_PCI
220 #define DEFAULT_CFG {0,0,0,0}
223 #ifdef CONFIG_HISAX_HFC_SX
226 #define DEFAULT_CARD ISDN_CTYPE_HFC_SX
227 #define DEFAULT_CFG {5,0x2E0,0,0}
231 #ifdef CONFIG_HISAX_AMD7930
234 #define DEFAULT_CARD ISDN_CTYPE_AMD7930
235 #define DEFAULT_CFG {12,0x3e0,0,0}
238 #ifdef CONFIG_HISAX_NICCY
241 #define DEFAULT_CARD ISDN_CTYPE_NICCY
242 #define DEFAULT_CFG {0,0x0,0,0}
245 #ifdef CONFIG_HISAX_ISURF
248 #define DEFAULT_CARD ISDN_CTYPE_ISURF
249 #define DEFAULT_CFG {5,0x100,0xc8000,0}
252 #ifdef CONFIG_HISAX_HSTSAPHIR
255 #define DEFAULT_CARD ISDN_CTYPE_HSTSAPHIR
256 #define DEFAULT_CFG {5,0x250,0,0}
259 #ifdef CONFIG_HISAX_BKM_A4T
262 #define DEFAULT_CARD ISDN_CTYPE_BKM_A4T
263 #define DEFAULT_CFG {0,0x0,0,0}
266 #ifdef CONFIG_HISAX_SCT_QUADRO
269 #define DEFAULT_CARD ISDN_CTYPE_SCT_QUADRO
270 #define DEFAULT_CFG {1,0x0,0,0}
273 #ifdef CONFIG_HISAX_GAZEL
276 #define DEFAULT_CARD ISDN_CTYPE_GAZEL
277 #define DEFAULT_CFG {15,0x180,0,0}
280 #ifdef CONFIG_HISAX_W6692
283 #define DEFAULT_CARD ISDN_CTYPE_W6692
284 #define DEFAULT_CFG {0,0,0,0}
287 #ifdef CONFIG_HISAX_NETJET_U
290 #define DEFAULT_CARD ISDN_CTYPE_NETJET_U
291 #define DEFAULT_CFG {0,0,0,0}
294 #ifdef CONFIG_HISAX_1TR6
295 #define DEFAULT_PROTO ISDN_PTYPE_1TR6
296 #define DEFAULT_PROTO_NAME "1TR6"
298 #ifdef CONFIG_HISAX_NI1
300 #define DEFAULT_PROTO ISDN_PTYPE_NI1
301 #undef DEFAULT_PROTO_NAME
302 #define DEFAULT_PROTO_NAME "NI1"
304 #ifdef CONFIG_HISAX_EURO
306 #define DEFAULT_PROTO ISDN_PTYPE_EURO
307 #undef DEFAULT_PROTO_NAME
308 #define DEFAULT_PROTO_NAME "EURO"
310 #ifndef DEFAULT_PROTO
311 #define DEFAULT_PROTO ISDN_PTYPE_UNKNOWN
312 #define DEFAULT_PROTO_NAME "UNKNOWN"
315 #define DEFAULT_CARD 0
316 #define DEFAULT_CFG {0,0,0,0}
319 #define FIRST_CARD { \
326 struct IsdnCard cards
[HISAX_MAX_CARDS
] = {
330 #define HISAX_IDSIZE (HISAX_MAX_CARDS*8)
331 static char HiSaxID
[HISAX_IDSIZE
] = { 0, };
333 static char *HiSax_id
= HiSaxID
;
335 /* Variables for insmod */
336 static int type
[HISAX_MAX_CARDS
] = { 0, };
337 static int protocol
[HISAX_MAX_CARDS
] = { 0, };
338 static int io
[HISAX_MAX_CARDS
] = { 0, };
340 #ifdef CONFIG_HISAX_16_3
343 #ifdef CONFIG_HISAX_NICCY
348 static int io0
[HISAX_MAX_CARDS
] __devinitdata
= { 0, };
349 static int io1
[HISAX_MAX_CARDS
] __devinitdata
= { 0, };
351 static int irq
[HISAX_MAX_CARDS
] __devinitdata
= { 0, };
352 static int mem
[HISAX_MAX_CARDS
] __devinitdata
= { 0, };
353 static char *id
= HiSaxID
;
355 MODULE_DESCRIPTION("ISDN4Linux: Driver for passive ISDN cards");
356 MODULE_AUTHOR("Karsten Keil");
357 MODULE_LICENSE("GPL");
358 module_param_array(type
, int, NULL
, 0);
359 module_param_array(protocol
, int, NULL
, 0);
360 module_param_array(io
, int, NULL
, 0);
361 module_param_array(irq
, int, NULL
, 0);
362 module_param_array(mem
, int, NULL
, 0);
363 module_param(id
, charp
, 0);
365 module_param_array(io0
, int, NULL
, 0);
366 module_param_array(io1
, int, NULL
, 0);
372 extern char *l1_revision
;
373 extern char *l2_revision
;
374 extern char *l3_revision
;
375 extern char *lli_revision
;
376 extern char *tei_revision
;
378 char *HiSax_getrev(const char *revision
)
383 if ((p
= strchr(revision
, ':'))) {
385 p
= strchr(rev
, '$');
392 static void __init
HiSaxVersion(void)
396 printk(KERN_INFO
"HiSax: Linux Driver for passive ISDN cards\n");
398 printk(KERN_INFO
"HiSax: Version 3.5 (module)\n");
400 printk(KERN_INFO
"HiSax: Version 3.5 (kernel)\n");
402 strcpy(tmp
, l1_revision
);
403 printk(KERN_INFO
"HiSax: Layer1 Revision %s\n", HiSax_getrev(tmp
));
404 strcpy(tmp
, l2_revision
);
405 printk(KERN_INFO
"HiSax: Layer2 Revision %s\n", HiSax_getrev(tmp
));
406 strcpy(tmp
, tei_revision
);
407 printk(KERN_INFO
"HiSax: TeiMgr Revision %s\n", HiSax_getrev(tmp
));
408 strcpy(tmp
, l3_revision
);
409 printk(KERN_INFO
"HiSax: Layer3 Revision %s\n", HiSax_getrev(tmp
));
410 strcpy(tmp
, lli_revision
);
411 printk(KERN_INFO
"HiSax: LinkLayer Revision %s\n",
416 #define MAX_ARG (HISAX_MAX_CARDS*5)
417 static int __init
HiSax_setup(char *line
)
420 int ints
[MAX_ARG
+ 1];
423 str
= get_options(line
, MAX_ARG
, ints
);
425 printk(KERN_DEBUG
"HiSax_setup: argc(%d) str(%s)\n", argc
, str
);
428 while (argc
&& (i
< HISAX_MAX_CARDS
)) {
429 cards
[i
].protocol
= DEFAULT_PROTO
;
431 cards
[i
].typ
= ints
[j
];
436 cards
[i
].protocol
= ints
[j
];
441 cards
[i
].para
[0] = ints
[j
];
446 cards
[i
].para
[1] = ints
[j
];
451 cards
[i
].para
[2] = ints
[j
];
458 if (strlen(str
) < HISAX_IDSIZE
)
459 strcpy(HiSaxID
, str
);
461 printk(KERN_WARNING
"HiSax: ID too long!");
463 strcpy(HiSaxID
, "HiSax");
469 __setup("hisax=", HiSax_setup
);
473 extern int setup_teles0(struct IsdnCard
*card
);
477 extern int setup_teles3(struct IsdnCard
*card
);
481 extern int setup_s0box(struct IsdnCard
*card
);
485 extern int setup_telespci(struct IsdnCard
*card
);
489 extern int setup_avm_a1(struct IsdnCard
*card
);
492 #if CARD_AVM_A1_PCMCIA
493 extern int setup_avm_a1_pcmcia(struct IsdnCard
*card
);
497 extern int setup_avm_pcipnp(struct IsdnCard
*card
);
501 extern int setup_elsa(struct IsdnCard
*card
);
505 extern int setup_ix1micro(struct IsdnCard
*card
);
509 extern int setup_diva(struct IsdnCard
*card
);
513 extern int setup_asuscom(struct IsdnCard
*card
);
517 extern int setup_TeleInt(struct IsdnCard
*card
);
521 extern int setup_sedlbauer(struct IsdnCard
*card
);
525 extern int setup_sportster(struct IsdnCard
*card
);
529 extern int setup_mic(struct IsdnCard
*card
);
533 extern int setup_netjet_s(struct IsdnCard
*card
);
537 extern int setup_hfcs(struct IsdnCard
*card
);
541 extern int setup_hfcpci(struct IsdnCard
*card
);
545 extern int setup_hfcsx(struct IsdnCard
*card
);
549 extern int setup_amd7930(struct IsdnCard
*card
);
553 extern int setup_niccy(struct IsdnCard
*card
);
557 extern int setup_isurf(struct IsdnCard
*card
);
561 extern int setup_saphir(struct IsdnCard
*card
);
565 extern int setup_testemu(struct IsdnCard
*card
);
569 extern int setup_bkm_a4t(struct IsdnCard
*card
);
573 extern int setup_sct_quadro(struct IsdnCard
*card
);
577 extern int setup_gazel(struct IsdnCard
*card
);
581 extern int setup_w6692(struct IsdnCard
*card
);
585 extern int setup_netjet_u(struct IsdnCard
*card
);
588 #if CARD_FN_ENTERNOW_PCI
589 extern int setup_enternow_pci(struct IsdnCard
*card
);
593 * Find card with given driverId
595 static inline struct IsdnCardState
*hisax_findcard(int driverid
)
599 for (i
= 0; i
< nrcards
; i
++)
601 if (cards
[i
].cs
->myid
== driverid
)
607 * Find card with given card number
610 struct IsdnCardState
*hisax_get_card(int cardnr
)
612 if ((cardnr
<= nrcards
) && (cardnr
> 0))
613 if (cards
[cardnr
- 1].cs
)
614 return cards
[cardnr
- 1].cs
;
619 static int HiSax_readstatus(u_char __user
*buf
, int len
, int id
, int channel
)
622 u_char __user
*p
= buf
;
623 struct IsdnCardState
*cs
= hisax_findcard(id
);
626 if (len
> HISAX_STATUS_BUFSIZE
) {
628 "HiSax: status overflow readstat %d/%d\n",
629 len
, HISAX_STATUS_BUFSIZE
);
631 count
= cs
->status_end
- cs
->status_read
+ 1;
634 if (copy_to_user(p
, cs
->status_read
, count
))
636 cs
->status_read
+= count
;
637 if (cs
->status_read
> cs
->status_end
)
638 cs
->status_read
= cs
->status_buf
;
642 if (count
> HISAX_STATUS_BUFSIZE
)
643 cnt
= HISAX_STATUS_BUFSIZE
;
646 if (copy_to_user(p
, cs
->status_read
, cnt
))
649 cs
->status_read
+= cnt
% HISAX_STATUS_BUFSIZE
;
655 "HiSax: if_readstatus called with invalid driverId!\n");
660 int jiftime(char *s
, long mark
)
665 *s
-- = mark
% 10 + '0';
667 *s
-- = mark
% 10 + '0';
670 *s
-- = mark
% 10 + '0';
672 *s
-- = mark
% 6 + '0';
675 *s
-- = mark
% 10 + '0';
677 *s
-- = mark
% 10 + '0';
681 static u_char tmpbuf
[HISAX_STATUS_BUFSIZE
];
683 void VHiSax_putstatus(struct IsdnCardState
*cs
, char *head
, char *fmt
,
686 /* if head == NULL the fmt contains the full info */
695 printk(KERN_WARNING
"HiSax: No CardStatus for message");
698 spin_lock_irqsave(&cs
->statlock
, flags
);
701 p
+= jiftime(p
, jiffies
);
702 p
+= sprintf(p
, " %s", head
);
703 p
+= vsprintf(p
, fmt
, args
);
712 if (len
> HISAX_STATUS_BUFSIZE
) {
713 spin_unlock_irqrestore(&cs
->statlock
, flags
);
714 printk(KERN_WARNING
"HiSax: status overflow %d/%d\n",
715 len
, HISAX_STATUS_BUFSIZE
);
719 i
= cs
->status_end
- cs
->status_write
+ 1;
723 memcpy(cs
->status_write
, p
, i
);
724 cs
->status_write
+= i
;
725 if (cs
->status_write
> cs
->status_end
)
726 cs
->status_write
= cs
->status_buf
;
729 memcpy(cs
->status_write
, p
, len
);
730 cs
->status_write
+= len
;
732 #ifdef KERNELSTACK_DEBUG
733 i
= (ulong
) & len
- current
->kernel_stack_page
;
734 sprintf(tmpbuf
, "kstack %s %lx use %ld\n", current
->comm
,
735 current
->kernel_stack_page
, i
);
736 len
= strlen(tmpbuf
);
737 for (p
= tmpbuf
, i
= len
; i
> 0; i
--, p
++) {
738 *cs
->status_write
++ = *p
;
739 if (cs
->status_write
> cs
->status_end
)
740 cs
->status_write
= cs
->status_buf
;
744 spin_unlock_irqrestore(&cs
->statlock
, flags
);
746 ic
.command
= ISDN_STAT_STAVAIL
;
747 ic
.driver
= cs
->myid
;
749 cs
->iif
.statcallb(&ic
);
753 void HiSax_putstatus(struct IsdnCardState
*cs
, char *head
, char *fmt
, ...)
758 VHiSax_putstatus(cs
, head
, fmt
, args
);
762 int ll_run(struct IsdnCardState
*cs
, int addfeatures
)
766 ic
.driver
= cs
->myid
;
767 ic
.command
= ISDN_STAT_RUN
;
768 cs
->iif
.features
|= addfeatures
;
769 cs
->iif
.statcallb(&ic
);
773 static void ll_stop(struct IsdnCardState
*cs
)
777 ic
.command
= ISDN_STAT_STOP
;
778 ic
.driver
= cs
->myid
;
779 cs
->iif
.statcallb(&ic
);
780 // CallcFreeChan(cs);
783 static void ll_unload(struct IsdnCardState
*cs
)
787 ic
.command
= ISDN_STAT_UNLOAD
;
788 ic
.driver
= cs
->myid
;
789 cs
->iif
.statcallb(&ic
);
790 kfree(cs
->status_buf
);
791 cs
->status_read
= NULL
;
792 cs
->status_write
= NULL
;
793 cs
->status_end
= NULL
;
798 static void closecard(int cardnr
)
800 struct IsdnCardState
*csta
= cards
[cardnr
].cs
;
802 if (csta
->bcs
->BC_Close
!= NULL
) {
803 csta
->bcs
->BC_Close(csta
->bcs
+ 1);
804 csta
->bcs
->BC_Close(csta
->bcs
);
807 skb_queue_purge(&csta
->rq
);
808 skb_queue_purge(&csta
->sq
);
812 dev_kfree_skb(csta
->tx_skb
);
815 if (csta
->DC_Close
!= NULL
) {
816 csta
->DC_Close(csta
);
819 csta
->cardmsg(csta
, CARD_RELEASE
, NULL
);
820 if (csta
->dbusytimer
.function
!= NULL
) // FIXME?
821 del_timer(&csta
->dbusytimer
);
825 static int init_card(struct IsdnCardState
*cs
)
827 int irq_cnt
, cnt
= 3, ret
;
830 ret
= cs
->cardmsg(cs
, CARD_INIT
, NULL
);
833 irq_cnt
= kstat_irqs(cs
->irq
);
834 printk(KERN_INFO
"%s: IRQ %d count %d\n", CardType
[cs
->typ
],
836 if (request_irq(cs
->irq
, cs
->irq_func
, cs
->irq_flags
, "HiSax", cs
)) {
837 printk(KERN_WARNING
"HiSax: couldn't get interrupt %d\n",
842 cs
->cardmsg(cs
, CARD_INIT
, NULL
);
845 printk(KERN_INFO
"%s: IRQ %d count %d\n",
846 CardType
[cs
->typ
], cs
->irq
, kstat_irqs(cs
->irq
));
847 if (kstat_irqs(cs
->irq
) == irq_cnt
) {
849 "%s: IRQ(%d) getting no interrupts during init %d\n",
850 CardType
[cs
->typ
], cs
->irq
, 4 - cnt
);
852 free_irq(cs
->irq
, cs
);
855 cs
->cardmsg(cs
, CARD_RESET
, NULL
);
859 cs
->cardmsg(cs
, CARD_TEST
, NULL
);
866 static int checkcard(int cardnr
, char *id
, int *busy_flag
, struct module
*lockowner
)
869 struct IsdnCard
*card
= cards
+ cardnr
;
870 struct IsdnCardState
*cs
;
872 cs
= kmalloc(sizeof(struct IsdnCardState
), GFP_ATOMIC
);
875 "HiSax: No memory for IsdnCardState(card %d)\n",
879 memset(cs
, 0, sizeof(struct IsdnCardState
));
881 spin_lock_init(&cs
->statlock
);
882 spin_lock_init(&cs
->lock
);
883 cs
->chanlimit
= 2; /* maximum B-channel number */
884 cs
->logecho
= 0; /* No echo logging */
886 cs
->debug
= L1_DEB_WARN
;
888 cs
->busy_flag
= busy_flag
;
889 cs
->irq_flags
= I4L_IRQ_FLAG
;
891 if (card
->protocol
== ISDN_PTYPE_NI1
)
892 test_and_set_bit(FLG_TWO_DCHAN
, &cs
->HW_Flags
);
894 test_and_set_bit(FLG_TWO_DCHAN
, &cs
->HW_Flags
);
896 cs
->protocol
= card
->protocol
;
898 if (card
->typ
<= 0 || card
->typ
> ISDN_CTYPE_COUNT
) {
900 "HiSax: Card Type %d out of range\n", card
->typ
);
903 if (!(cs
->dlog
= kmalloc(MAX_DLOG_SPACE
, GFP_ATOMIC
))) {
905 "HiSax: No memory for dlog(card %d)\n", cardnr
+ 1);
908 if (!(cs
->status_buf
= kmalloc(HISAX_STATUS_BUFSIZE
, GFP_ATOMIC
))) {
910 "HiSax: No memory for status_buf(card %d)\n",
915 cs
->status_read
= cs
->status_buf
;
916 cs
->status_write
= cs
->status_buf
;
917 cs
->status_end
= cs
->status_buf
+ HISAX_STATUS_BUFSIZE
- 1;
920 cs
->iif
.owner
= lockowner
;
922 strcpy(cs
->iif
.id
, id
);
923 cs
->iif
.channels
= 2;
924 cs
->iif
.maxbufsize
= MAX_DATA_SIZE
;
925 cs
->iif
.hl_hdrlen
= MAX_HEADER_LEN
;
927 ISDN_FEATURE_L2_X75I
|
928 ISDN_FEATURE_L2_HDLC
|
929 ISDN_FEATURE_L2_HDLC_56K
|
930 ISDN_FEATURE_L2_TRANS
|
931 ISDN_FEATURE_L3_TRANS
|
932 #ifdef CONFIG_HISAX_1TR6
933 ISDN_FEATURE_P_1TR6
|
935 #ifdef CONFIG_HISAX_EURO
936 ISDN_FEATURE_P_EURO
|
938 #ifdef CONFIG_HISAX_NI1
943 cs
->iif
.command
= HiSax_command
;
944 cs
->iif
.writecmd
= NULL
;
945 cs
->iif
.writebuf_skb
= HiSax_writebuf_skb
;
946 cs
->iif
.readstat
= HiSax_readstatus
;
947 register_isdn(&cs
->iif
);
948 cs
->myid
= cs
->iif
.channels
;
950 "HiSax: Card %d Protocol %s Id=%s (%d)\n", cardnr
+ 1,
951 (card
->protocol
== ISDN_PTYPE_1TR6
) ? "1TR6" :
952 (card
->protocol
== ISDN_PTYPE_EURO
) ? "EDSS1" :
953 (card
->protocol
== ISDN_PTYPE_LEASED
) ? "LEASED" :
954 (card
->protocol
== ISDN_PTYPE_NI1
) ? "NI1" :
955 "NONE", cs
->iif
.id
, cs
->myid
);
958 case ISDN_CTYPE_16_0
:
960 ret
= setup_teles0(card
);
964 case ISDN_CTYPE_16_3
:
966 case ISDN_CTYPE_TELESPCMCIA
:
967 case ISDN_CTYPE_COMPAQ_ISA
:
968 ret
= setup_teles3(card
);
972 case ISDN_CTYPE_S0BOX
:
973 ret
= setup_s0box(card
);
977 case ISDN_CTYPE_TELESPCI
:
978 ret
= setup_telespci(card
);
983 ret
= setup_avm_a1(card
);
986 #if CARD_AVM_A1_PCMCIA
987 case ISDN_CTYPE_A1_PCMCIA
:
988 ret
= setup_avm_a1_pcmcia(card
);
992 case ISDN_CTYPE_FRITZPCI
:
993 ret
= setup_avm_pcipnp(card
);
997 case ISDN_CTYPE_ELSA
:
998 case ISDN_CTYPE_ELSA_PNP
:
999 case ISDN_CTYPE_ELSA_PCMCIA
:
1000 case ISDN_CTYPE_ELSA_PCI
:
1001 ret
= setup_elsa(card
);
1005 case ISDN_CTYPE_IX1MICROR2
:
1006 ret
= setup_ix1micro(card
);
1010 case ISDN_CTYPE_DIEHLDIVA
:
1011 ret
= setup_diva(card
);
1015 case ISDN_CTYPE_ASUSCOM
:
1016 ret
= setup_asuscom(card
);
1020 case ISDN_CTYPE_TELEINT
:
1021 ret
= setup_TeleInt(card
);
1025 case ISDN_CTYPE_SEDLBAUER
:
1026 case ISDN_CTYPE_SEDLBAUER_PCMCIA
:
1027 case ISDN_CTYPE_SEDLBAUER_FAX
:
1028 ret
= setup_sedlbauer(card
);
1032 case ISDN_CTYPE_SPORTSTER
:
1033 ret
= setup_sportster(card
);
1037 case ISDN_CTYPE_MIC
:
1038 ret
= setup_mic(card
);
1042 case ISDN_CTYPE_NETJET_S
:
1043 ret
= setup_netjet_s(card
);
1047 case ISDN_CTYPE_TELES3C
:
1048 case ISDN_CTYPE_ACERP10
:
1049 ret
= setup_hfcs(card
);
1053 case ISDN_CTYPE_HFC_PCI
:
1054 ret
= setup_hfcpci(card
);
1058 case ISDN_CTYPE_HFC_SX
:
1059 ret
= setup_hfcsx(card
);
1063 case ISDN_CTYPE_NICCY
:
1064 ret
= setup_niccy(card
);
1068 case ISDN_CTYPE_AMD7930
:
1069 ret
= setup_amd7930(card
);
1073 case ISDN_CTYPE_ISURF
:
1074 ret
= setup_isurf(card
);
1078 case ISDN_CTYPE_HSTSAPHIR
:
1079 ret
= setup_saphir(card
);
1083 case ISDN_CTYPE_TESTEMU
:
1084 ret
= setup_testemu(card
);
1088 case ISDN_CTYPE_BKM_A4T
:
1089 ret
= setup_bkm_a4t(card
);
1093 case ISDN_CTYPE_SCT_QUADRO
:
1094 ret
= setup_sct_quadro(card
);
1098 case ISDN_CTYPE_GAZEL
:
1099 ret
= setup_gazel(card
);
1103 case ISDN_CTYPE_W6692
:
1104 ret
= setup_w6692(card
);
1108 case ISDN_CTYPE_NETJET_U
:
1109 ret
= setup_netjet_u(card
);
1112 #if CARD_FN_ENTERNOW_PCI
1113 case ISDN_CTYPE_ENTERNOW
:
1114 ret
= setup_enternow_pci(card
);
1117 case ISDN_CTYPE_DYNAMIC
:
1122 "HiSax: Support for %s Card not selected\n",
1123 CardType
[card
->typ
]);
1131 if (!(cs
->rcvbuf
= kmalloc(MAX_DFRAME_LEN_L1
, GFP_ATOMIC
))) {
1132 printk(KERN_WARNING
"HiSax: No memory for isac rcvbuf\n");
1140 cs
->tqueue
.data
= cs
;
1142 skb_queue_head_init(&cs
->rq
);
1143 skb_queue_head_init(&cs
->sq
);
1145 init_bcstate(cs
, 0);
1146 init_bcstate(cs
, 1);
1148 /* init_card only handles interrupts which are not */
1149 /* used here for the loadable driver */
1150 switch (card
->typ
) {
1151 case ISDN_CTYPE_DYNAMIC
:
1155 ret
= init_card(cs
);
1163 init_tei(cs
, cs
->protocol
);
1164 ret
= CallcNewChan(cs
);
1170 /* ISAR needs firmware download first */
1171 if (!test_bit(HW_ISAR
, &cs
->HW_Flags
))
1186 static void HiSax_shiftcards(int idx
)
1190 for (i
= idx
; i
< (HISAX_MAX_CARDS
- 1); i
++)
1191 memcpy(&cards
[i
], &cards
[i
+ 1], sizeof(cards
[i
]));
1194 static int HiSax_inithardware(int *busy_flag
)
1201 char *next_id
= HiSax_id
;
1204 if (strchr(HiSax_id
, ','))
1206 else if (strchr(HiSax_id
, '%'))
1209 while (i
< nrcards
) {
1210 if (cards
[i
].typ
< 1)
1213 if ((next_id
= strchr(id
, t
))) {
1222 sprintf(ids
, "%s%d", id
, i
);
1224 if (checkcard(i
, ids
, busy_flag
, THIS_MODULE
)) {
1228 /* make sure we don't oops the module */
1229 if (cards
[i
].typ
> 0 && cards
[i
].typ
<= ISDN_CTYPE_COUNT
) {
1231 "HiSax: Card %s not installed !\n",
1232 CardType
[cards
[i
].typ
]);
1234 HiSax_shiftcards(i
);
1241 void HiSax_closecard(int cardnr
)
1243 int i
, last
= nrcards
- 1;
1245 if (cardnr
> last
|| cardnr
< 0)
1247 if (cards
[cardnr
].cs
) {
1248 ll_stop(cards
[cardnr
].cs
);
1249 release_tei(cards
[cardnr
].cs
);
1250 CallcFreeChan(cards
[cardnr
].cs
);
1253 if (cards
[cardnr
].cs
->irq
)
1254 free_irq(cards
[cardnr
].cs
->irq
, cards
[cardnr
].cs
);
1255 kfree((void *) cards
[cardnr
].cs
);
1256 cards
[cardnr
].cs
= NULL
;
1260 cards
[i
] = cards
[i
+ 1];
1266 void HiSax_reportcard(int cardnr
, int sel
)
1268 struct IsdnCardState
*cs
= cards
[cardnr
].cs
;
1270 printk(KERN_DEBUG
"HiSax: reportcard No %d\n", cardnr
+ 1);
1271 printk(KERN_DEBUG
"HiSax: Type %s\n", CardType
[cs
->typ
]);
1272 printk(KERN_DEBUG
"HiSax: debuglevel %x\n", cs
->debug
);
1273 printk(KERN_DEBUG
"HiSax: HiSax_reportcard address 0x%lX\n",
1274 (ulong
) & HiSax_reportcard
);
1275 printk(KERN_DEBUG
"HiSax: cs 0x%lX\n", (ulong
) cs
);
1276 printk(KERN_DEBUG
"HiSax: HW_Flags %lx bc0 flg %lx bc1 flg %lx\n",
1277 cs
->HW_Flags
, cs
->bcs
[0].Flag
, cs
->bcs
[1].Flag
);
1278 printk(KERN_DEBUG
"HiSax: bcs 0 mode %d ch%d\n",
1279 cs
->bcs
[0].mode
, cs
->bcs
[0].channel
);
1280 printk(KERN_DEBUG
"HiSax: bcs 1 mode %d ch%d\n",
1281 cs
->bcs
[1].mode
, cs
->bcs
[1].channel
);
1282 #ifdef ERROR_STATISTIC
1283 printk(KERN_DEBUG
"HiSax: dc errors(rx,crc,tx) %d,%d,%d\n",
1284 cs
->err_rx
, cs
->err_crc
, cs
->err_tx
);
1286 "HiSax: bc0 errors(inv,rdo,crc,tx) %d,%d,%d,%d\n",
1287 cs
->bcs
[0].err_inv
, cs
->bcs
[0].err_rdo
, cs
->bcs
[0].err_crc
,
1290 "HiSax: bc1 errors(inv,rdo,crc,tx) %d,%d,%d,%d\n",
1291 cs
->bcs
[1].err_inv
, cs
->bcs
[1].err_rdo
, cs
->bcs
[1].err_crc
,
1297 cs
->bcs
[0].err_inv
= 0;
1298 cs
->bcs
[0].err_rdo
= 0;
1299 cs
->bcs
[0].err_crc
= 0;
1300 cs
->bcs
[0].err_tx
= 0;
1301 cs
->bcs
[1].err_inv
= 0;
1302 cs
->bcs
[1].err_rdo
= 0;
1303 cs
->bcs
[1].err_crc
= 0;
1304 cs
->bcs
[1].err_tx
= 0;
1309 static int __init
HiSax_init(void)
1318 retval
= CallcNew();
1321 retval
= Isdnl3New();
1324 retval
= Isdnl2New();
1330 retval
= Isdnl1New();
1336 /* We 'll register drivers later, but init basic functions */
1337 for (i
= 0; i
< HISAX_MAX_CARDS
; i
++)
1341 #ifdef CONFIG_HISAX_ELSA
1342 if (type
[0] == ISDN_CTYPE_ELSA_PCMCIA
) {
1343 /* we have exported and return in this case */
1347 #ifdef CONFIG_HISAX_SEDLBAUER
1348 if (type
[0] == ISDN_CTYPE_SEDLBAUER_PCMCIA
) {
1349 /* we have to export and return in this case */
1353 #ifdef CONFIG_HISAX_AVM_A1_PCMCIA
1354 if (type
[0] == ISDN_CTYPE_A1_PCMCIA
) {
1355 /* we have to export and return in this case */
1359 #ifdef CONFIG_HISAX_HFC_SX
1360 if (type
[0] == ISDN_CTYPE_HFC_SP_PCMCIA
) {
1361 /* we have to export and return in this case */
1368 if (id
) /* If id= string used */
1370 for (i
= j
= 0; j
< HISAX_MAX_CARDS
; i
++) {
1371 cards
[j
].typ
= type
[i
];
1373 cards
[j
].protocol
= protocol
[i
];
1376 cards
[j
].protocol
= DEFAULT_PROTO
;
1379 case ISDN_CTYPE_16_0
:
1380 cards
[j
].para
[0] = irq
[i
];
1381 cards
[j
].para
[1] = mem
[i
];
1382 cards
[j
].para
[2] = io
[i
];
1385 case ISDN_CTYPE_8_0
:
1386 cards
[j
].para
[0] = irq
[i
];
1387 cards
[j
].para
[1] = mem
[i
];
1391 case ISDN_CTYPE_PNP
:
1392 case ISDN_CTYPE_NICCY
:
1393 cards
[j
].para
[0] = irq
[i
];
1394 cards
[j
].para
[1] = io0
[i
];
1395 cards
[j
].para
[2] = io1
[i
];
1397 case ISDN_CTYPE_COMPAQ_ISA
:
1398 cards
[j
].para
[0] = irq
[i
];
1399 cards
[j
].para
[1] = io0
[i
];
1400 cards
[j
].para
[2] = io1
[i
];
1401 cards
[j
].para
[3] = io
[i
];
1404 case ISDN_CTYPE_ELSA
:
1405 case ISDN_CTYPE_HFC_PCI
:
1406 cards
[j
].para
[0] = io
[i
];
1408 case ISDN_CTYPE_16_3
:
1409 case ISDN_CTYPE_TELESPCMCIA
:
1411 case ISDN_CTYPE_A1_PCMCIA
:
1412 case ISDN_CTYPE_ELSA_PNP
:
1413 case ISDN_CTYPE_ELSA_PCMCIA
:
1414 case ISDN_CTYPE_IX1MICROR2
:
1415 case ISDN_CTYPE_DIEHLDIVA
:
1416 case ISDN_CTYPE_ASUSCOM
:
1417 case ISDN_CTYPE_TELEINT
:
1418 case ISDN_CTYPE_SEDLBAUER
:
1419 case ISDN_CTYPE_SEDLBAUER_PCMCIA
:
1420 case ISDN_CTYPE_SEDLBAUER_FAX
:
1421 case ISDN_CTYPE_SPORTSTER
:
1422 case ISDN_CTYPE_MIC
:
1423 case ISDN_CTYPE_TELES3C
:
1424 case ISDN_CTYPE_ACERP10
:
1425 case ISDN_CTYPE_S0BOX
:
1426 case ISDN_CTYPE_FRITZPCI
:
1427 case ISDN_CTYPE_HSTSAPHIR
:
1428 case ISDN_CTYPE_GAZEL
:
1429 case ISDN_CTYPE_HFC_SX
:
1430 case ISDN_CTYPE_HFC_SP_PCMCIA
:
1431 cards
[j
].para
[0] = irq
[i
];
1432 cards
[j
].para
[1] = io
[i
];
1434 case ISDN_CTYPE_ISURF
:
1435 cards
[j
].para
[0] = irq
[i
];
1436 cards
[j
].para
[1] = io
[i
];
1437 cards
[j
].para
[2] = mem
[i
];
1439 case ISDN_CTYPE_ELSA_PCI
:
1440 case ISDN_CTYPE_NETJET_S
:
1441 case ISDN_CTYPE_AMD7930
:
1442 case ISDN_CTYPE_TELESPCI
:
1443 case ISDN_CTYPE_W6692
:
1444 case ISDN_CTYPE_NETJET_U
:
1446 case ISDN_CTYPE_BKM_A4T
:
1448 case ISDN_CTYPE_SCT_QUADRO
:
1450 cards
[j
].para
[0] = irq
[i
];
1452 /* QUADRO is a 4 BRI card */
1453 cards
[j
++].para
[0] = 1;
1454 /* we need to check if further cards can be added */
1455 if (j
< HISAX_MAX_CARDS
) {
1456 cards
[j
].typ
= ISDN_CTYPE_SCT_QUADRO
;
1457 cards
[j
].protocol
= protocol
[i
];
1458 cards
[j
++].para
[0] = 2;
1460 if (j
< HISAX_MAX_CARDS
) {
1461 cards
[j
].typ
= ISDN_CTYPE_SCT_QUADRO
;
1462 cards
[j
].protocol
= protocol
[i
];
1463 cards
[j
++].para
[0] = 3;
1465 if (j
< HISAX_MAX_CARDS
) {
1466 cards
[j
].typ
= ISDN_CTYPE_SCT_QUADRO
;
1467 cards
[j
].protocol
= protocol
[i
];
1468 cards
[j
].para
[0] = 4;
1477 "HiSax: Warning - no protocol specified\n");
1478 printk(KERN_WARNING
"HiSax: using protocol %s\n",
1479 DEFAULT_PROTO_NAME
);
1485 strcpy(HiSaxID
, "HiSax");
1486 for (i
= 0; i
< HISAX_MAX_CARDS
; i
++)
1487 if (cards
[i
].typ
> 0)
1489 printk(KERN_DEBUG
"HiSax: Total %d card%s defined\n",
1490 nrcards
, (nrcards
> 1) ? "s" : "");
1492 /* Install only, if at least one card found */
1493 if (!HiSax_inithardware(NULL
))
1509 static void __exit
HiSax_exit(void)
1511 int cardnr
= nrcards
- 1;
1514 HiSax_closecard(cardnr
--);
1520 printk(KERN_INFO
"HiSax module removed\n");
1523 int hisax_init_pcmcia(void *pcm_iob
, int *busy_flag
, struct IsdnCard
*card
)
1528 cards
[nrcards
] = *card
;
1530 sprintf(ids
, "HiSax%d", nrcards
);
1532 sprintf(ids
, "HiSax");
1533 if (!checkcard(nrcards
, ids
, busy_flag
, THIS_MODULE
))
1542 EXPORT_SYMBOL(hisax_init_pcmcia
);
1543 EXPORT_SYMBOL(HiSax_closecard
);
1545 #include "hisax_if.h"
1547 EXPORT_SYMBOL(hisax_register
);
1548 EXPORT_SYMBOL(hisax_unregister
);
1550 static void hisax_d_l1l2(struct hisax_if
*ifc
, int pr
, void *arg
);
1551 static void hisax_b_l1l2(struct hisax_if
*ifc
, int pr
, void *arg
);
1552 static void hisax_d_l2l1(struct PStack
*st
, int pr
, void *arg
);
1553 static void hisax_b_l2l1(struct PStack
*st
, int pr
, void *arg
);
1554 static int hisax_cardmsg(struct IsdnCardState
*cs
, int mt
, void *arg
);
1555 static int hisax_bc_setstack(struct PStack
*st
, struct BCState
*bcs
);
1556 static void hisax_bc_close(struct BCState
*bcs
);
1557 static void hisax_bh(struct IsdnCardState
*cs
);
1558 static void EChannel_proc_rcv(struct hisax_d_if
*d_if
);
1560 int hisax_register(struct hisax_d_if
*hisax_d_if
, struct hisax_b_if
*b_if
[],
1561 char *name
, int protocol
)
1565 struct IsdnCardState
*cs
;
1567 for (i
= 0; i
< HISAX_MAX_CARDS
; i
++) {
1572 if (i
>= HISAX_MAX_CARDS
)
1575 cards
[i
].typ
= ISDN_CTYPE_DYNAMIC
;
1576 cards
[i
].protocol
= protocol
;
1577 sprintf(id
, "%s%d", name
, i
);
1579 retval
= checkcard(i
, id
, NULL
, hisax_d_if
->owner
);
1580 if (retval
== 0) { // yuck
1586 hisax_d_if
->cs
= cs
;
1587 cs
->hw
.hisax_d_if
= hisax_d_if
;
1588 cs
->cardmsg
= hisax_cardmsg
;
1589 INIT_WORK(&cs
->tqueue
, (void *)(void *)hisax_bh
, cs
);
1590 cs
->channel
[0].d_st
->l2
.l2l1
= hisax_d_l2l1
;
1591 for (i
= 0; i
< 2; i
++) {
1592 cs
->bcs
[i
].BC_SetStack
= hisax_bc_setstack
;
1593 cs
->bcs
[i
].BC_Close
= hisax_bc_close
;
1595 b_if
[i
]->ifc
.l1l2
= hisax_b_l1l2
;
1597 hisax_d_if
->b_if
[i
] = b_if
[i
];
1599 hisax_d_if
->ifc
.l1l2
= hisax_d_l1l2
;
1600 skb_queue_head_init(&hisax_d_if
->erq
);
1601 clear_bit(0, &hisax_d_if
->ph_state
);
1606 void hisax_unregister(struct hisax_d_if
*hisax_d_if
)
1608 cards
[hisax_d_if
->cs
->cardnr
].typ
= 0;
1609 HiSax_closecard(hisax_d_if
->cs
->cardnr
);
1610 skb_queue_purge(&hisax_d_if
->erq
);
1615 static void hisax_sched_event(struct IsdnCardState
*cs
, int event
)
1617 test_and_set_bit(event
, &cs
->event
);
1618 schedule_work(&cs
->tqueue
);
1621 static void hisax_bh(struct IsdnCardState
*cs
)
1626 if (test_and_clear_bit(D_RCVBUFREADY
, &cs
->event
))
1627 DChannel_proc_rcv(cs
);
1628 if (test_and_clear_bit(E_RCVBUFREADY
, &cs
->event
))
1629 EChannel_proc_rcv(cs
->hw
.hisax_d_if
);
1630 if (test_and_clear_bit(D_L1STATECHANGE
, &cs
->event
)) {
1631 if (test_bit(0, &cs
->hw
.hisax_d_if
->ph_state
))
1632 pr
= PH_ACTIVATE
| INDICATION
;
1634 pr
= PH_DEACTIVATE
| INDICATION
;
1635 for (st
= cs
->stlist
; st
; st
= st
->next
)
1636 st
->l1
.l1l2(st
, pr
, NULL
);
1641 static void hisax_b_sched_event(struct BCState
*bcs
, int event
)
1643 test_and_set_bit(event
, &bcs
->event
);
1644 schedule_work(&bcs
->tqueue
);
1647 static inline void D_L2L1(struct hisax_d_if
*d_if
, int pr
, void *arg
)
1649 struct hisax_if
*ifc
= (struct hisax_if
*) d_if
;
1650 ifc
->l2l1(ifc
, pr
, arg
);
1653 static inline void B_L2L1(struct hisax_b_if
*b_if
, int pr
, void *arg
)
1655 struct hisax_if
*ifc
= (struct hisax_if
*) b_if
;
1656 ifc
->l2l1(ifc
, pr
, arg
);
1659 static void hisax_d_l1l2(struct hisax_if
*ifc
, int pr
, void *arg
)
1661 struct hisax_d_if
*d_if
= (struct hisax_d_if
*) ifc
;
1662 struct IsdnCardState
*cs
= d_if
->cs
;
1664 struct sk_buff
*skb
;
1667 case PH_ACTIVATE
| INDICATION
:
1668 set_bit(0, &d_if
->ph_state
);
1669 hisax_sched_event(cs
, D_L1STATECHANGE
);
1671 case PH_DEACTIVATE
| INDICATION
:
1672 clear_bit(0, &d_if
->ph_state
);
1673 hisax_sched_event(cs
, D_L1STATECHANGE
);
1675 case PH_DATA
| INDICATION
:
1676 skb_queue_tail(&cs
->rq
, arg
);
1677 hisax_sched_event(cs
, D_RCVBUFREADY
);
1679 case PH_DATA
| CONFIRM
:
1680 skb
= skb_dequeue(&cs
->sq
);
1682 D_L2L1(d_if
, PH_DATA
| REQUEST
, skb
);
1685 clear_bit(FLG_L1_DBUSY
, &cs
->HW_Flags
);
1686 for (st
= cs
->stlist
; st
; st
= st
->next
) {
1687 if (test_and_clear_bit(FLG_L1_PULL_REQ
, &st
->l1
.Flags
)) {
1688 st
->l1
.l1l2(st
, PH_PULL
| CONFIRM
, NULL
);
1693 case PH_DATA_E
| INDICATION
:
1694 skb_queue_tail(&d_if
->erq
, arg
);
1695 hisax_sched_event(cs
, E_RCVBUFREADY
);
1698 printk("pr %#x\n", pr
);
1703 static void hisax_b_l1l2(struct hisax_if
*ifc
, int pr
, void *arg
)
1705 struct hisax_b_if
*b_if
= (struct hisax_b_if
*) ifc
;
1706 struct BCState
*bcs
= b_if
->bcs
;
1707 struct PStack
*st
= bcs
->st
;
1708 struct sk_buff
*skb
;
1710 // FIXME use isdnl1?
1712 case PH_ACTIVATE
| INDICATION
:
1713 st
->l1
.l1l2(st
, pr
, NULL
);
1715 case PH_DEACTIVATE
| INDICATION
:
1716 st
->l1
.l1l2(st
, pr
, NULL
);
1717 clear_bit(BC_FLG_BUSY
, &bcs
->Flag
);
1718 skb_queue_purge(&bcs
->squeue
);
1719 bcs
->hw
.b_if
= NULL
;
1721 case PH_DATA
| INDICATION
:
1722 skb_queue_tail(&bcs
->rqueue
, arg
);
1723 hisax_b_sched_event(bcs
, B_RCVBUFREADY
);
1725 case PH_DATA
| CONFIRM
:
1726 bcs
->tx_cnt
-= (long)arg
;
1727 if (test_bit(FLG_LLI_L1WAKEUP
,&bcs
->st
->lli
.flag
)) {
1729 spin_lock_irqsave(&bcs
->aclock
, flags
);
1730 bcs
->ackcnt
+= (long)arg
;
1731 spin_unlock_irqrestore(&bcs
->aclock
, flags
);
1732 schedule_event(bcs
, B_ACKPENDING
);
1734 skb
= skb_dequeue(&bcs
->squeue
);
1736 B_L2L1(b_if
, PH_DATA
| REQUEST
, skb
);
1739 clear_bit(BC_FLG_BUSY
, &bcs
->Flag
);
1740 if (test_and_clear_bit(FLG_L1_PULL_REQ
, &st
->l1
.Flags
)) {
1741 st
->l1
.l1l2(st
, PH_PULL
| CONFIRM
, NULL
);
1745 printk("hisax_b_l1l2 pr %#x\n", pr
);
1750 static void hisax_d_l2l1(struct PStack
*st
, int pr
, void *arg
)
1752 struct IsdnCardState
*cs
= st
->l1
.hardware
;
1753 struct hisax_d_if
*hisax_d_if
= cs
->hw
.hisax_d_if
;
1754 struct sk_buff
*skb
= arg
;
1757 case PH_DATA
| REQUEST
:
1758 case PH_PULL
| INDICATION
:
1759 if (cs
->debug
& DEB_DLOG_HEX
)
1760 LogFrame(cs
, skb
->data
, skb
->len
);
1761 if (cs
->debug
& DEB_DLOG_VERBOSE
)
1762 dlogframe(cs
, skb
, 0);
1763 Logl2Frame(cs
, skb
, "PH_DATA_REQ", 0);
1765 if (!test_and_set_bit(FLG_L1_DBUSY
, &cs
->HW_Flags
))
1766 D_L2L1(hisax_d_if
, PH_DATA
| REQUEST
, skb
);
1768 skb_queue_tail(&cs
->sq
, skb
);
1770 case PH_PULL
| REQUEST
:
1771 if (!test_bit(FLG_L1_DBUSY
, &cs
->HW_Flags
))
1772 st
->l1
.l1l2(st
, PH_PULL
| CONFIRM
, NULL
);
1774 set_bit(FLG_L1_PULL_REQ
, &st
->l1
.Flags
);
1777 D_L2L1(hisax_d_if
, pr
, arg
);
1782 static int hisax_cardmsg(struct IsdnCardState
*cs
, int mt
, void *arg
)
1787 static void hisax_b_l2l1(struct PStack
*st
, int pr
, void *arg
)
1789 struct BCState
*bcs
= st
->l1
.bcs
;
1790 struct hisax_b_if
*b_if
= bcs
->hw
.b_if
;
1793 case PH_ACTIVATE
| REQUEST
:
1794 B_L2L1(b_if
, pr
, (void *)(unsigned long)st
->l1
.mode
);
1796 case PH_DATA
| REQUEST
:
1797 case PH_PULL
| INDICATION
:
1799 if (!test_and_set_bit(BC_FLG_BUSY
, &bcs
->Flag
)) {
1800 B_L2L1(b_if
, PH_DATA
| REQUEST
, arg
);
1802 skb_queue_tail(&bcs
->squeue
, arg
);
1805 case PH_PULL
| REQUEST
:
1806 if (!test_bit(BC_FLG_BUSY
, &bcs
->Flag
))
1807 st
->l1
.l1l2(st
, PH_PULL
| CONFIRM
, NULL
);
1809 set_bit(FLG_L1_PULL_REQ
, &st
->l1
.Flags
);
1811 case PH_DEACTIVATE
| REQUEST
:
1812 test_and_clear_bit(BC_FLG_BUSY
, &bcs
->Flag
);
1813 skb_queue_purge(&bcs
->squeue
);
1815 B_L2L1(b_if
, pr
, arg
);
1820 static int hisax_bc_setstack(struct PStack
*st
, struct BCState
*bcs
)
1822 struct IsdnCardState
*cs
= st
->l1
.hardware
;
1823 struct hisax_d_if
*hisax_d_if
= cs
->hw
.hisax_d_if
;
1825 bcs
->channel
= st
->l1
.bc
;
1827 bcs
->hw
.b_if
= hisax_d_if
->b_if
[st
->l1
.bc
];
1828 hisax_d_if
->b_if
[st
->l1
.bc
]->bcs
= bcs
;
1831 st
->l2
.l2l1
= hisax_b_l2l1
;
1832 setstack_manager(st
);
1835 skb_queue_head_init(&bcs
->rqueue
);
1836 skb_queue_head_init(&bcs
->squeue
);
1840 static void hisax_bc_close(struct BCState
*bcs
)
1842 struct hisax_b_if
*b_if
= bcs
->hw
.b_if
;
1845 B_L2L1(b_if
, PH_DEACTIVATE
| REQUEST
, NULL
);
1848 static void EChannel_proc_rcv(struct hisax_d_if
*d_if
)
1850 struct IsdnCardState
*cs
= d_if
->cs
;
1852 struct sk_buff
*skb
;
1854 while ((skb
= skb_dequeue(&d_if
->erq
)) != NULL
) {
1855 if (cs
->debug
& DEB_DLOG_HEX
) {
1857 if ((skb
->len
) < MAX_DLOG_SPACE
/ 3 - 10) {
1863 ptr
+= QuickHex(ptr
, skb
->data
, skb
->len
);
1867 HiSax_putstatus(cs
, NULL
, cs
->dlog
);
1869 HiSax_putstatus(cs
, "LogEcho: ",
1870 "warning Frame too big (%d)",
1873 dev_kfree_skb_any(skb
);
1878 #include <linux/pci.h>
1880 static struct pci_device_id hisax_pci_tbl
[] __devinitdata
= {
1881 #ifdef CONFIG_HISAX_FRITZPCI
1882 {PCI_VENDOR_ID_AVM
, PCI_DEVICE_ID_AVM_A1
, PCI_ANY_ID
, PCI_ANY_ID
},
1884 #ifdef CONFIG_HISAX_DIEHLDIVA
1885 {PCI_VENDOR_ID_EICON
, PCI_DEVICE_ID_EICON_DIVA20
, PCI_ANY_ID
, PCI_ANY_ID
},
1886 {PCI_VENDOR_ID_EICON
, PCI_DEVICE_ID_EICON_DIVA20_U
, PCI_ANY_ID
, PCI_ANY_ID
},
1887 {PCI_VENDOR_ID_EICON
, PCI_DEVICE_ID_EICON_DIVA201
, PCI_ANY_ID
, PCI_ANY_ID
},
1888 //#########################################################################################
1889 {PCI_VENDOR_ID_EICON
, PCI_DEVICE_ID_EICON_DIVA202
, PCI_ANY_ID
, PCI_ANY_ID
},
1890 //#########################################################################################
1892 #ifdef CONFIG_HISAX_ELSA
1893 {PCI_VENDOR_ID_ELSA
, PCI_DEVICE_ID_ELSA_MICROLINK
, PCI_ANY_ID
, PCI_ANY_ID
},
1894 {PCI_VENDOR_ID_ELSA
, PCI_DEVICE_ID_ELSA_QS3000
, PCI_ANY_ID
, PCI_ANY_ID
},
1896 #ifdef CONFIG_HISAX_GAZEL
1897 {PCI_VENDOR_ID_PLX
, PCI_DEVICE_ID_PLX_R685
, PCI_ANY_ID
, PCI_ANY_ID
},
1898 {PCI_VENDOR_ID_PLX
, PCI_DEVICE_ID_PLX_R753
, PCI_ANY_ID
, PCI_ANY_ID
},
1899 {PCI_VENDOR_ID_PLX
, PCI_DEVICE_ID_PLX_DJINN_ITOO
, PCI_ANY_ID
, PCI_ANY_ID
},
1900 {PCI_VENDOR_ID_PLX
, PCI_DEVICE_ID_PLX_OLITEC
, PCI_ANY_ID
, PCI_ANY_ID
},
1902 #ifdef CONFIG_HISAX_QUADRO
1903 {PCI_VENDOR_ID_PLX
, PCI_DEVICE_ID_PLX_9050
, PCI_ANY_ID
, PCI_ANY_ID
},
1905 #ifdef CONFIG_HISAX_NICCY
1906 {PCI_VENDOR_ID_SATSAGEM
, PCI_DEVICE_ID_SATSAGEM_NICCY
, PCI_ANY_ID
,PCI_ANY_ID
},
1908 #ifdef CONFIG_HISAX_SEDLBAUER
1909 {PCI_VENDOR_ID_TIGERJET
, PCI_DEVICE_ID_TIGERJET_100
, PCI_ANY_ID
,PCI_ANY_ID
},
1911 #if defined(CONFIG_HISAX_NETJET) || defined(CONFIG_HISAX_NETJET_U)
1912 {PCI_VENDOR_ID_TIGERJET
, PCI_DEVICE_ID_TIGERJET_300
, PCI_ANY_ID
,PCI_ANY_ID
},
1914 #if defined(CONFIG_HISAX_TELESPCI) || defined(CONFIG_HISAX_SCT_QUADRO)
1915 {PCI_VENDOR_ID_ZORAN
, PCI_DEVICE_ID_ZORAN_36120
, PCI_ANY_ID
,PCI_ANY_ID
},
1917 #ifdef CONFIG_HISAX_W6692
1918 {PCI_VENDOR_ID_DYNALINK
, PCI_DEVICE_ID_DYNALINK_IS64PH
, PCI_ANY_ID
,PCI_ANY_ID
},
1919 {PCI_VENDOR_ID_WINBOND2
, PCI_DEVICE_ID_WINBOND2_6692
, PCI_ANY_ID
,PCI_ANY_ID
},
1921 #ifdef CONFIG_HISAX_HFC_PCI
1922 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_2BD0
, PCI_ANY_ID
, PCI_ANY_ID
},
1923 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B000
, PCI_ANY_ID
, PCI_ANY_ID
},
1924 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B006
, PCI_ANY_ID
, PCI_ANY_ID
},
1925 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B007
, PCI_ANY_ID
, PCI_ANY_ID
},
1926 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B008
, PCI_ANY_ID
, PCI_ANY_ID
},
1927 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B009
, PCI_ANY_ID
, PCI_ANY_ID
},
1928 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B00A
, PCI_ANY_ID
, PCI_ANY_ID
},
1929 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B00B
, PCI_ANY_ID
, PCI_ANY_ID
},
1930 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B00C
, PCI_ANY_ID
, PCI_ANY_ID
},
1931 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B100
, PCI_ANY_ID
, PCI_ANY_ID
},
1932 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B700
, PCI_ANY_ID
, PCI_ANY_ID
},
1933 {PCI_VENDOR_ID_CCD
, PCI_DEVICE_ID_CCD_B701
, PCI_ANY_ID
, PCI_ANY_ID
},
1934 {PCI_VENDOR_ID_ABOCOM
, PCI_DEVICE_ID_ABOCOM_2BD1
, PCI_ANY_ID
, PCI_ANY_ID
},
1935 {PCI_VENDOR_ID_ASUSTEK
, PCI_DEVICE_ID_ASUSTEK_0675
, PCI_ANY_ID
, PCI_ANY_ID
},
1936 {PCI_VENDOR_ID_BERKOM
, PCI_DEVICE_ID_BERKOM_T_CONCEPT
, PCI_ANY_ID
, PCI_ANY_ID
},
1937 {PCI_VENDOR_ID_BERKOM
, PCI_DEVICE_ID_BERKOM_A1T
, PCI_ANY_ID
, PCI_ANY_ID
},
1938 {PCI_VENDOR_ID_ANIGMA
, PCI_DEVICE_ID_ANIGMA_MC145575
, PCI_ANY_ID
, PCI_ANY_ID
},
1939 {PCI_VENDOR_ID_ZOLTRIX
, PCI_DEVICE_ID_ZOLTRIX_2BD0
, PCI_ANY_ID
, PCI_ANY_ID
},
1940 {PCI_VENDOR_ID_DIGI
, PCI_DEVICE_ID_DIGI_DF_M_IOM2_E
, PCI_ANY_ID
, PCI_ANY_ID
},
1941 {PCI_VENDOR_ID_DIGI
, PCI_DEVICE_ID_DIGI_DF_M_E
, PCI_ANY_ID
, PCI_ANY_ID
},
1942 {PCI_VENDOR_ID_DIGI
, PCI_DEVICE_ID_DIGI_DF_M_IOM2_A
, PCI_ANY_ID
, PCI_ANY_ID
},
1943 {PCI_VENDOR_ID_DIGI
, PCI_DEVICE_ID_DIGI_DF_M_A
, PCI_ANY_ID
, PCI_ANY_ID
},
1945 { } /* Terminating entry */
1948 MODULE_DEVICE_TABLE(pci
, hisax_pci_tbl
);
1949 #endif /* CONFIG_PCI */
1951 module_init(HiSax_init
);
1952 module_exit(HiSax_exit
);
1954 EXPORT_SYMBOL(FsmNew
);
1955 EXPORT_SYMBOL(FsmFree
);
1956 EXPORT_SYMBOL(FsmEvent
);
1957 EXPORT_SYMBOL(FsmChangeState
);
1958 EXPORT_SYMBOL(FsmInitTimer
);
1959 EXPORT_SYMBOL(FsmDelTimer
);
1960 EXPORT_SYMBOL(FsmRestartTimer
);