Date: Tue, 9 Mar 2004 10:39:40 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/if_ndis if_ndis_pci.c Message-ID: <200403091839.i29IdeLe071135@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 2004/03/09 10:39:40 PST FreeBSD src repository Modified files: sys/dev/if_ndis if_ndis_pci.c Log: 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. Revision Changes Path 1.2 +20 -0 src/sys/dev/if_ndis/if_ndis_pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403091839.i29IdeLe071135>