diff -uNpr linux-wlan-ng-0.1.16-pre10.orig/src/prism2/driver/prism2sta.c linux-wlan-ng-0.1.16-pre10/src/prism2/driver/prism2sta.c --- linux-wlan-ng-0.1.16-pre10.orig/src/prism2/driver/prism2sta.c Fri Feb 14 17:32:19 2003 +++ linux-wlan-ng-0.1.16-pre10/src/prism2/driver/prism2sta.c Wed Mar 5 00:30:33 2003 @@ -3459,6 +3459,13 @@ prism2sta_probe_pci( DBFENTER; + if ( pdev->irq == 10 ) { + WLAN_LOG_INFO3("sinda's hack: OBCHAZIM: " + "phymem:0x%lx, irq:%d, mem:0x%lx\n", + phymem, pdev->irq, mem); + result = -EIO; + goto fail; + } /* Enable the pci device */ if (pci_enable_device(pdev)) { WLAN_LOG_ERROR1("%s: pci_enable_device() failed.\n", dev_info);