summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/io/pciex
AgeCommit message (Collapse)AuthorFilesLines
2009-11-13PSARC/2009/396 Tickless Kernel Architecture / lbolt decouplingRafael Vanoni1-2/+2
6860030 tickless clock requires a clock() decoupled lbolt / lbolt64 Portions contributed by Chad Mynhier <cmynhier@gmail.com>
2009-11-116880856 Need workaround for Intel 5500/5520 Error Source Id errataPavel Potoplyak1-0/+5
2009-11-086897970 'hotplug set' prints unexpected warning messages sometimesEvan Yan2-12/+42
2009-11-02PSARC/2008/181 Solaris Hotplug FrameworkEvan Yan6-364/+6766
6837240 Solaris Hotplug Framework 6783012 Add support for PCIe Alternate Routing-ID Interpretation 6638136 remove obsolete ndi_ra_xxx logic from px_msi code 6695081 Race condition between pciehpc_intr() and pciehpc_init() --HG-- rename : usr/src/uts/common/io/hotplug/pciehpc/pciehpc.c => usr/src/uts/common/io/pciex/hotplug/pciehpc.c rename : usr/src/uts/common/io/hotplug/pcishpc/pcishpc.c => usr/src/uts/common/io/pciex/hotplug/pcishpc.c rename : usr/src/uts/intel/io/hotplug/pciehpc/pciehpc_acpi.c => usr/src/uts/intel/io/pciex/hotplug/pciehpc_acpi.c rename : usr/src/uts/intel/io/hotplug/pciehpc/pciehpc_acpi.h => usr/src/uts/intel/sys/hotplug/pci/pciehpc_acpi.h rename : usr/src/uts/sparc/pcicfg.e/Makefile => usr/src/uts/sparc/pcicfg/Makefile rename : usr/src/uts/sun4/io/pcicfg.e.c => usr/src/uts/sun4/io/pcicfg.c
2009-10-126765706 Panic assertion failed: pwr_p->pwr_hold ↵Ramesh Chitrothu1-2/+11
>0,file:../../sun4/io/px/pcie_pwr.c,line: 698
2009-10-096875564 assertion failed: un->un_pm_count == 0, file: ↵Shesha Sreenivasamurthy1-89/+90
../../common/io/scsi/targets/sd.c, line: 9852 --HG-- rename : usr/src/uts/sparc/io/pciex/pcie_plat.c => usr/src/uts/sparc/io/pciex/pcie_sparc.c
2009-08-276874831 pcieb_intr_init should call pcieb_intr_fini on error.Shesha Sreenivasamurthy1-2/+5
2009-08-176869836 warning emitted during boot - pcieb2: Failed setting hotplug frameworkKrishna Elango1-3/+2
2009-07-276806540 SPARC and x86 bridge/switch nexus driver should be mergedKrishna Elango6-0/+7688
--HG-- rename : usr/src/uts/common/io/pcie.c => usr/src/uts/common/io/pciex/pcie.c rename : usr/src/uts/common/io/pcie_fault.c => usr/src/uts/common/io/pciex/pcie_fault.c rename : usr/src/uts/sun4/io/px/pcie_pwr.c => usr/src/uts/common/io/pciex/pcie_pwr.c rename : usr/src/uts/intel/io/pciex/pcie_pci.c => usr/src/uts/common/io/pciex/pcieb.c rename : usr/src/uts/intel/io/pciex/pcie_pci.conf => usr/src/uts/common/io/pciex/pcieb.conf rename : usr/src/uts/sun4/io/px/px_pci.h => usr/src/uts/common/io/pciex/pcieb.h rename : usr/src/uts/sun4/io/px/pcie_pwr.h => usr/src/uts/common/sys/pcie_pwr.h rename : usr/src/uts/intel/pcie_pci/Makefile => usr/src/uts/intel/pcieb/Makefile rename : usr/src/uts/sun4/io/px/pxb_plx.h => usr/src/uts/sparc/io/pciex/pcieb_plx.h rename : usr/src/uts/sparc/px_pci/Makefile => usr/src/uts/sparc/pcieb/Makefile rename : usr/src/uts/sparc/pxb_bcm/Makefile => usr/src/uts/sparc/pcieb_bcm/Makefile