Minor changes

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@497 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2008-09-25 09:21:44 +00:00
parent 7a3b527b88
commit ef10d158a5
5 changed files with 10 additions and 8 deletions

View File

@@ -79,10 +79,12 @@ How to configure QLogic target driver for 22xx/23xx cards
# CONFIG_HIGHMEM4G is not set</br>
# CONFIG_HIGHMEM64G is not set</br></br>
If you have system with more than 1GB of memory, consider to change CONFIG_VMSPLIT option to the correspinding value.
</br></br>
[root@proj linux ] pwd</br>
/usr/src/linux</br>
[root@proj linux ] make</br>
[root@proj linux ] make menuconfig</br>
[root@proj linux ] make bzImage</br>
[root@proj linux ] make modules</br>
[root@proj linux ] make modules_install</br>
[root@proj linux ] make install</br></br></br>

View File

@@ -210,10 +210,10 @@ done
if [ "${qla2x00t}" = "true" ]; then
add_file "qla2x00t/qla2x00-target/Makefile_in-tree" \
"drivers/scst/qla2x00-target/Makefile"
"drivers/scst/qla2xxx-target/Makefile"
add_file "qla2x00t/qla2x00-target/Kconfig" \
"drivers/scst/qla2x00-target/Kconfig"
"drivers/scst/qla2xxx-target/Kconfig"
#add_file "qla2x00t/qla2x_tgt_def.h" \
# "drivers/scst/qla2x00-target/qla2x_tgt_def.h"
@@ -223,7 +223,7 @@ if [ "${qla2x00t}" = "true" ]; then
for f in qla2x00t/qla2x00-target/*.[ch]
do
add_file "${f}" "drivers/scst/qla2x00-target/${f#qla2x00t/qla2x00-target/}"
add_file "${f}" "drivers/scst/qla2xxx-target/${f#qla2x00t/qla2x00-target/}"
done
fi

View File

@@ -249,7 +249,7 @@ config SCST_MEASURE_LATENCY
If unsure, say "N".
source "drivers/scst/iscsi-scst/Kconfig"
source "drivers/scst/qla2x00-target/Kconfig"
source "drivers/scst/qla2xxx-target/Kconfig"
source "drivers/scst/srpt/Kconfig"
endmenu

View File

@@ -1931,8 +1931,8 @@ static int scst_send_to_midlev(struct scst_cmd **active_cmd)
getnstimeofday(&ts);
cmd->pre_exec_finish = scst_sec_to_nsec(ts.tv_sec) + ts.tv_nsec;
TRACE_DBG("cmd %p (sess %p): pre_exec_finish %Ld (tv_sec %ld, "
"tv_nsec %ld)", cmd, sess, cmd->pre_exec_finish, ts.tv_sec,
ts.tv_nsec);
"tv_nsec %ld)", cmd, cmd->sess, cmd->pre_exec_finish,
ts.tv_sec, ts.tv_nsec);
}
#endif

View File

@@ -115,7 +115,7 @@
<h1>Documentation</h1>
<p><a href="scst_pg.html">HTML</a></p>
<p><a href="scst_pg.pdf">PDF</a></p>
<p><a href="qla2x00t-howto.html">HOWTO For QLogic target Driver</a></p>
<p><a href="qla2x00t-howto.html">HOWTO For QLogic Target Driver</a></p>
<p><a href="scst_user_spec.txt">SCST User Interface Description</a></p>
<h1>SCST 0.9.6 graphs</h1>
<p><a href=images/init_scst.png>init_scst</a></p>