diff --git a/qla2x00t/doc/qla2x00t-howto.html b/qla2x00t/doc/qla2x00t-howto.html index a18d5f498..c1b00e10d 100644 --- a/qla2x00t/doc/qla2x00t-howto.html +++ b/qla2x00t/doc/qla2x00t-howto.html @@ -94,13 +94,13 @@ And on SUSE systems these packages can be installed by running the following com from the SCST downloads page or from the SCST Subversion source code repository.

- + In what follows it is assumed that the SCST trunk has been retrieved via Subversion. Installing a released SCST version is identical to installing the trunk after all downloaded SCST source code archives have been extracted in a single directory. The structure of that directory will be identical to that of the SCST trunk. - +
[root@proj ]# svn co https://svn.code.sf.net/p/scst/svn/trunk scst
After the above command finished a directory called 'scst' will have been @@ -133,14 +133,14 @@ Instructions for obtaining a distribution-specific kernel source tree vary. An e
[root@proj linux ]# pwd
 /usr/src/linux
 [root@proj linux ]# make menuconfig
- + If you have built a 32-bit kernel make sure to disable HIGHMEM4G and HIGHMEM64G, i.e.
[root@proj linux ]# grep -i highmem .config
 CONFIG_NOHIGHMEM=y
 # CONFIG_HIGHMEM4G is not set
 # CONFIG_HIGHMEM64G is not set
- + If you have built a 32-bit kernel on a system with more than 1GB of memory, consider to change CONFIG_VMSPLIT option to an appropriate value. @@ -178,7 +178,7 @@ Unload the qla2xxx kernel module provided by your Linux distribution and blackli Verify that compilation and installation succeeded:
[root@proj scst]# ls -l /lib/modules/`uname -r`/extra/qla2*
 -rw-r--r--  1 root root  36756 Jun 20 18:46 qla2x00tgt.ko
--rw-r--r--  1 root root 160192 Jun 20 18:46 qla2xxx_scst.ko   
+-rw-r--r--  1 root root 160192 Jun 20 18:46 qla2xxx_scst.ko
 
@@ -194,7 +194,7 @@ Unload the qla2xxx kernel module provided by your Linux distribution and blackli total 232 drwxr-xr-x 2 root root 4096 Jun 20 18:43 dev_handlers -rw-r--r-- 1 root root 36756 Jun 20 18:46 qla2x00tgt.ko --rw-r--r-- 1 root root 160192 Jun 20 18:46 qla2xxx_scst.ko +-rw-r--r-- 1 root root 160192 Jun 20 18:46 qla2xxx_scst.ko -rw-r--r-- 1 root root 190848 Jun 20 18:43 scst.ko [root@proj scst]# ls -l /lib/modules/`uname -r`/extra/dev_handlers @@ -208,7 +208,7 @@ total 192 -rw-r--r-- 1 root root 12563 Jun 20 18:43 scst_tape.ko -rw-r--r-- 1 root root 37937 Jun 20 18:43 scst_user.ko -rw-r--r-- 1 root root 50194 Jun 20 18:43 scst_vdisk.ko - + where: