CS350 COS
COS
|
#include <stdbool.h>
#include <stdint.h>
#include <sys/kassert.h>
#include <sys/kdebug.h>
#include <sys/pci.h>
Go to the source code of this file.
Definition at line 183 of file ahci.c.
void Debug_PCIDump | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 394 of file pci.c.
void Debug_PCIList | ( | int | argc, |
const char * | argv[] | ||
) |
Definition at line 374 of file pci.c.
Definition at line 299 of file pci.c.
|
static |
Definition at line 348 of file pci.c.
Definition at line 168 of file e1000.c.
void PCI_Configure | ( | PCIDevice * | dev | ) |
Definition at line 249 of file pci.c.
void PCI_Init | ( | ) |
Definition at line 136 of file pci.c.
|
static |
Definition at line 226 of file pci.c.
|
static |
Definition at line 211 of file pci.c.
Definition at line 188 of file pci.c.
REGISTER_DBGCMD | ( | pcidump | , |
"PCI Device Dump" | , | ||
Debug_PCIDump | |||
) |
REGISTER_DBGCMD | ( | pcilist | , |
"PCI Device List" | , | ||
Debug_PCIList | |||
) |