summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorLee Duncan <lduncan@suse.com>2022-03-31 11:24:25 -0700
committerLee Duncan <lduncan@suse.com>2022-03-31 11:24:25 -0700
commit183dfc4d342f869867a04690f8cde6370ae9c0be (patch)
tree585f8c450a02f09e0d8353bc8f6150ed9ab96db5 /usr
parent61443d7db7de606c28cddfc5b9002135b8cadc9d (diff)
downloadopen-iscsi-183dfc4d342f869867a04690f8cde6370ae9c0be.tar.gz
Add a README for fwparam_ibft subdirectory.
Help explain some of the mystery of this directory.
Diffstat (limited to 'usr')
-rw-r--r--usr/fwparam_ibft/README23
1 files changed, 23 insertions, 0 deletions
diff --git a/usr/fwparam_ibft/README b/usr/fwparam_ibft/README
new file mode 100644
index 0000000..f040493
--- /dev/null
+++ b/usr/fwparam_ibft/README
@@ -0,0 +1,23 @@
+The files in this directory are used by
+iscsi programs in "usr" to access and parse
+the iBFT data.
+
+This code uses bison/lex to parse the data,
+but at some point it was decided to check in
+the output files from bison and flex, so that
+the average source-code user would not have
+to run those tools to compile the code.
+
+Now it is likely that most folks can get those
+tools, but the system of having static
+parsing and lexical analysis has worked for
+so long (and isn't broken), it would be a
+shame to change and break it. So the static
+files remain, for now.
+
+Note: if you wish to use these object files,
+they have two external requirements: they
+need the compatability routines in sysdeps.o,
+and they need the file iscsi_net_util.o.
+
+Lee Duncan Mar, 2022