Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ofppc/ofppc Add NULL cn_halt and cn_flush members t...
details: https://anonhg.NetBSD.org/src/rev/02ebba5b2474
branches: trunk
changeset: 546017:02ebba5b2474
user: bjh21 <bjh21%NetBSD.org@localhost>
date: Sat Apr 19 13:56:04 2003 +0000
description:
Add NULL cn_halt and cn_flush members to ofppc_bootcons.
diffstat:
sys/arch/ofppc/ofppc/machdep.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 91a9f1f9df20 -r 02ebba5b2474 sys/arch/ofppc/ofppc/machdep.c
--- a/sys/arch/ofppc/ofppc/machdep.c Sat Apr 19 12:52:39 2003 +0000
+++ b/sys/arch/ofppc/ofppc/machdep.c Sat Apr 19 13:56:04 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.82 2003/02/03 17:09:59 matt Exp $ */
+/* $NetBSD: machdep.c,v 1.83 2003/04/19 13:56:04 bjh21 Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -198,7 +198,7 @@
struct consdev ofppc_bootcons = {
ofcons_cnprobe, NULL, ofppc_cngetc, ofppc_cnputc, nullcnpollc, NULL,
- makedev(0,0), 1,
+ NULL, NULL, makedev(0,0), 1,
};
int ofppc_stdin_ihandle, ofppc_stdout_ihandle;
Home |
Main Index |
Thread Index |
Old Index