Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Fix the names of 82577L[MC] LAN controllers (for...



details:   https://anonhg.NetBSD.org/src/rev/721d9982ac1e
branches:  trunk
changeset: 755165:721d9982ac1e
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue May 25 01:17:55 2010 +0000

description:
Fix the names of 82577L[MC] LAN controllers (for mobile).
Fix typo.

diffstat:

 sys/dev/pci/if_wm.c |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r 1c5b5c465999 -r 721d9982ac1e sys/dev/pci/if_wm.c
--- a/sys/dev/pci/if_wm.c       Tue May 25 01:06:41 2010 +0000
+++ b/sys/dev/pci/if_wm.c       Tue May 25 01:17:55 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wm.c,v 1.206 2010/04/05 07:20:28 joerg Exp $        */
+/*     $NetBSD: if_wm.c,v 1.207 2010/05/25 01:17:55 msaitoh Exp $      */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.206 2010/04/05 07:20:28 joerg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.207 2010/05/25 01:17:55 msaitoh Exp $");
 
 #include "rnd.h"
 
@@ -908,10 +908,10 @@
          "82567V-2 LAN Controller",
          WM_T_ICH10,           WMP_F_1000T },
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_PCH_M_LM,
-         "PCH LAN (82578LM) Controller",
+         "PCH LAN (82577LM) Controller",
          WM_T_PCH,             WMP_F_1000T },
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_PCH_M_LC,
-         "PCH LAN (82578LC) Controller",
+         "PCH LAN (82577LC) Controller",
          WM_T_PCH,             WMP_F_1000T },
        { PCI_VENDOR_INTEL,     PCI_PRODUCT_INTEL_PCH_D_DM,
          "PCH LAN (82578DM) Controller",
@@ -5320,7 +5320,7 @@
        case WM_T_82573:
        case WM_T_82574:
        case WM_T_82583:
-                /* XXX sould put sw semaphore, too */
+                /* XXX should put sw semaphore, too */
                wm_put_swsm_semaphore(sc);
                break;
        case WM_T_82575:



Home | Main Index | Thread Index | Old Index