patch-2.4.0-test11 linux/drivers/isdn/avmb1/b1pci.c
Next file: linux/drivers/isdn/avmb1/b1pcmcia.c
Previous file: linux/drivers/isdn/avmb1/b1isa.c
Back to the patch index
Back to the overall index
- Lines: 68
- Date:
Fri Nov 17 11:16:21 2000
- Orig file:
v2.4.0-test10/linux/drivers/isdn/avmb1/b1pci.c
- Orig date:
Mon Aug 21 07:49:02 2000
diff -u --recursive --new-file v2.4.0-test10/linux/drivers/isdn/avmb1/b1pci.c linux/drivers/isdn/avmb1/b1pci.c
@@ -276,20 +276,20 @@
/* ------------------------------------------------------------- */
static struct capi_driver b1pci_driver = {
- "b1pci",
- "0.0",
- b1_load_firmware,
- b1_reset_ctr,
- b1pci_remove_ctr,
- b1_register_appl,
- b1_release_appl,
- b1_send_message,
-
- b1pci_procinfo,
- b1ctl_read_proc,
- 0, /* use standard driver_read_proc */
+ name: "b1pci",
+ revision: "0.0",
+ load_firmware: b1_load_firmware,
+ reset_ctr: b1_reset_ctr,
+ remove_ctr: b1pci_remove_ctr,
+ register_appl: b1_register_appl,
+ release_appl: b1_release_appl,
+ send_message: b1_send_message,
+
+ procinfo: b1pci_procinfo,
+ ctr_read_proc: b1ctl_read_proc,
+ driver_read_proc: 0, /* use standard driver_read_proc */
- 0, /* no add_card function */
+ add_card: 0, /* no add_card function */
};
#ifdef CONFIG_ISDN_DRV_AVMB1_B1PCIV4
@@ -463,20 +463,20 @@
static struct capi_driver b1pciv4_driver = {
- "b1pciv4",
- "0.0",
- b1dma_load_firmware,
- b1dma_reset_ctr,
- b1pciv4_remove_ctr,
- b1dma_register_appl,
- b1dma_release_appl,
- b1dma_send_message,
-
- b1pciv4_procinfo,
- b1dmactl_read_proc,
- 0, /* use standard driver_read_proc */
+ name: "b1pciv4",
+ revision: "0.0",
+ load_firmware: b1dma_load_firmware,
+ reset_ctr: b1dma_reset_ctr,
+ remove_ctr: b1pciv4_remove_ctr,
+ register_appl: b1dma_register_appl,
+ release_appl: b1dma_release_appl,
+ send_message: b1dma_send_message,
+
+ procinfo: b1pciv4_procinfo,
+ ctr_read_proc: b1dmactl_read_proc,
+ driver_read_proc: 0, /* use standard driver_read_proc */
- 0, /* no add_card function */
+ add_card: 0, /* no add_card function */
};
#endif /* CONFIG_ISDN_DRV_AVMB1_B1PCIV4 */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)