mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 10:08:18 +00:00
ofdisk: add a comment about vscsi method
This commit is contained in:
parent
25a9b8f208
commit
a50dbb743e
@ -228,6 +228,9 @@ dev_iterate (const struct grub_ieee1275_devalias *alias)
|
|||||||
if (grub_ieee1275_open (alias->path, &ihandle))
|
if (grub_ieee1275_open (alias->path, &ihandle))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
/* This method doesn't need memory allocation for the table. Open
|
||||||
|
firmware takes care of all memory management and the result table
|
||||||
|
stays in memory and is never freed. */
|
||||||
INIT_IEEE1275_COMMON (&args.common, "call-method", 2, 3);
|
INIT_IEEE1275_COMMON (&args.common, "call-method", 2, 3);
|
||||||
args.method = (grub_ieee1275_cell_t) "vscsi-report-luns";
|
args.method = (grub_ieee1275_cell_t) "vscsi-report-luns";
|
||||||
args.ihandle = ihandle;
|
args.ihandle = ihandle;
|
||||||
|
Loading…
Reference in New Issue
Block a user