Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/evbmips/instkernel/ramdisk Add dk[0-3] to the device...
details: https://anonhg.NetBSD.org/src/rev/ea35a64517a7
branches: trunk
changeset: 378172:ea35a64517a7
user: gutteridge <gutteridge%NetBSD.org@localhost>
date: Tue Jul 25 02:38:31 2023 +0000
description:
Add dk[0-3] to the device nodes provided in the evbmips ramdisk
The installer provided by octeon.img creates wedges, which may later
need to be recovered via the standard sysinst installer provided by
netbsd-INSTALL_OCTEON.
diffstat:
distrib/evbmips/instkernel/ramdisk/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 702484e1ed93 -r ea35a64517a7 distrib/evbmips/instkernel/ramdisk/Makefile
--- a/distrib/evbmips/instkernel/ramdisk/Makefile Tue Jul 25 01:09:05 2023 +0000
+++ b/distrib/evbmips/instkernel/ramdisk/Makefile Tue Jul 25 02:38:31 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2023/06/12 23:29:32 gutteridge Exp $
+# $NetBSD: Makefile,v 1.18 2023/07/25 02:38:31 gutteridge Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -25,7 +25,8 @@ IMAGEDEPENDS= ${CRUNCHBIN} \
${NETBSDSRCDIR}/etc/netconfig ${DISTRIBDIR}/common/protocols \
${DISTRIBDIR}/common/services
-MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty bpf
+MAKEDEVTARGETS= std md0 wd0 wd1 wd2 wd3 cd0 cd1 sd0 sd1 sd2 sd3 st0 ipty \
+ bpf dk0 dk1 dk2 dk3
# Use stubs to eliminate some large stuff from libc
HACKSRC= ${DISTRIBDIR}/utils/libhack
Home |
Main Index |
Thread Index |
Old Index