Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/etc Pull up following revision(s) (requested by thorpej i...



details:   https://anonhg.NetBSD.org/src/rev/2805a54f39f4
branches:  netbsd-9
changeset: 458362:2805a54f39f4
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Sep 22 10:22:15 2019 +0000

description:
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

diffstat:

 etc/MAKEDEV.tmpl |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0a9016a0610b -r 2805a54f39f4 etc/MAKEDEV.tmpl
--- a/etc/MAKEDEV.tmpl  Sun Sep 22 10:20:16 2019 +0000
+++ b/etc/MAKEDEV.tmpl  Sun Sep 22 10:22:15 2019 +0000
@@ -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 @@
        unit=${i#spiflash}
        spiflash=spiflash$unit
        mkdev spiflash$unit b %spiflash_blk% $unit
+       mkdev rspiflash$unit c %spiflash_chr% $unit
        ;;
 
 altmem[0-9]*)



Home | Main Index | Thread Index | Old Index