Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Mar 2004 11:56:53 -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_pccard.c if_ndis_pci.c
Message-ID:  <200403211956.i2LJurl5082170@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403211956.i2LJurl5082170>