Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci Add MDIC_WA and CLSEMWA to snprintb() string for...



details:   https://anonhg.NetBSD.org/src/rev/a0f3df630843
branches:  trunk
changeset: 834314:a0f3df630843
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Aug 08 03:15:18 2018 +0000

description:
Add MDIC_WA and CLSEMWA to snprintb() string for WM_F_* flags.

diffstat:

 sys/dev/pci/if_wmvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 82b1e4305e5f -r a0f3df630843 sys/dev/pci/if_wmvar.h
--- a/sys/dev/pci/if_wmvar.h    Wed Aug 08 02:26:08 2018 +0000
+++ b/sys/dev/pci/if_wmvar.h    Wed Aug 08 03:15:18 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wmvar.h,v 1.38 2018/04/12 03:25:08 msaitoh Exp $    */
+/*     $NetBSD: if_wmvar.h,v 1.39 2018/08/08 03:15:18 msaitoh Exp $    */
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -105,7 +105,7 @@
        "\15" "PCIX"    "\16" "CSA"     "\17" "PCIE"    "\20" "SGMII"   \
        "\21" "NEWQUEUE" "\22" "ASF_FIRM" "\23" "ARC_SUBSYS" "\24" "AMT" \
        "\25" "MANAGE"  "\26" "WOL"     "\27" "EEE"     "\30" "ATTACHED" \
-       "\31" "_B24"    "\32" "PCS_DIS_AUTONEGO" "\33" "PLLWA"
+       "\31" "MDIC_WA" "\32" "PCS_DIS_AUTONEGO" "\33" "PLLWA" "\40" "CLSEMWA"
 
 /*
  * Variations of Intel gigabit Ethernet controller:



Home | Main Index | Thread Index | Old Index