K 10 svn:author V 3 phk K 8 svn:date V 27 2003-02-20T20:54:45.000000Z K 7 svn:log V 261 Change the console interface to pass a "struct consdev *" instead of a dev_t to the method functions. The dev_t can still be found at struct consdev *->cn_dev. Add a void *cn_arg element to struct consdev which the drivers can use for retrieving their softc. END