cvs commit: src/sys/sys ccdvar.h src/sys/dev/ccd ccd.c src/sbin/ccdconfig ccdconfig.c

Poul-Henning Kamp phk at FreeBSD.org
Mon Jun 2 14:29:06 PDT 2003


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


More information about the cvs-all mailing list