Module Name: src
Committed By: jakllsch
Date: Thu Jan 27 18:07:27 UTC 2022
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
drop poorly phrased and redundant message about unsupported chip revisions
To generate a diff of this commit:
cvs rdiff -u -r1.169 -r1.170 src/sys/dev/ic/rtl8169.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/rtl8169.c
diff -u src/sys/dev/ic/rtl8169.c:1.169 src/sys/dev/ic/rtl8169.c:1.170
--- src/sys/dev/ic/rtl8169.c:1.169 Fri Dec 31 14:25:22 2021
+++ src/sys/dev/ic/rtl8169.c Thu Jan 27 18:07:27 2022
@@ -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 @@ re_attach(struct rtk_softc *sc)
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;