Add new command pcidump.
This commit is contained in:
parent
b78d6c32e3
commit
7d462559da
4 changed files with 176 additions and 1 deletions
|
@ -827,6 +827,12 @@ module = {
|
|||
enable = pci;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = pcidump;
|
||||
common = commands/pcidump.c;
|
||||
enable = pci;
|
||||
};
|
||||
|
||||
module = {
|
||||
name = sleep;
|
||||
common = commands/sleep.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue