Module Name:    src
Committed By:   tsutsui
Date:           Sat Apr 25 06:16:12 UTC 2009

Modified Files:
        src/sys/dev/pci: if_re_pci.c

Log Message:
Remove suffix "B" from rtk_name of PCI_PRODUCT_REALTEK_RT8168 devices.
All 8168/8111 variants (8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP)
have the same PCI device ID.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/if_re_pci.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/pci/if_re_pci.c
diff -u src/sys/dev/pci/if_re_pci.c:1.35 src/sys/dev/pci/if_re_pci.c:1.36
--- src/sys/dev/pci/if_re_pci.c:1.35	Sat Aug 23 14:27:45 2008
+++ src/sys/dev/pci/if_re_pci.c	Sat Apr 25 06:16:12 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_re_pci.c,v 1.35 2008/08/23 14:27:45 tnn Exp $	*/
+/*	$NetBSD: if_re_pci.c,v 1.36 2009/04/25 06:16:12 tsutsui Exp $	*/
 
 /*
  * Copyright (c) 1997, 1998-2003
@@ -46,7 +46,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_re_pci.c,v 1.35 2008/08/23 14:27:45 tnn Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_re_pci.c,v 1.36 2009/04/25 06:16:12 tsutsui Exp $");
 
 #include "bpfilter.h"
 #include "vlan.h"
@@ -109,7 +109,7 @@
 	    "RealTek 8100E/8101E/8102E/8102EL PCIe 10/100BaseTX" },
 	{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8168,
 	    RTK_8168,
-	    "RealTek 8168B/8111B PCIe Gigabit Ethernet" },
+	    "RealTek 8168/8111 PCIe Gigabit Ethernet" },
 	{ PCI_VENDOR_REALTEK, PCI_PRODUCT_REALTEK_RT8169,
 	    RTK_8169,
 	    "RealTek 8169/8110 Gigabit Ethernet" },

Reply via email to