cvs commit: src/sys/dev/if_ndis if_ndis_pccard.c if_ndis_pci.c

Bill Paul wpaul at FreeBSD.org
Sun Mar 21 11:57:13 PST 2004


wpaul       2004/03/21 11:56:51 PST

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis_pccard.c if_ndis_pci.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.4       +4 -4      src/sys/dev/if_ndis/if_ndis_pccard.c
  1.5       +8 -8      src/sys/dev/if_ndis/if_ndis_pci.c


More information about the cvs-all mailing list