Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 2003 06:53:53 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ccd ccd.c src/sbin/ccdconfig ccdconfig.c pathnames.h
Message-ID:  <200301171453.h0HErrLA043860@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2003/01/17 06:53:53 PST

  Modified files:
    sys/dev/ccd          ccd.c 
    sbin/ccdconfig       ccdconfig.c pathnames.h 
  Log:
  Find places to store the previously implicityly passed unit number in
  the three configuration ioctls which need a unit number.
  
  Add a "ccd.ctl" device for config operations.
  
  Implement ioctls on ccd.ctl which rely on the explicityly passed
  unit numbers.
  
  Update ccdconfig to use the new ccd.ctl interface.
  
  Add code to the kernel to detect old ccdconfig binaries, and whine
  about it.
  
  Add code to ccdconfig to detect old kernels, and whine about it.
  
  These two compatibility measures will be retained only for a limited
  period since they are in the way of GEOM'ification of ccd.
  
  Revision  Changes    Path
  1.26      +18 -18    src/sbin/ccdconfig/ccdconfig.c
  1.2       +3 -0      src/sbin/ccdconfig/pathnames.h
  1.114     +122 -7    src/sys/dev/ccd/ccd.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?200301171453.h0HErrLA043860>