cvs commit: src/sys/compat/ndis kern_ndis.c ndis_var.h subr_ndis.c subr_pe.c src/sys/dev/if_ndis if_ndis.c

Bill Paul wpaul at FreeBSD.org
Thu Dec 25 19:31:36 PST 2003


wpaul       2003/12/25 19:31:34 PST

  FreeBSD src repository

  Modified files:
    sys/compat/ndis      kern_ndis.c ndis_var.h subr_ndis.c 
                         subr_pe.c 
    sys/dev/if_ndis      if_ndis.c 
  Log:
  Back out the last batch of changes until I have a chance to properly
  evaluate them. Whatever they're meant to do, they're doing it wrong.
  
  Also:
  
  - Clean up last bits of NULL fallout in subr_pe
  - Don't let ndis_ifmedia_sts() do anything if the IFF_UP flag isn't set
  - Implement NdisSystemProcessorCount() and NdisQueryMapRegisterCount().
  
  Revision  Changes    Path
  1.14      +33 -35    src/sys/compat/ndis/kern_ndis.c
  1.9       +0 -1      src/sys/compat/ndis/ndis_var.h
  1.16      +29 -21    src/sys/compat/ndis/subr_ndis.c
  1.3       +1 -1      src/sys/compat/ndis/subr_pe.c
  1.14      +6 -3      src/sys/dev/if_ndis/if_ndis.c


More information about the cvs-src mailing list