diff options
author | Michael Brown | 2008-07-17 18:45:17 +0200 |
---|---|---|
committer | Michael Brown | 2008-07-17 18:45:17 +0200 |
commit | 03c80c12b8e9019554c3bd4545cf68926ee1ce47 (patch) | |
tree | ad2217eda5c315775a86708e166c85a9f04926ff /src/include/gpxe/errfile.h | |
parent | [phantom] Guard against partially-written status descriptors (diff) | |
download | ipxe-03c80c12b8e9019554c3bd4545cf68926ee1ce47.tar.gz ipxe-03c80c12b8e9019554c3bd4545cf68926ee1ce47.tar.xz ipxe-03c80c12b8e9019554c3bd4545cf68926ee1ce47.zip |
[iSCSI] Support Windows Server 2008 direct iSCSI installation
Add yet another ugly hack to iscsiboot.c, this time to allow the user to
inhibit the shutdown/removal of the iSCSI INT13 device (and the network
devices, since they are required for the iSCSI device to function).
On the plus side, the fact that shutdown() now takes flags to
differentiate between shutdown-for-exit and shutdown-for-boot means that
another ugly hack (to allow returning via the PXE stack on BIOSes that
have broken INT 18 calls) will be easier.
I feel dirty.
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r-- | src/include/gpxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h index 5717bc71..ca0abebf 100644 --- a/src/include/gpxe/errfile.h +++ b/src/include/gpxe/errfile.h @@ -155,6 +155,7 @@ #define ERRFILE_ibft ( ERRFILE_OTHER | 0x000c0000 ) #define ERRFILE_tls ( ERRFILE_OTHER | 0x000d0000 ) #define ERRFILE_ifmgmt ( ERRFILE_OTHER | 0x000e0000 ) +#define ERRFILE_iscsiboot ( ERRFILE_OTHER | 0x000f0000 ) /** @} */ |