diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-03-20 09:16:13 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-03-22 09:55:09 +0000 |
commit | ab5b3abbbac98eb52109c34058e1999df7dd0b86 (patch) | |
tree | dd5564fe02cc6ac8f69c21ad98142edf75f7c69e /src/include/ipxe/sanboot.h | |
parent | 311a5732c8baa7ceb4f23db51dcbb5015e2ef965 (diff) | |
download | ipxe-ab5b3abbbac98eb52109c34058e1999df7dd0b86.tar.gz |
[int13] Allow drive to be hooked using the natural drive number
Interpret the maximum drive number (0xff for hard disks, 0x7f for
floppy disks) as meaning "use natural drive number".
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/sanboot.h')
-rw-r--r-- | src/include/ipxe/sanboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/sanboot.h b/src/include/ipxe/sanboot.h index 57025f2c6..041e18935 100644 --- a/src/include/ipxe/sanboot.h +++ b/src/include/ipxe/sanboot.h @@ -70,7 +70,7 @@ unsigned int san_default_drive ( void ); * * @v uri URI * @v drive Drive number - * @ret rc Return status code + * @ret drive Drive number, or negative error */ int san_hook ( struct uri *uri, unsigned int drive ); |