NetBSD-Bugs archive

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

Re: port-ofppc/51659: NetBSD/ofppc's ramdisk kernel doesn't have /dev directory



The following reply was made to PR port-ofppc/51659; it has been noted by GNATS.

From: "Naruaki.Etomi" <nullnilaki%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: port-ofppc-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
	netbsd-bugs%netbsd.org@localhost
Subject: Re: port-ofppc/51659: NetBSD/ofppc's ramdisk kernel doesn't have /dev directory
Date: Sun, 27 Nov 2016 07:32:11 +0900

 Dear Martin,
 
 Hello!
 
 >Just to clarify: does it not have /dev or is /dev empty?
 
 My expression might be bad.
 NetBSD/ofppc's ramdisk kernel doesn't have /dev/MAKEDEV.
 /dev is empty!
 
 >And for the patch: MAKEDEVTARGET all sounds a bit heavy
 
 My POWER3 is the fastest CPU in the world. ;-)
 
 diff -Naru src.orig/distrib/ofppc/ramdisks/common/Makefile.ramdisk
 src/distrib/ofppc/ramdisks/common/Makefile.ramdisk
 --- src.orig/distrib/ofppc/ramdisks/common/Makefile.ramdisk
 2016-11-26 19:51:55.000000000 +0000
 +++ src/distrib/ofppc/ramdisks/common/Makefile.ramdisk  2016-11-26
 20:27:58.000000000 +0000
 @@ -17,7 +17,8 @@
  LISTS?=                ${.CURDIR}/list
  LISTS+=                ${OFPPCCOMMON}/list.ramdisk
  MTREECONF=     ${DISTRIBDIR}/common/mtree.common
 ${.CURDIR}/../common/mtree.ramdisk
 -IMAGEENDIAN=   le
 +IMAGEENDIAN=   be
 +MAKEDEVTARGETS=        ramdisk
  IMAGEDEPENDS+=         ${CRUNCHBIN} \
                 dot.profile \
                 ${DESTDIR}/usr/mdec/ofwboot \
 



Home | Main Index | Thread Index | Old Index