I noticed the ccd driver refers to dkn as the number of disks in the system but iostat.c and <sys/dkstat.h> use dk_ndrives instead. Some of the ports declare a dkn in their autoconf.c. So, which is the CORRECT way to reference the number of disks in the system? dkn or dk_ndrives? -Rob