Displaying 1 result from an estimated 1 matches for "pci_class_communication_modem".
2005 Feb 06
0
Intel 537EP is NOT the MD3200 aka X100P [Re: Intel 537EP chipset, revisited]
...xo_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_COMMUNICATION_MODEM)) ||
+ (pdev->class & 0xff) > 6)
+ continue;
+
+ if(pdev->driver) {
+ if(pdev->driver->name && !strcmp(pdev->driver->name,
"serial")) {
+ printk(KERN_WARNING"wcfxo: %s driver g...