Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.58 (requested by thorpej...



details:   https://anonhg.NetBSD.org/src/rev/a493d25426d3
branches:  netbsd-1-6
changeset: 529233:a493d25426d3
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Nov 01 18:25:40 2002 +0000

description:
Pull up revision 1.58 (requested by thorpej in ticket #413):
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 f8ded580f1d8 -r a493d25426d3 sys/dev/pci/if_sip.c
--- a/sys/dev/pci/if_sip.c      Fri Nov 01 18:23:53 2002 +0000
+++ b/sys/dev/pci/if_sip.c      Fri Nov 01 18:25:40 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_sip.c,v 1.52.4.3 2002/11/01 18:23:53 tron Exp $     */
+/*     $NetBSD: if_sip.c,v 1.52.4.4 2002/11/01 18:25:40 tron 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.52.4.3 2002/11/01 18:23:53 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_sip.c,v 1.52.4.4 2002/11/01 18:25:40 tron Exp $");
 
 #include "bpfilter.h"
 



Home | Main Index | Thread Index | Old Index