Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2004 18:25:21 -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/usr.sbin/ndiscvt inf.c src/sys/compat/ndis subr_hal.c subr_ndis.c subr_ntoskrnl.c
Message-ID:  <200401030225.i032PLij073608@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2004/01/02 18:25:21 PST

  FreeBSD src repository

  Modified files:
    usr.sbin/ndiscvt     inf.c 
    sys/compat/ndis      subr_hal.c subr_ndis.c subr_ntoskrnl.c 
  Log:
  Tweak ndiscvt to support yet another flavor of .INF files (look for
  the NTx86 section decoration).
  
  subr_ndis.c: correct the behavior of ndis_query_resources(): if the
  caller doesn't provide enough space to return the resources, tell it
  how much it needs to provide and return an error.
  
  subr_hal.c & subr_ntoskrnl.c: implement/stub a bunch of new routines;
  
  ntoskrnl:
  
  KefAcquireSpinLockAtDpcLevel
  KefReleaseSpinLockFromDpcLevel
  MmMapLockedPages
  InterlockedDecrement
  InterlockedIncrement
  IoFreeMdl
  KeInitializeSpinLock
  
  HAL:
  
  KfReleaseSpinLock
  KeGetCurrentIrql
  KfAcquireSpinLock
  
  Lastly, correct spelling of "_aullshr" in the ntoskrnl functable.
  
  Revision  Changes    Path
  1.2       +38 -1     src/sys/compat/ndis/subr_hal.c
  1.20      +8 -3      src/sys/compat/ndis/subr_ndis.c
  1.6       +110 -1    src/sys/compat/ndis/subr_ntoskrnl.c
  1.9       +2 -0      src/usr.sbin/ndiscvt/inf.c



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