Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/news68k/include Pull up revision 1.2 (requeste...
details: https://anonhg.NetBSD.org/src/rev/445dc1a03b27
branches: netbsd-1-5
changeset: 490419:445dc1a03b27
user: jhawk <jhawk%NetBSD.org@localhost>
date: Sun Dec 24 07:48:27 2000 +0000
description:
Pull up revision 1.2 (requested by tsutsui):
Make sure to return PROM prompt even if loading kernel fails halfway,
by calling the PROM halt routine upon failure of loadfile().
diffstat:
sys/arch/news68k/include/romcall.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 8ef4c6e45d59 -r 445dc1a03b27 sys/arch/news68k/include/romcall.h
--- a/sys/arch/news68k/include/romcall.h Sun Dec 24 07:20:12 2000 +0000
+++ b/sys/arch/news68k/include/romcall.h Sun Dec 24 07:48:27 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: romcall.h,v 1.1 1999/12/09 14:53:13 tsutsui Exp $ */
+/* $NetBSD: romcall.h,v 1.1.6.1 2000/12/24 07:48:27 jhawk Exp $ */
/*-
* Copyright (C) 1999 Tsubai Masanari. All rights reserved.
@@ -54,6 +54,7 @@
#define BOOTDEV_ST 6 /* SCSI TAPE */
#ifndef _LOCORE
+void rom_halt(void);
int rom_open(const char * ,int);
int rom_close(int);
int rom_read(int, void *, int);
Home |
Main Index |
Thread Index |
Old Index