Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha Fix netisr processing for PPP when ther...
details: https://anonhg.NetBSD.org/src/rev/5e5f9dbc3f3f
branches: trunk
changeset: 480889:5e5f9dbc3f3f
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sat Jan 22 18:28:04 2000 +0000
description:
Fix netisr processing for PPP when there is only one device configured.
port-alpha/9257, Kevin P. Neal.
diffstat:
sys/arch/alpha/alpha/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dae85ab1dd1b -r 5e5f9dbc3f3f sys/arch/alpha/alpha/machdep.c
--- a/sys/arch/alpha/alpha/machdep.c Sat Jan 22 17:50:27 2000 +0000
+++ b/sys/arch/alpha/alpha/machdep.c Sat Jan 22 18:28:04 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.191 2000/01/19 20:05:30 thorpej Exp $ */
+/* $NetBSD: machdep.c,v 1.192 2000/01/22 18:28:04 thorpej Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -79,7 +79,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.191 2000/01/19 20:05:30 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.192 2000/01/22 18:28:04 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1880,7 +1880,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