cvs commit: src/sys/dev/if_ndis if_ndis_pci.c
Bill Paul
wpaul at FreeBSD.org
Tue Mar 9 10:39:41 PST 2004
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
More information about the cvs-src
mailing list