Module Name: src
Committed By: tsutsui
Date: Mon Aug 31 13:05:30 UTC 2009
Modified Files:
src/sys/dev/ic: rtl8169.c
Log Message:
Treat 8168DP as well as 8168C/CP/D. From FreeBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 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.123 src/sys/dev/ic/rtl8169.c:1.124
--- src/sys/dev/ic/rtl8169.c:1.123 Sat Aug 29 14:06:22 2009
+++ src/sys/dev/ic/rtl8169.c Mon Aug 31 13:05:30 2009
@@ -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;
/*