PERFORCE change 176621 for review

Rafal Jaworowski raj at FreeBSD.org
Wed Apr 7 15:02:28 UTC 2010


http://p4web.freebsd.org/@@176621?ac=10

Change 176621 by raj at raj_fdt on 2010/04/07 15:02:20

	Provide PCI-E defines.

Affected files ...

.. //depot/projects/fdt/sys/dev/pci/pcireg.h#3 edit

Differences ...

==== //depot/projects/fdt/sys/dev/pci/pcireg.h#3 (text+ko) ====

@@ -218,6 +218,17 @@
 
 #define	PCIR_PCCARDIF_2	0x44
 
+
+/* PCIE registers */
+#define PCIR_DCR	0x54
+#define PCIM_DCR_URR	0x0008
+#define PCIM_DCR_FER	0x0004
+#define PCIM_DCR_NFER	0x0002
+#define PCIR_DSR	0x56
+#define PCIR_LTSSM	0x404
+#define PCIM_LTSSM_L0	0x16
+
+
 /* PCI device class, subclass and programming interface definitions */
 
 #define	PCIC_OLD	0x00


More information about the p4-projects mailing list