cvs commit: src/sys/dev/pci pcireg.h

2007-10-14 Thread Stephane E. Potvin
sepotvin2007-10-15 02:43:39 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/pci pcireg.h Log: MFC: - Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines. - Add the definitions for D3PME_COLD and D3PME_HOT capabilities. Approved by:

cvs commit: src/sys/dev/pci pcireg.h

2007-09-19 Thread Stephane E. Potvin
sepotvin2007-09-19 13:05:58 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: - Fix a small bit slip in PCIM_PCAP_D[0-2]PME defines. - Add the definitions for D3PME_COLD and D3PME_HOT capabilities. Reviewed by:njl (mentor), imp Approved by

cvs commit: src/sys/dev/pci pcireg.h src/sys/dev/cardbus cardbus_cis.c

2007-05-16 Thread Warner Losh
imp 2007-05-16 18:42:38 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h sys/dev/cardbus cardbus_cis.c Log: Change PCIM_CIS_ASI_TUPLE to _CONFIG. Add PCI_MAX_BAR_0 minor style nit. Add PCIM_CIS_CONFIG_MASK Revision ChangesPath

cvs commit: src/sys/dev/pci pcireg.h

2007-03-08 Thread John Baldwin
jhb 2007-03-08 16:23:05 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/pci pcireg.h Log: MFC: - Flesh out list of UART simple comms programming interfaces. - Add list of PIC base peripheral programming interfaces. - Add VPD capabil

cvs commit: src/sys/dev/pci pcireg.h

2007-03-05 Thread John Baldwin
jhb 2007-03-05 16:18:31 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: - Flesh out list of UART simple comms programming interfaces. - Add list of PIC base peripheral programming interfaces. - Add VPD capability register offsets. MFC af

cvs commit: src/sys/dev/pci pcireg.h

2007-02-09 Thread John Baldwin
jhb 2007-02-09 14:43:45 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/pci pcireg.h Log: MFC: Add constants for PCIY_VENDOR, PCIY_DEBUG, and PCIY_EXPRESS. Revision ChangesPath 1.45.2.6 +22 -0 src/sys/dev/pci/pcireg.h ___

cvs commit: src/sys/dev/pci pcireg.h

2007-02-09 Thread John Baldwin
jhb 2007-02-09 14:11:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/pci pcireg.h Log: MFC 1.52 - 1.54: Add SDHC subclass, MSI-X and HT register constants. Revision ChangesPath 1.45.2.2 +38 -0 src/sys/dev/pci/pcireg.h

cvs commit: src/sys/dev/pci pcireg.h

2007-02-02 Thread John Baldwin
jhb 2007-02-02 19:48:26 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Add constants for the PCIY_VENDOR (vendor-specific), PCIY_DEBUG (EHCI debug port), and PCIY_EXPRESS (PCI-express) capabilities. Revision ChangesPath 1.58 +

cvs commit: src/sys/dev/pci pcireg.h

2006-05-30 Thread Warner Losh
imp 2006-05-30 21:36:12 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Add a define for the Standard SD Host Controller Base Peripheral. Revision ChangesPath 1.52 +1 -0 src/sys/dev/pci/pcireg.h _

cvs commit: src/sys/dev/pci pcireg.h

2006-01-29 Thread Warner Losh
imp 2006-01-29 21:03:46 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/pci pcireg.h Log: MFC 1.46-1.51: more defines for capabilities and Cardbus CIS things. Revision ChangesPath 1.45.2.1 +20 -1 src/sys/dev/pci/pcireg.h

cvs commit: src/sys/dev/pci pcireg.h

2005-12-30 Thread Warner Losh
imp 2005-12-30 20:25:40 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Make RID2BAR actually return a number that can be plugged into PCIR_BAR() rather than a bitmask. Submitted by: ru@ Revision ChangesPath 1.51 +1 -1

cvs commit: src/sys/dev/pci pcireg.h

2005-12-29 Thread Warner Losh
imp 2005-12-29 23:40:41 UTC FreeBSD src repository Modified files: sys/dev/pci pcireg.h Log: Add a macro to map from BAR to rid # (inverse of PCIR_BARS). Revision ChangesPath 1.50 +1 -0 src/sys/dev/pci/pcireg.h __