CVSROOT: /cvs Module name: src Changes by: mart...@cvs.openbsd.org 2016/11/26 09:31:32
Modified files: sys/arch/octeon/octeon: autoconf.c Log message: Allow rootdev to be specified without /dev/ prefix. The full path isn't needed down the road anyway. Both forms are supported. e.g. rootdev=/dev/sd0 and rootdev=sd0 OK visa@