diff options
| author | Michael Brown | 2006-06-14 19:00:25 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-06-14 19:00:25 +0200 |
| commit | cce2e47ff4c63012810e1a3ff6f21286622631a5 (patch) | |
| tree | 1aea9283e94c979ae1f3ef10360850b97984d884 /src/include/gpxe | |
| parent | Generalise three-wire interface to generic SPI interface. (diff) | |
| download | ipxe-cce2e47ff4c63012810e1a3ff6f21286622631a5.tar.gz ipxe-cce2e47ff4c63012810e1a3ff6f21286622631a5.tar.xz ipxe-cce2e47ff4c63012810e1a3ff6f21286622631a5.zip | |
Added iSCSI boot test code
Diffstat (limited to 'src/include/gpxe')
| -rw-r--r-- | src/include/gpxe/iscsi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/iscsi.h b/src/include/gpxe/iscsi.h index c1161de95..4d0da132d 100644 --- a/src/include/gpxe/iscsi.h +++ b/src/include/gpxe/iscsi.h @@ -11,6 +11,9 @@ #include <gpxe/tcp.h> #include <gpxe/scsi.h> +/** Default iSCSI port */ +#define ISCSI_PORT 3260 + /** * iSCSI segment lengths * |
