QEMU PCI testdev driver
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "pci/pci.h"
|
||||
#include "pci/ata/ata.h"
|
||||
#include "pci/serial/serial.h"
|
||||
#include "pci/qemu/testdev/testdev.h"
|
||||
#include "io/io.h"
|
||||
#include "std/string.h"
|
||||
#include "util/util.h"
|
||||
@@ -194,6 +195,7 @@ PciDev pci_getdev(uint16_t vendorid, uint16_t deviceid, int devtype) {
|
||||
PciInitFn PCI_INIT_ARRAY[PCI_INIT_ARRAY_MAX] = {
|
||||
&pci_ata_init,
|
||||
&pci_serial_init,
|
||||
&pci_qemu_testdev_init,
|
||||
};
|
||||
|
||||
void pci_init_devs(void) {
|
||||
|
||||
Reference in New Issue
Block a user