Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp300/dev Recognize with one i only. From miod@open...



details:   https://anonhg.NetBSD.org/src/rev/e410f511e549
branches:  trunk
changeset: 542601:e410f511e549
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Feb 02 14:08:04 2003 +0000

description:
Recognize with one i only. From miod@openbsd.

diffstat:

 sys/arch/hp300/dev/hil.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 93a968d71340 -r e410f511e549 sys/arch/hp300/dev/hil.c
--- a/sys/arch/hp300/dev/hil.c  Sun Feb 02 12:59:53 2003 +0000
+++ b/sys/arch/hp300/dev/hil.c  Sun Feb 02 14:08:04 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hil.c,v 1.55 2003/02/02 10:24:39 wiz Exp $     */
+/*     $NetBSD: hil.c,v 1.56 2003/02/02 14:08:04 wiz Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hil.c,v 1.55 2003/02/02 10:24:39 wiz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hil.c,v 1.56 2003/02/02 14:08:04 wiz Exp $");
 
 #include "opt_compat_hpux.h"
 #include "rnd.h"
@@ -1415,7 +1415,7 @@
 #endif /* End of HIL console keyboard code. */
 
 /*
- * Recoginize and clear keyboard generated NMIs.
+ * Recognize and clear keyboard generated NMIs.
  * Returns 1 if it was ours, 0 otherwise.  Note that we cannot use
  * send_hil_cmd() to issue the clear NMI command as that would actually
  * lower the priority to splvm() and it doesn't wait for the completion



Home | Main Index | Thread Index | Old Index