Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic drop poorly phrased and redundant message about u...



details:   https://anonhg.NetBSD.org/src/rev/d74046fef7dc
branches:  trunk
changeset: 359852:d74046fef7dc
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Jan 27 18:07:27 2022 +0000

description:
drop poorly phrased and redundant message about unsupported chip revisions

diffstat:

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

diffs (26 lines):

diff -r 9571287d6588 -r d74046fef7dc sys/dev/ic/rtl8169.c
--- a/sys/dev/ic/rtl8169.c      Thu Jan 27 14:39:49 2022 +0000
+++ b/sys/dev/ic/rtl8169.c      Thu Jan 27 18:07:27 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtl8169.c,v 1.169 2021/12/31 14:25:22 riastradh Exp $  */
+/*     $NetBSD: rtl8169.c,v 1.170 2022/01/27 18:07:27 jakllsch Exp $   */
 
 /*
  * Copyright (c) 1997, 1998-2003
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.169 2021/12/31 14:25:22 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.170 2022/01/27 18:07:27 jakllsch Exp $");
 /* $FreeBSD: /repoman/r/ncvs/src/sys/dev/re/if_re.c,v 1.20 2004/04/11 20:34:08 ru Exp $ */
 
 /*
@@ -714,7 +714,6 @@
                            RTKQ_CMDSTOP; /* CMDSTOP_WAIT_TXQ */
                        break;
                default:
-                       aprint_normal_dev(sc->sc_dev, "Use default quirks\n");
                        /* assume the latest features */
                        sc->sc_quirk |= RTKQ_DESCV2 | RTKQ_NOEECMD;
                        sc->sc_quirk |= RTKQ_NOJUMBO;



Home | Main Index | Thread Index | Old Index