K 10 svn:author V 3 phk K 8 svn:date V 27 2003-09-26T07:22:37.000000Z K 7 svn:log V 398 Add a cn_unit and cn_name field to the consdev structure. Most of the actual use of the cn_dev field is merely to get the name, and most of the actual initializations are bogusly using makedev() because the probe/attach has not been completed. Instead we will migrate console drivers to fill in the name and if the driver needs it: the unit number, thereby avoiding the bogus calls to makedev(). END