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 some register definitions.



details:   https://anonhg.NetBSD.org/src/rev/64be30b17273
branches:  trunk
changeset: 751204:64be30b17273
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jan 28 02:55:31 2010 +0000

description:
Add some register definitions.

diffstat:

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

diffs (19 lines):

diff -r ba6f7e0826df -r 64be30b17273 sys/dev/pci/pcireg.h
--- a/sys/dev/pci/pcireg.h      Wed Jan 27 22:18:37 2010 +0000
+++ b/sys/dev/pci/pcireg.h      Thu Jan 28 02:55:31 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcireg.h,v 1.61 2009/09/11 01:28:20 christos Exp $     */
+/*     $NetBSD: pcireg.h,v 1.62 2010/01/28 02:55:31 msaitoh Exp $      */
 
 /*
  * Copyright (c) 1995, 1996, 1999, 2000
@@ -551,7 +551,9 @@
 #define PCI_PCIE_XCAP_SI       0x01000000
 #define PCI_PCIE_DCAP          0x04
 #define PCI_PCIE_DCSR          0x08
+#define PCI_PCIE_DCSR_MAX_READ_REQ     0x7000
 #define PCI_PCIE_DCSR_ENA_NO_SNOOP     0x00000800
+#define PCI_PCIE_DSR           0x0a
 #define PCI_PCIE_LCAP          0x0c
 #define PCI_PCIE_LCSR          0x10
 #define PCI_PCIE_LCSR_ASPM_L0S 0x00000001



Home | Main Index | Thread Index | Old Index