13 #include <linux/module.h>
15 #include <linux/poll.h>
17 #include <linux/slab.h>
18 #include <linux/pci.h>
75 card->
bus = akt_pcidev->
bus->number;
78 card->
irq = akt_pcidev->
irq;
102 pci_set_drvdata(akt_pcidev, card);
116 pci_set_drvdata(akt_pcidev,
NULL);
121 #ifdef CONFIG_HYSDN_CAPI
128 if (card == card_root) {
129 card_root = card_root->
next;
135 if (tmp->
next == card)
148 .id_table = hysdn_pci_tbl,
149 .probe = hysdn_pci_init_one,
153 static int hysdn_have_procfs;
162 rc = pci_register_driver(&hysdn_pci_driver);
169 hysdn_have_procfs = 1;
171 #ifdef CONFIG_HYSDN_CAPI
176 if (hysdn_have_procfs)
200 if (hysdn_have_procfs)
205 #ifdef CONFIG_HYSDN_CAPI