Deleted Added
full compact
36,37d35
< #include "opt_devfs.h"
<
49,52d46
< #ifdef DEVFS
< #include <sys/devfsext.h>
< #endif /*DEVFS*/
<
151,153d144
< #ifdef DEVFS
< void *devfs_token;
< #endif
277,284d267
< #ifdef DEVFS
< /* FIX THIS to reflect real devices */
< rc->devfs_token =
< devfs_add_devswf(&rc_cdevsw,
< (dvp->id_unit * CD180_NCHAN) + chan,
< DV_CHR, 0, 0, 0600, "rc%d.%d",
< dvp->id_unit, chan);
< #endif