cvs commit: src/sys/compat/ndis subr_ntoskrnl.c
    Bill Paul 
    wpaul at FreeBSD.org
       
    Mon Mar 15 08:39:04 PST 2004
    
    
  
wpaul       2004/03/15 08:39:03 PST
  FreeBSD src repository
  Modified files:
    sys/compat/ndis      subr_ntoskrnl.c 
  Log:
  Add vectors for _snprintf() and _vsnprintf() (redirected straight to
  snprintf() and vsnprintf() in FreeBSD kernel land).
  
  This is needed by the Intel Centrino 2200BG driver. Unfortunately, this
  driver still doesn't work right with Project Evil even with this tweak,
  but I'm unable to diagnose the problem since I don't have access to a
  sample card.
  
  Revision  Changes    Path
  1.28      +2 -0      src/sys/compat/ndis/subr_ntoskrnl.c
    
    
More information about the cvs-all
mailing list