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

@ -331,7 +331,7 @@ GRUB_MOD_INIT(setpci)
{
cmd = grub_register_extcmd ("setpci", grub_cmd_setpci, 0,
N_("[-s POSITION] [-d DEVICE] [-v VAR] "
"[REGISTER][=VALUE[:MASK]]"),
"REGISTER[=VALUE[:MASK]]"),
N_("Manipulate PCI devices."), options);
}