summaryrefslogtreecommitdiffstats
path: root/sys/arch/sgi/pci/pci_machdep.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial support for MSI-X. Only supported on amd64 for now. I have diffs tokettenis2016-05-041-1/+2
* Add a stub for the new MD hook needed to handle ACPI Power Resources.mpi2013-11-051-1/+2
* Implement pci_min_powerstate().kettenis2012-08-291-1/+3
* Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).miod2011-10-101-7/+18
* Add pci_intr_map_msi() stub.kettenis2011-05-211-1/+2
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-041-1/+4
* Add support for mapping ACPI to PCI devicesjordan2010-06-291-1/+3
* Obtain struct sgi_device_location for the console input and output devices,miod2010-04-061-5/+6
* Add an MD interface for PCI drivers to be able to retrieve the node and widgetmiod2010-03-071-1/+7
* Constify the what/name parameter of pci_intr_establish().mk2009-08-221-2/+2
* PCI-Cardbus bridge support for both O2 (macepcibr) and Octane/Origin (xbridge)miod2009-07-211-2/+13
* Make the PCI-PCI bridge initialization code bus-independent, relying on amiod2009-07-161-3/+5
* Extend xbridge to support shared interrupt handlers, and perform PCI-PCImiod2009-07-131-1/+4
* Remove unused fields of struct mips_pci_chipset.miod2008-02-161-10/+1
* Remove irrelevant code and defines.miod2007-05-201-6/+1
* spacingderaadt2004-08-101-2/+2
* initial sgi importpefo2004-08-061-0/+93