*
* con -- console driver
*

%DRIVER

Type:		character		# driver type:  block, character, stream
Prefix:		con			# prefix added to functions
Funcs:		open close read write ioctl # a list of the functions provided
Major:		2			# major device number(s)
# we aren't using line dis tt directly yet, so fake it
#LineDis:	tt			# line discipline
Options:	required

%PARAM

L_CON		0	# fake

%CONFIG

char		conline = L_CON;
unsigned short	condev = C_CON;
