K 10 svn:author V 3 phk K 8 svn:date V 27 2003-02-04T10:32:40.000000Z K 7 svn:log V 348 Pave the road to removing the fixed size limit on device nodes: Change the si_name of dev_t's to be a char * and put a private buffer for holding the name at then end of the struct. Initialize si_name to point to the private buffer. Put a KASSERT in geom_disk to prevent overrun on the fake dev_t we still have to generate for the disk_drivers. END