Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Mar 2004 08:39:03 -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/compat/ndis subr_ntoskrnl.c
Message-ID:  <200403151639.i2FGd3TR011885@repoman.freebsd.org>

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



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