NetBSD/sbin/ccdconfig
lukem 8c09644630 * The kernel's struct ccd_softc has extra structure members over the
userland version; provide another ccd global variable (ccd_softc_elemsize)
  containing the kernel's size, and use that it ccdconfig(8) to convert the
  kernel's ccd_softc into userland versions.
  Fixes 'ccdconfig -g'.
* Use DISKUNIT() instead of home-grown cruft to determine the `N' of "ccdN".
  Fixes 'ccdconfig -g ccd1'.
* Use (void *) instead of (char *) in the calls to kvm_read().

XXX: ccd could be converted from nlist to sysctl.  "Someone else's yak shave".
2006-02-16 23:25:18 +00:00
..
Makefile
ccd.conf.5 move to my now standard 3-clause BSD license (remove advertising clause) 2005-05-17 11:46:15 +00:00
ccdconfig.8
ccdconfig.c * The kernel's struct ccd_softc has extra structure members over the 2006-02-16 23:25:18 +00:00
pathnames.h