V9/sys/h.old/dkmod.h

Compare this file to the similar file:
Show the results in this format:

struct	dkmodule {
	char	*dkstate;		/* open/closed status of channels */
	struct	queue *listnrq;		/* channel to controller */
	short	dev;			/* major device */
	short	nchan;			/* number of channels */
};