Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/alpha/alpha Pull up revision 1.192 (requested ...
details: https://anonhg.NetBSD.org/src/rev/bf33f84e0bde
branches: netbsd-1-4
changeset: 470198:bf33f84e0bde
user: he <he%NetBSD.org@localhost>
date: Sun Jan 23 13:48:49 2000 +0000
description:
Pull up revision 1.192 (requested by thorpej):
Fix netisr processing for PPP when only one device is configured.
Fixes PR#9257.
diffstat:
sys/arch/alpha/alpha/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 3441492cb505 -r bf33f84e0bde sys/arch/alpha/alpha/machdep.c
--- a/sys/arch/alpha/alpha/machdep.c Sun Jan 23 13:46:01 2000 +0000
+++ b/sys/arch/alpha/alpha/machdep.c Sun Jan 23 13:48:49 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.167.2.6 1999/07/02 17:53:31 perry Exp $ */
+/* $NetBSD: machdep.c,v 1.167.2.7 2000/01/23 13:48:49 he Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -82,7 +82,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.167.2.6 1999/07/02 17:53:31 perry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.167.2.7 2000/01/23 13:48:49 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1997,7 +1997,7 @@
#ifdef NATM
DONETISR(NETISR_NATM, natmintr());
#endif
-#if NPPP > 1
+#if NPPP > 0
DONETISR(NETISR_PPP, pppintr());
#endif
Home |
Main Index |
Thread Index |
Old Index