- Factor out pcie_slotimpl() to check whether PCI Express slot is implemented.
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 28 Nov 2007 11:35:40 +0000 (11:35 +0000)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 28 Nov 2007 11:35:40 +0000 (11:35 +0000)
commit8c5b0f9aa6710819d5d0e071a7cabb53d5bb2e98
tree956420650258f02b8d4d1c83a3837ebdc3633f93
parentf581b688267c97b0a96d603a21b6ec5a8c9b898d
- Factor out pcie_slotimpl() to check whether PCI Express slot is implemented.
- Add external function to test whether PCI Express slot is implemented; this
  external function is sheer wrapper of pcie_slotimpl().
- Rename port type macros.
- Add some comment.
- Disable all hot-plug related interrupts on PCI Express root/downstream port.
  Add XXX comment about it.
Reminded-by: joerg@
sys/bus/pci/pci.c
sys/bus/pci/pci_pcib.c
sys/bus/pci/pcireg.h
sys/bus/pci/pcivar.h