|
My Kernel v0.1.0
|
Per-bus device struct for PCI devices. More...
#include <pci.h>
Data Structures | |
| struct | pci_bar |
| PCI Base Address Registers. More... | |
Data Fields | |
| u8 | number |
| The device number on its bus. | |
| struct pci_bus * | bus |
| The bus to which the device is connected. | |
| pci_device_id_t | id |
| The PCI device's vendor/device ID. | |
| u8 | interrupt_line |
| The PIC interrupt number used by the PCI device. | |
| interrupt_handler | interrupt_handler |
| The interrupt handler routine. | |