Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Raise IPL after interrupt, for LANCE chip.



details:   https://anonhg.NetBSD.org/src/rev/c4348d0617e7
branches:  trunk
changeset: 485154:c4348d0617e7
user:      ragge <ragge%NetBSD.org@localhost>
date:      Thu Apr 20 18:55:50 2000 +0000

description:
Raise IPL after interrupt, for LANCE chip.

diffstat:

 sys/arch/vax/vax/ka650.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 0ed4f410523b -r c4348d0617e7 sys/arch/vax/vax/ka650.c
--- a/sys/arch/vax/vax/ka650.c  Thu Apr 20 18:23:37 2000 +0000
+++ b/sys/arch/vax/vax/ka650.c  Thu Apr 20 18:55:50 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ka650.c,v 1.20 1999/08/07 10:36:49 ragge Exp $ */
+/*     $NetBSD: ka650.c,v 1.21 2000/04/20 18:55:50 ragge Exp $ */
 /*
  * Copyright (c) 1988 The Regents of the University of California.
  * All rights reserved.
@@ -83,6 +83,9 @@
        2,      /* SCB pages */
        ka650_halt,
        ka650_reboot,
+       0,
+       0,
+       CPU_RAISEIPL,   /* Needed for the LANCE chip */
 };
 
 /*



Home | Main Index | Thread Index | Old Index