Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/MAKEDEV.tmpl,v rcsdiff: /ftp/cvs/cvsroot/src/etc/MAKEDEV.tmpl,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.137 retrieving revision 1.138 diff -u -p -r1.137 -r1.138 --- src/etc/MAKEDEV.tmpl 2011/01/26 01:18:47 1.137 +++ src/etc/MAKEDEV.tmpl 2011/02/26 18:07:16 1.138 @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: MAKEDEV.tmpl,v 1.137 2011/01/26 01:18:47 pooka Exp $ +# $NetBSD: MAKEDEV.tmpl,v 1.138 2011/02/26 18:07:16 ahoka Exp $ # # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -1042,6 +1042,13 @@ ld*) %MKDISK% $name $unit $blk $chr ;; +flash*) + unit=${i#flash} + flash=flash$unit + mkdev flash$unit b %flash_blk% $unit + mkdev rflash$unit c %flash_chr% $unit + ;; + altmem*) name=altmem; unit=${i#altmem}; blk=%altmem_blk%; chr=%altmem_chr% %MKDISK% $name $unit $blk $chr