Module Name: src
Committed By: nonaka
Date: Fri Apr 9 10:41:00 UTC 2010
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9reg.h
Log Message:
Added 8110SBL support.
To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/dev/ic/rtl8169.c
cvs rdiff -u -r1.40 -r1.41 src/sys/dev/ic/rtl81x9reg.h
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.130 src/sys/dev/ic/rtl8169.c:1.131
--- src/sys/dev/ic/rtl8169.c:1.130 Mon Apr 5 07:19:36 2010
+++ src/sys/dev/ic/rtl8169.c Fri Apr 9 10:40:59 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rtl8169.c,v 1.130 2010/04/05 07:19:36 joerg Exp $ */
+/* $NetBSD: rtl8169.c,v 1.131 2010/04/09 10:40:59 nonaka Exp $ */
/*
* Copyright (c) 1997, 1998-2003
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.130 2010/04/05 07:19:36 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rtl8169.c,v 1.131 2010/04/09 10:40:59 nonaka Exp $");
/* $FreeBSD: /repoman/r/ncvs/src/sys/dev/re/if_re.c,v 1.20 2004/04/11 20:34:08 ru Exp $ */
/*
@@ -570,6 +570,7 @@
case RTK_HWREV_8169S:
case RTK_HWREV_8110S:
case RTK_HWREV_8169_8110SB:
+ case RTK_HWREV_8169_8110SBL:
case RTK_HWREV_8169_8110SC:
sc->sc_quirk |= RTKQ_MACLDPS;
break;
Index: src/sys/dev/ic/rtl81x9reg.h
diff -u src/sys/dev/ic/rtl81x9reg.h:1.40 src/sys/dev/ic/rtl81x9reg.h:1.41
--- src/sys/dev/ic/rtl81x9reg.h:1.40 Sat Sep 5 03:50:49 2009
+++ src/sys/dev/ic/rtl81x9reg.h Fri Apr 9 10:40:59 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: rtl81x9reg.h,v 1.40 2009/09/05 03:50:49 tsutsui Exp $ */
+/* $NetBSD: rtl81x9reg.h,v 1.41 2010/04/09 10:40:59 nonaka Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -181,6 +181,7 @@
#define RTK_HWREV_8139CPLUS 0x74800000
#define RTK_HWREV_8101 0x74c00000
#define RTK_HWREV_8100 0x78800000
+#define RTK_HWREV_8169_8110SBL 0x7cc00000
#define RTK_TXDMA_16BYTES 0x00000000
#define RTK_TXDMA_32BYTES 0x00000100