K 10 svn:author V 5 wpaul K 8 svn:date V 27 2004-03-09T18:39:40.000000Z K 7 svn:log V 308 If the resource listing obtained from BUS_GET_RESOURCE_LIST() in ndis_probe_pci() doesn't contain an entry for an IRQ resource, try to force one to be routed to us anyway by adding an extra call to bus_alloc_resource(). If this fails, then we have to abort the attach. Patch provided by jhb, tweaked by me. END