Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 15:19:32 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/if_ndis if_ndis_pccard.c if_ndis_pci.c
Message-ID:  <201012161519.oBGFJt92006696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-12-16 15:19:32 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis_pccard.c if_ndis_pci.c 
  Log:
  SVN rev 216486 on 2010-12-16 15:19:32Z by jhb
  
  Use bus_alloc_resource_any() instead of bus_alloc_resource().  Besides being
  cleaner, this fixes problems where the code was using ~0 instead of ~0ul
  for the upper bound on "any" resources.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.19      +3 -5      src/sys/dev/if_ndis/if_ndis_pccard.c
  1.24      +11 -11    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?201012161519.oBGFJt92006696>