Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Treat 8168DP as well as 8168C/CP/D. From FreeBSD.



details:   https://anonhg.NetBSD.org/src/rev/de2d7f392e0c
branches:  trunk
changeset: 747066:de2d7f392e0c
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Aug 31 13:05:30 2009 +0000

description:
Treat 8168DP as well as 8168C/CP/D. From FreeBSD.

diffstat:

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

diffs (26 lines):

diff -r 1ab8f33c8895 -r de2d7f392e0c sys/dev/ic/rtl8169.c
--- a/sys/dev/ic/rtl8169.c      Mon Aug 31 12:37:59 2009 +0000
+++ b/sys/dev/ic/rtl8169.c      Mon Aug 31 13:05:30 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rtl8169.c,v 1.123 2009/08/29 14:06:22 tsutsui Exp $    */
+/*     $NetBSD: rtl8169.c,v 1.124 2009/08/31 13:05:30 tsutsui Exp $    */
 
 /*
  * Copyright (c) 1997, 1998-2003
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.123 2009/08/29 14:06:22 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.124 2009/08/31 13:05:30 tsutsui Exp $");
 /* $FreeBSD: /repoman/r/ncvs/src/sys/dev/re/if_re.c,v 1.20 2004/04/11 20:34:08 ru Exp $ */
 
 /*
@@ -585,6 +585,7 @@
                case RTK_HWREV_8168C_SPIN2:
                case RTK_HWREV_8168CP:
                case RTK_HWREV_8168D:
+               case RTK_HWREV_8168DP:
                        sc->sc_quirk |= RTKQ_DESCV2 | RTKQ_NOEECMD |
                            RTKQ_MACSTAT | RTKQ_CMDSTOP;
                        /*



Home | Main Index | Thread Index | Old Index