Add new command pcidump.
This commit is contained in:
parent
b78d6c32e3
commit
7d462559da
4 changed files with 176 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue