Module Name:    src
Committed By:   msaitoh
Date:           Tue Feb 18 04:08:12 UTC 2020

Modified Files:
        src/sys/dev/pci: pcireg.h

Log Message:
 Add comment.


To generate a diff of this commit:
cvs rdiff -u -r1.150 -r1.151 src/sys/dev/pci/pcireg.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/pci/pcireg.h
diff -u src/sys/dev/pci/pcireg.h:1.150 src/sys/dev/pci/pcireg.h:1.151
--- src/sys/dev/pci/pcireg.h:1.150	Sat Jan 25 08:13:39 2020
+++ src/sys/dev/pci/pcireg.h	Tue Feb 18 04:08:12 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcireg.h,v 1.150 2020/01/25 08:13:39 msaitoh Exp $	*/
+/*	$NetBSD: pcireg.h,v 1.151 2020/02/18 04:08:12 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1995, 1996, 1999, 2000
@@ -603,7 +603,7 @@ typedef u_int8_t pci_revision_t;
 #define	PCI_PMCSR_PME_EN	0x00000100
 #define PCI_PMCSR_DATASEL_MASK	0x00001e00
 #define PCI_PMCSR_DATASCL_MASK	0x00006000
-#define PCI_PMCSR_PME_STS	0x00008000
+#define PCI_PMCSR_PME_STS	0x00008000 /* PME Status (R/W1C) */
 #define PCI_PMCSR_B2B3_SUPPORT	0x00400000
 #define PCI_PMCSR_BPCC_EN	0x00800000
 #define PCI_PMCSR_DATA		0xff000000

Reply via email to