Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jun 2003 14:29:05 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys ccdvar.h src/sys/dev/ccd ccd.c src/sbin/ccdconfig ccdconfig.c
Message-ID:  <200306022129.h52LT5Bq094688@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/06/02 14:29:05 PDT

  FreeBSD src repository

  Modified files:
    sys/sys              ccdvar.h 
    sys/dev/ccd          ccd.c 
    sbin/ccdconfig       ccdconfig.c 
  Log:
  Further devilification of CCD:
  
  Change the list interface to simplify things.
  Remove old list ioctls which bogusly exported the softc to userland.
  Move the softc and associated structures from the public header to
  the source file.
  
  Revision  Changes    Path
  1.31      +29 -122   src/sbin/ccdconfig/ccdconfig.c
  1.137     +87 -86    src/sys/dev/ccd/ccd.c
  1.19      +0 -90     src/sys/sys/ccdvar.h



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