K 10 svn:author V 5 wpaul K 8 svn:date V 27 2004-03-21T19:56:41.000000Z K 7 svn:log V 415 Make if_ndis_pci.c and if_ndis_pccard.c use bus_alloc_resource() again instead of bus_alloc_resource_any() to restore source compatibility with 5.2-REL and 5.2.1-REL systems. bus_alloc_resource_any() doesn't really do anything besides hide some of bus_alloc_resource()'s arguments from us, and in my opinion this isn't worth breaking backwards compatibility for people who want to use the NDISulator code on 5.2.x. END