summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
diff options
context:
space:
mode:
authorMichael Brown2014-06-25 15:45:08 +0200
committerMichael Brown2014-06-25 15:46:41 +0200
commitf2c116ff7d8fb9e52c9344c285012f41ee6636f1 (patch)
tree37fa3bf157ffc5fcd74ea23c0ea99058a1b9cc9b /src/include/ipxe
parent[efi] Allow device paths to be easily included in debug messages (diff)
downloadipxe-f2c116ff7d8fb9e52c9344c285012f41ee6636f1.tar.gz
ipxe-f2c116ff7d8fb9e52c9344c285012f41ee6636f1.tar.xz
ipxe-f2c116ff7d8fb9e52c9344c285012f41ee6636f1.zip
[efi] Provide a meaningful EFI SNP device name
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe')
-rw-r--r--src/include/ipxe/efi/efi_snp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/efi/efi_snp.h b/src/include/ipxe/efi/efi_snp.h
index e1b866eb..a468165c 100644
--- a/src/include/ipxe/efi/efi_snp.h
+++ b/src/include/ipxe/efi/efi_snp.h
@@ -65,7 +65,7 @@ struct efi_snp_device {
/** Driver name */
wchar_t driver_name[16];
/** Controller name */
- wchar_t controller_name[32];
+ wchar_t controller_name[64];
/** The device path
*
* This field is variable in size and must appear at the end