search for: wcfxs_init_on

Displaying 1 result from an estimated 1 matches for "wcfxs_init_on".

Did you mean: wcfxs_init_one
2005 Aug 01
2
TDM400P REV I issues - ProSLIC vs TDM400P
...b/modules/2.4.21-4.EL/misc/wcfxs.o: insmod /lib/modules/2.4.21-4.EL/misc/wcfxs.o failed /lib/modules/2.4.21-4.EL/misc/wcfxs.o: insmod wcfxs failed Very confusing. Adding some printk()s to wcfxs.c, for example in wcfxs_init() just before the call to pci_module_init() and as the first command in wcfxs_init_one(), shows that pci_module_init() gets called but wcfxs_init_one() never gets called. In the PCI table of wcfxs_pci_tbl, if I add { 0xe159, 0x0001, 0xb119, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxsi }, (as done revision 1.116 of wctdm.c) to it, the modprobe works (at least wcfxs_init_one()...