Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Update the TODO list: We have some Tx interrupt ...
details: https://anonhg.NetBSD.org/src/rev/ff0f05674210
branches: trunk
changeset: 533451:ff0f05674210
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Jun 30 19:13:46 2002 +0000
description:
Update the TODO list: We have some Tx interrupt mitigation now, so
we need to do Rx interrupt mitigation next.
diffstat:
sys/dev/pci/if_sip.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 981b80f8737c -r ff0f05674210 sys/dev/pci/if_sip.c
--- a/sys/dev/pci/if_sip.c Sun Jun 30 19:11:40 2002 +0000
+++ b/sys/dev/pci/if_sip.c Sun Jun 30 19:13:46 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_sip.c,v 1.57 2002/06/30 19:11:40 thorpej Exp $ */
+/* $NetBSD: if_sip.c,v 1.58 2002/06/30 19:13:46 thorpej Exp $ */
/*-
* Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -78,11 +78,11 @@
*
* - Support the 10-bit interface on the DP83820 (for fiber).
*
- * - Reduce the interrupt load.
+ * - Reduce the Rx interrupt load.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.57 2002/06/30 19:11:40 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.58 2002/06/30 19:13:46 thorpej Exp $");
#include "bpfilter.h"
Home |
Main Index |
Thread Index |
Old Index