CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/06/02 13:16:28
Modified files: sys/dev : vnd.c Log message: Initialize the dv_xname at attach time, so that we don't have to do this work later. Since the disk always has the same name (the different between svnd and vnd went away), we don't need to do this late anymore. Spotted with matthew.