search for: wcfxo_pci_tbl

Displaying 3 results from an estimated 3 matches for "wcfxo_pci_tbl".

2005 Feb 06
0
Intel 537EP is NOT the MD3200 aka X100P [Re: Intel 537EP chipset, revisited]
...NY_ID, 0, 0, (unsigned long) &generic }, { 0 } }; *************** *** 1000,1005 **** --- 1001,1048 ---- { int res; int x; + + + struct pci_dev *pdev; + int i; + + /* workaround for serial driver falsely claiming to handle our devices. */ + for(i=0; wcfxo_pci_tbl[i].vendor; i++) { + pdev = NULL; + while( (pdev = pci_find_device(wcfxo_pci_tbl[i].vendor, wcfxo_pci_tbl[i].device, pdev)) ) { + if ((((pdev->class >> 8) != PCI_CLASS_COMMUNICATION_SERIAL) && + ((pdev->class >> 8) != PCI_CLASS_...
2004 Jun 10
1
Intel 537EP chipset, revisited
...iver for all of the 537 chipsets, so I would think that the FA82537EP chip would be compatible with the MD3200 chip. http://www.intel.com/design/modems/products/537ep.htm So, as an educational endeavor I changed wcfxo.c to also catch the PCI device ids of my cards: static struct pci_device_id wcfxo_pci_tbl[] = { { 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p }, { 0xe159, 0x0001, 0x8086, PCI_ANY_ID, 0, 0, (unsigned long) &generic }, { 0x8086, 0x1080, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &generic }, { 0x1057, 0x5608, PCI_...
2005 Jul 17
0
wcfxo fails to find Sweex CA000022 - X100P clone
...fxo && /sbin/ztcfg insmod /lib/modules/2.6.11.4-21.7-default/misc/wcfxo.ko ZT_CHANCONFIG failed on channel 1: No such device or address (6) FATAL: Error running install command for wcfxo Based on the info shown by the BIOS, can wcfxo correctly detect this card or does it require changes to wcfxo_pci_tbl ? If so, what values need to be added? I want to get this card working so I can document the process and details on voip-info for others to use. Many thanks Richard Tomlinson _____________________________________________________________ http://www.sysgen.co.uk