Ejemplo n.º 1
0
static void __exit b1pci_exit(void)
{
	unregister_capi_driver(&capi_driver_b1pci);
#ifdef CONFIG_ISDN_DRV_AVMB1_B1PCIV4
	unregister_capi_driver(&capi_driver_b1pciv4);
#endif
	pci_unregister_driver(&b1pci_pci_driver);
}
Ejemplo n.º 2
0
static void __exit b1isa_exit(void)
{
	int i;

	for (i = 0; i < MAX_CARDS; i++) {
		if (isa_dev[i].resource[0].start)
			b1isa_remove(&isa_dev[i]);
	}
	unregister_capi_driver(&capi_driver_b1isa);
}
Ejemplo n.º 3
0
static void __exit b1isa_exit(void)
{
    int i;

    for (i = 0; i < MAX_CARDS; i++) {
        if (!io[i])
            break;

        b1isa_remove(&isa_dev[i]);
    }
    unregister_capi_driver(&capi_driver_b1isa);
}
Ejemplo n.º 4
0
static void __exit c4_exit(void)
{
	unregister_capi_driver(&capi_driver_c2);
	unregister_capi_driver(&capi_driver_c4);
	pci_unregister_driver(&c4_pci_driver);
}
Ejemplo n.º 5
0
static void __exit t1pci_exit(void)
{
	unregister_capi_driver(&capi_driver_t1pci);
	pci_unregister_driver(&t1pci_pci_driver);
}