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 comment. No functional change.



details:   https://anonhg.NetBSD.org/src/rev/cb32470a03c4
branches:  trunk
changeset: 1024792:cb32470a03c4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Nov 05 06:15:42 2021 +0000

description:
Fix comment. No functional change.

diffstat:

 sys/dev/pci/if_wmreg.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r a73ba4e43964 -r cb32470a03c4 sys/dev/pci/if_wmreg.h
--- a/sys/dev/pci/if_wmreg.h    Fri Nov 05 05:52:49 2021 +0000
+++ b/sys/dev/pci/if_wmreg.h    Fri Nov 05 06:15:42 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_wmreg.h,v 1.120 2020/09/16 15:04:02 msaitoh Exp $   */
+/*     $NetBSD: if_wmreg.h,v 1.121 2021/11/05 06:15:42 msaitoh Exp $   */
 
 /*
  * Copyright (c) 2001 Wasabi Systems, Inc.
@@ -974,8 +974,8 @@
 #define        WMREG_PHPM      0x0e14  /* PHY Power Management */
 #define        PHPM_SPD_EN             __BIT(0)        /* Smart Power Down */
 #define        PHPM_D0A_LPLU           __BIT(1)        /* D0 Low Power Link Up */
-#define        PHPM_NOND0A_LPLU        __BIT(2)        /* D0 Low Power Link Up */
-#define        PHPM_NOND0A_GBE_DIS     __BIT(3)        /* D0 Low Power Link Up */
+#define        PHPM_NOND0A_LPLU        __BIT(2)        /* Non-D0a LPLU */
+#define        PHPM_NOND0A_GBE_DIS     __BIT(3)        /* Disable 1G in non-D0a */
 #define        PHPM_GO_LINK_D          __BIT(5)        /* Go Link Disconnect */
 
 #define WMREG_EEER     0x0e30  /* Energy Efficiency Ethernet "EEE" */



Home | Main Index | Thread Index | Old Index