diskio: Support EDD 4 16-byte device paths
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 17 Jan 2011 19:54:45 +0000 (11:54 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 17 Jan 2011 19:54:45 +0000 (11:54 -0800)
commit808d43ea43c9df30a0a6922ef4cb4678634d41ab
tree0e31164d2c9dc59a89f19a4600ed846979423698
parent435b86cb288b9020d66ddd82c41bda14a4df5ccc
diskio: Support EDD 4 16-byte device paths

EDD 4 has 16-byte device path information.  Make the EDD buffer big
enough to capture that.  Note that the location of the device path
checksum actually depends on the device path length information field!

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/fs/diskio.c