Module Name: src Committed By: martin Date: Sun Sep 22 10:22:15 UTC 2019
Modified Files: src/etc [netbsd-9]: MAKEDEV.tmpl Log Message: Pull up following revision(s) (requested by thorpej in ticket #211): etc/MAKEDEV.tmpl: revision 1.208 Create the character device for spiflash, in addition to the block device. This is needed for getdiskrawname() to DTRT (for installboot(8)). XXX pullup-9 To generate a diff of this commit: cvs rdiff -u -r1.205 -r1.205.2.1 src/etc/MAKEDEV.tmpl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/etc/MAKEDEV.tmpl diff -u src/etc/MAKEDEV.tmpl:1.205 src/etc/MAKEDEV.tmpl:1.205.2.1 --- src/etc/MAKEDEV.tmpl:1.205 Mon Jul 29 17:53:20 2019 +++ src/etc/MAKEDEV.tmpl Sun Sep 22 10:22:15 2019 @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: MAKEDEV.tmpl,v 1.205 2019/07/29 17:53:20 gdt Exp $ +# $NetBSD: MAKEDEV.tmpl,v 1.205.2.1 2019/09/22 10:22:15 martin Exp $ # # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -1218,6 +1218,7 @@ spiflash[0-9]*) unit=${i#spiflash} spiflash=spiflash$unit mkdev spiflash$unit b %spiflash_blk% $unit + mkdev rspiflash$unit c %spiflash_chr% $unit ;; altmem[0-9]*)