Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/dev Typo.
details: https://anonhg.NetBSD.org/src/rev/b40372eb7aff
branches: trunk
changeset: 479780:b40372eb7aff
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Tue Dec 21 08:37:36 1999 +0000
description:
Typo.
diffstat:
sys/arch/news68k/dev/hb.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r b11044ffe0a8 -r b40372eb7aff sys/arch/news68k/dev/hb.c
--- a/sys/arch/news68k/dev/hb.c Tue Dec 21 08:09:43 1999 +0000
+++ b/sys/arch/news68k/dev/hb.c Tue Dec 21 08:37:36 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hb.c,v 1.1 1999/12/09 14:53:04 tsutsui Exp $ */
+/* $NetBSD: hb.c,v 1.2 1999/12/21 08:37:36 tsutsui Exp $ */
/*-
* Copyright (C) 1999 Izumi Tsutsui. All rights reserved.
@@ -133,8 +133,8 @@
}
if ((hbvect < 0) || (hbvect > 255)) {
- printf("pcc: illegal vector offset: 0x%x\n", hbvect);
- panic("pccintr_establish");
+ printf("hb: illegal vector offset: 0x%x\n", hbvect);
+ panic("hb_intr_establish");
}
isrlink_vectored(hand, arg, ipl, hbvect);
Home |
Main Index |
Thread Index |
Old Index