Module Name:    src
Committed By:   msaitoh
Date:           Fri Feb 12 04:01:07 UTC 2010

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

Log Message:
- Add some PCIe config registers.
- The register at 0x1c is not Control Status register. It contains Control
  bits only. Rename it.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 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.63 src/sys/dev/pci/pcireg.h:1.64
--- src/sys/dev/pci/pcireg.h:1.63	Mon Feb  1 05:38:36 2010
+++ src/sys/dev/pci/pcireg.h	Fri Feb 12 04:01:07 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pcireg.h,v 1.63 2010/02/01 05:38:36 msaitoh Exp $	*/
+/*	$NetBSD: pcireg.h,v 1.64 2010/02/12 04:01:07 msaitoh Exp $	*/
 
 /*
  * Copyright (c) 1995, 1996, 1999, 2000
@@ -584,7 +584,14 @@
 #define PCI_PCIE_SLCSR_MS	0x00200000
 #define PCI_PCIE_SLCSR_PDS	0x00400000
 #define PCI_PCIE_SLCSR_LACS	0x01000000
-#define PCI_PCIE_RCSR		0x1c
+#define PCI_PCIE_RCR		0x1c
+#define PCI_PCIE_RSR		0x20
+#define PCI_PCIE_DCAP2		0x24
+#define PCI_PCIE_DCSR2		0x28
+#define PCI_PCIE_LCAP2		0x2c
+#define PCI_PCIE_LCSR2		0x30
+#define PCI_PCIE_SLCAP2		0x34
+#define PCI_PCIE_SLCSR2		0x38
 
 /*
  * Interrupt Configuration Register; contains interrupt pin and line.

Reply via email to