cvs commit: src/usr.sbin/ndiscvt inf.c src/sys/compat/ndis subr_hal.c subr_ndis.c subr_ntoskrnl.c

Bill Paul wpaul at FreeBSD.org
Fri Jan 2 18:25:22 PST 2004


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


More information about the cvs-src mailing list