Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/dev/ic Pullup rev 1.130 (requested by sketch in tic...



details:   https://anonhg.NetBSD.org/src/rev/ef991c0154e4
branches:  netbsd-2-0
changeset: 564673:ef991c0154e4
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Jan 11 06:44:30 2005 +0000

description:
Pullup rev 1.130 (requested by sketch in ticket #1084)

        Silence the 'receive process failed to idle' message on the Davicom DM9102A.

diffstat:

 sys/dev/ic/tulip.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 1c9dd40e4b4e -r ef991c0154e4 sys/dev/ic/tulip.c
--- a/sys/dev/ic/tulip.c        Tue Jan 11 06:41:45 2005 +0000
+++ b/sys/dev/ic/tulip.c        Tue Jan 11 06:44:30 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tulip.c,v 1.126 2003/12/18 18:39:36 thorpej Exp $      */
+/*     $NetBSD: tulip.c,v 1.126.2.1 2005/01/11 06:44:30 jmc Exp $      */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2002 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.126 2003/12/18 18:39:36 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tulip.c,v 1.126.2.1 2005/01/11 06:44:30 jmc Exp $");
 
 #include "bpfilter.h"
 
@@ -3037,6 +3037,7 @@
                        switch (sc->sc_chip) {
                        case TULIP_CHIP_AN983:
                        case TULIP_CHIP_AN985:
+                       case TULIP_CHIP_DM9102A:
                                /*
                                 * Filter the message out on noisy chips.
                                 */



Home | Main Index | Thread Index | Old Index