summaryrefslogtreecommitdiff
path: root/src/hardware
AgeCommit message (Expand)Author
2017-08-01added function pci_enable_bus_mastering to enable DMA transfers on the PCI busAndreas Baumann
2017-07-27work on rtl8139 driver, can trigger interrupts nowAndreas Baumann
2017-07-27receiving the first network interruptsAndreas Baumann
2017-07-22added interrupt to PCI descriptorsAndreas Baumann
2017-07-22added 16-bit port classAndreas Baumann
2017-07-20detecting single or multi function devices in PCI scanAndreas Baumann
2017-07-16introduced classes of driver types (graphics, mouse, keyboard, network, etc.)Andreas Baumann
2017-07-15started to make driver construtors similar (keyboard, mouse)Andreas Baumann
2017-07-15reworked driver init and vtable, taking the interrupt manager and the contextAndreas Baumann
2017-07-15added a dummy RTL8139 network driverAndreas Baumann
2017-07-14removed stddef.h and limits.h (come with the compiler header files)Andreas Baumann
2017-07-08forgot to set the backpointer to the interrupt manager (interrupts_t) in theAndreas Baumann
2017-07-04got scheduling of task A and B working (now graphics output and termination i...Andreas Baumann
2017-06-14got switch to graphical VGA mode workingAndreas Baumann
2017-06-10some big renames into subdirs of aspectsAndreas Baumann