Add new command pcidump.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-01-16 20:44:11 +01:00
parent b78d6c32e3
commit 7d462559da
4 changed files with 176 additions and 1 deletions

View file

@ -827,6 +827,12 @@ module = {
enable = pci;
};
module = {
name = pcidump;
common = commands/pcidump.c;
enable = pci;
};
module = {
name = sleep;
common = commands/sleep.c;