summaryrefslogtreecommitdiff
path: root/src/hardware/pci.h
AgeCommit message (Collapse)Author
2017-08-01added function pci_enable_bus_mastering to enable DMA transfers on the PCI busAndreas Baumann
adapted interface of pci_device_get_driver to also take a pointer to the PCI controller the PCI descriptor of a device also contains bus, device and function now
2017-07-22added interrupt to PCI descriptorsAndreas Baumann
2017-07-15started to make driver construtors similar (keyboard, mouse)Andreas Baumann
passing context around to pci scanning function for driver initialization
2017-06-10some big renames into subdirs of aspectsAndreas Baumann
updated README removed size_t in sys/types.h and sys/types.h itself, size_t is in stddef.h