Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/pmax/dev Cleanup.
details: https://anonhg.NetBSD.org/src/rev/516da751f481
branches: trunk
changeset: 473914:516da751f481
user: ad <ad%NetBSD.org@localhost>
date: Mon Jun 21 19:07:16 1999 +0000
description:
Cleanup.
diffstat:
sys/arch/pmax/dev/px.c | 16 ++++++----------
1 files changed, 6 insertions(+), 10 deletions(-)
diffs (38 lines):
diff -r 77ebca95a2e7 -r 516da751f481 sys/arch/pmax/dev/px.c
--- a/sys/arch/pmax/dev/px.c Mon Jun 21 19:05:10 1999 +0000
+++ b/sys/arch/pmax/dev/px.c Mon Jun 21 19:07:16 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: px.c,v 1.11 1999/06/18 05:13:46 thorpej Exp $ */
+/* $NetBSD: px.c,v 1.12 1999/06/21 19:07:16 ad Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.11 1999/06/18 05:13:46 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.12 1999/06/21 19:07:16 ad Exp $");
/*
* px.c: driver for the DEC TURBOchannel 2D and 3D accelerated framebuffers
@@ -1078,15 +1078,11 @@
}
/*
- * XXX not needed if only the interrupt handling on the 3min
- * was not ``a disastrous mess''.
- */
+ * Dequeue stalled packets manually. This should only
+ * ever happen during prelonged periods at splhigh().
+ * Autoconfiguration time is an example.
+ */
if (i == 0) {
- /*
- * Dequeue stalled packets manually. This should only
- * ever happen during prelonged periods at splhigh().
- * Autoconfiguration time is an example.
- */
for (i = pxi->pxi_lpr; i < pxi->pxi_lpw; i++) {
poll = pxi->pxi_qpoll[i & 15];
Home |
Main Index |
Thread Index |
Old Index