Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2000 12:46:02 -0800 (PST)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys rman.h src/sys/kern subr_bus.c subr_rman.c
Message-ID:  <200011142046.MAA10802@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mckusick    2000/11/14 12:46:02 PST

  Modified files:
    sys/sys              rman.h 
    sys/kern             subr_bus.c subr_rman.c 
  Log:
  In preparation for deprecating CIRCLEQ macros in favor of TAILQ
  macros which provide the same functionality and are a bit more
  efficient, convert use of CIRCLEQ's in resource manager to TAILQ's.
  
  Approved by:	Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
  
  Revision  Changes    Path
  1.13      +3 -3      src/sys/sys/rman.h
  1.83      +3 -5      src/sys/kern/subr_bus.c
  1.14      +30 -35    src/sys/kern/subr_rman.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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