Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
34 lines
1.5 KiB
Plaintext
34 lines
1.5 KiB
Plaintext
What: /sys/firmware/ibft/initiator
|
|
Date: November 2007
|
|
Contact: Konrad Rzeszutek <ketuzsezr@darnok.org>
|
|
Description: The /sys/firmware/ibft/initiator directory will contain
|
|
files that expose the iSCSI Boot Firmware Table initiator data.
|
|
Usually this contains the Initiator name.
|
|
|
|
What: /sys/firmware/ibft/targetX
|
|
Date: November 2007
|
|
Contact: Konrad Rzeszutek <ketuzsezr@darnok.org>
|
|
Description: The /sys/firmware/ibft/targetX directory will contain
|
|
files that expose the iSCSI Boot Firmware Table target data.
|
|
Usually this contains the target's IP address, boot LUN,
|
|
target name, and what NIC it is associated with. It can also
|
|
contain the CHAP name (and password), the reverse CHAP
|
|
name (and password)
|
|
|
|
What: /sys/firmware/ibft/ethernetX
|
|
Date: November 2007
|
|
Contact: Konrad Rzeszutek <ketuzsezr@darnok.org>
|
|
Description: The /sys/firmware/ibft/ethernetX directory will contain
|
|
files that expose the iSCSI Boot Firmware Table NIC data.
|
|
Usually this contains the IP address, MAC, and gateway of the NIC.
|
|
|
|
What: /sys/firmware/ibft/acpi_header
|
|
Date: March 2016
|
|
Contact: David Bond <dbond@suse.com>
|
|
Description: The /sys/firmware/ibft/acpi_header directory will contain files
|
|
that expose the SIGNATURE, OEM_ID, and OEM_TABLE_ID fields of the
|
|
acpi table header of the iBFT structure. This will allow for
|
|
identification of the creator of the table which is useful in
|
|
determining quirks associated with some adapters when used in
|
|
hardware vs software iscsi initiator mode.
|