diff --git a/qla2x00t/qla2x00-target/qla2x00t-howto.html b/qla2x00t/qla2x00-target/qla2x00t-howto.html index 24f33ef6d..261e2348b 100644 --- a/qla2x00t/qla2x00-target/qla2x00t-howto.html +++ b/qla2x00t/qla2x00-target/qla2x00t-howto.html @@ -79,10 +79,12 @@ How to configure QLogic target driver for 22xx/23xx cards # CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set

+ If you have system with more than 1GB of memory, consider to change CONFIG_VMSPLIT option to the correspinding value. +

[root@proj linux ] pwd
/usr/src/linux
- [root@proj linux ] make
[root@proj linux ] make menuconfig
+ [root@proj linux ] make bzImage
[root@proj linux ] make modules
[root@proj linux ] make modules_install
[root@proj linux ] make install


diff --git a/scripts/generate-kernel-patch b/scripts/generate-kernel-patch index b9a05042b..146ff6f90 100755 --- a/scripts/generate-kernel-patch +++ b/scripts/generate-kernel-patch @@ -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 diff --git a/scst/kernel/in-tree/Kconfig.scst b/scst/kernel/in-tree/Kconfig.scst index e29c368c6..1eae1104e 100644 --- a/scst/kernel/in-tree/Kconfig.scst +++ b/scst/kernel/in-tree/Kconfig.scst @@ -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 diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index 99ce0e8f9..386fb6d52 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -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 diff --git a/www/index.html b/www/index.html index d149c7034..4a0bcded8 100644 --- a/www/index.html +++ b/www/index.html @@ -115,7 +115,7 @@

Documentation

HTML

PDF

-

HOWTO For QLogic target Driver

+

HOWTO For QLogic Target Driver

SCST User Interface Description

SCST 0.9.6 graphs

init_scst