cvs commit: src/sys/compat/ndis subr_ndis.c src/sys/dev/if_ndis if_ndis.c

Bill Paul wpaul at FreeBSD.org
Sat Jan 3 19:00:44 PST 2004


wpaul       2004/01/03 19:00:21 PST

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      subr_ndis.c 
    sys/dev/if_ndis      if_ndis.c 
  Log:
  In ndis_attach(), report the NDIS API level that the Windows miniport
  driver was compiled with.
  
  Remove debug printf from ndis_assicn_pcirsc(). It doesn't serve
  much purpose.
  
  Implement NdisMIndicateStatus() and NdisMIndicateStatusComplete()
  as functions in subr_ndis.c. In NDIS 4.0, they were functions. In
  NDIS 5.0 and later, they're just macros.
  
  Allocate a few extra packets/buffers beyond what the driver asks
  for since sometimes it seems they can lie about how many they really
  need, and some extra stupid ones don't check to see if NdisAllocatePacket()
  and/or NdisAllocateBuffer() actually succeed.
  
  Revision  Changes    Path
  1.23      +56 -5     src/sys/compat/ndis/subr_ndis.c
  1.21      +5 -0      src/sys/dev/if_ndis/if_ndis.c


More information about the cvs-all mailing list