t '/>
summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ppb.c
AgeCommit message (Expand)Author
2021-10-10Use PCI-SIG official acronyms:msaitoh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-11Forward the bridge's devhandle to the downstream bus.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-07-12Remove duplicate include of opt_ppb.h.rin
2019-07-09Identify 16GT/s.msaitoh
2019-03-01- Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicatedmsaitoh
2019-01-29 If the secondary bus is configured and the bus mastering is not enabled,msaitoh
2019-01-28 Explicitly enable bus masterling in case BIOS, UEFI or firmware don't enablemsaitoh
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-12-07- defflag PPB_USEINTRmsaitoh
2017-05-10 Fix typos.msaitoh
2017-05-09- Fix a bug that a device which has no PCIe capability incorrectlymsaitoh
2017-04-27Make ppb(4) interrupt support stable:msaitoh
2017-04-26 Disable ppb(4)'s interrupt for a while. It causes hangup on some environment.msaitoh
2017-04-26 Disable and disestablish interrupt in ppbdetach().msaitoh
2017-04-24in ppbdetach(), try to detach the children before tearing down our own state,chs
2017-04-18 Enable PCIe's interrupt as much as possilbe in ppb(4) to detect and countmsaitoh
2017-04-05 Move struct ppb_softc into ppbvar.h.msaitoh
2015-11-16Define PCIE_XCAP_{VER,TYPE}(x) and use them.msaitoh
2014-09-24Rename PCIE_XCAP_VER_* macros to avoid confusion.msaitoh
2014-09-24- Modify message of PCIe capability version. This field (PCIE_XCAP_VER_MASK)msaitoh
2013-04-21Delete "PCI_" from PCIX and PICE capability registers.msaitoh
2013-03-06ppb: fix link speed printyamt
2012-10-20Print out negotiated link width and speed for PCIe (merged frommatt
2012-01-29extend the pci_aprint_devinfo slightly to cover the cases commonlydrochner
2012-01-26put printing of the pci_devinfo into its own function (not inlineddrochner
2011-10-21Tell a pci(4) instance its subordinate PCI buses using a new memberdyoung
2011-08-17Redefine PCI_MSI_* and PCI_PCIE_* constants in terms of bits(3).dyoung
2011-01-10add missing breakcegger
2011-01-10ppb_fix_pcix changes:jmcneill
2010-12-11On powerpc, recognize PCI Express RC root bridges.matt
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-04-02During shutdown, detach devices in an orderly fashion.dyoung
2008-05-03device_t / softc split. Tested on amd64.cegger
2008-05-03unuspported -> unsupportedcegger
2008-02-22Add methods for detaching self and for detaching children.dyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-10-16Merge 1.34.22.7 from jmcneill-pm:joerg
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-06-28Use ANSI function decls and static.thorpej
2005-02-04de-__Pperry
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner