Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2003 03:17:22 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys ccdvar.h src/sys/dev/ccd ccd.c
Message-ID:  <200302011117.h11BHM4N007220@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/02/01 03:17:22 PST

  Modified files:
    sys/sys              ccdvar.h 
    sys/dev/ccd          ccd.c 
  Log:
  Eliminate the sc_openmask, ccdopen() and ccdclose() functions, we
  can use the flag maintained by geom_disk.c
  
  Having only a strategy method to intialize, don't waste space using
  a cdevsw structure to do so.
  
  Revision  Changes    Path
  1.123     +6 -46     src/sys/dev/ccd/ccd.c
  1.16      +0 -1      src/sys/sys/ccdvar.h

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?200302011117.h11BHM4N007220>