Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/dev snchronize with reality.
details: https://anonhg.NetBSD.org/src/rev/1924b1a15aa1
branches: trunk
changeset: 468010:1924b1a15aa1
user: is <is%NetBSD.org@localhost>
date: Thu Apr 01 20:31:02 1999 +0000
description:
snchronize with reality.
Actually, this should have been done months ago, but slipped the cracks.
diffstat:
sys/arch/amiga/dev/gvpio.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (24 lines):
diff -r 55c9940314f6 -r 1924b1a15aa1 sys/arch/amiga/dev/gvpio.c
--- a/sys/arch/amiga/dev/gvpio.c Thu Apr 01 20:24:29 1999 +0000
+++ b/sys/arch/amiga/dev/gvpio.c Thu Apr 01 20:31:02 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gvpio.c,v 1.2 1998/01/12 10:39:44 thorpej Exp $ */
+/* $NetBSD: gvpio.c,v 1.3 1999/04/01 20:31:02 is Exp $ */
/*
* Copyright (c) 1997 Ignatios Souvatzis
@@ -146,10 +146,10 @@
if (giosc->sc_comhdls.lh_first) {
/* XXX this should be really in the interupt stuff */
needpsl = PSL_S|PSL_IPL6;
- if (amiga_ttyspl < needpsl) {
- printf("%s: raising amiga_ttyspl from 0x%x to 0x%x\n",
- giosc->sc_dev.dv_xname, amiga_ttyspl, needpsl);
- amiga_ttyspl = needpsl;
+ if (amiga_serialspl < needpsl) {
+ printf("%s: raising amiga_serialspl from 0x%x to 0x%x\n",
+ giosc->sc_dev.dv_xname, amiga_serialspl, needpsl);
+ amiga_serialspl = needpsl;
}
giosc->sc_comisr.isr_intr = gvp_com_intr;
giosc->sc_comisr.isr_arg = giosc;
Home |
Main Index |
Thread Index |
Old Index