*************************************************************************
*                                                                       *
*  Copyright M-Systems (c) 2001	                                        *
*                                                                       *
*  DiskOnChip (R) TrueFFS version 5.0.0  August 1st, 2001		*
*                                                                       *
*  TrueFFS for DiskOnChip(R) Products Family on Linux  - Release notes  *
*                                                                       *
*************************************************************************

General
--------
The 'linuxdrv' directory contains M-Systems' TrueFFS driver files for Linux 
Kernel versions 2.0.x, 2.2.x, and 2.4.x for the entire DiskOnChip product line.

This version is backward compatible with all DiskOnChip products and supports 
M-Systems' latest products (the DiskOnChip Millennium Plus and the DiskOnChip 
2000 TSOP). 
  
For detailed information on how to use TrueFFS utilities, please refer to the 
DiskOnChip Utilities User Manual. For the most updated manuals and 
documentation, please see M-Systems' web site (http://www.m-sys.com) or send 
your requests to e-mail: info@m-sys.com

Installation
------------
To install DiskOnChip as an alternative disk drive run the below:

Usage:
-----
    insmod doc.o [fl_winl=segment] [fl_winh=segment] 
                 [fl_part_prot=npart fl_key_prot="password"]
		 [fl_nftl_cache=0|1] [fl_policy=0|1] [fl_is_ram_check=0|1]
		 [fl_multidoc=0|1] [fl_8bit_access=0|1]

    fl_winl;fl_winh - Set the upper and top memory range in which driver will 
                      search for DiskOnChip. Default values WINL=0xc000 
		      and WINH=0xd800.
		      
    fl_part_prot; fl_key_prot - Enables insert protection key to BDTL partition
                                number "npart" before loading driver. 
				npart - 8 bit value; 4 LSB - DiskOnChip number, 
				4 MSB - BDTL partition number
				
    fl_nftl_cache; fl_policy; fl_is_ram_check; fl_multidoc; fl_8bit_access -  
	Sets environment variables (see "App Note 46 - DiskOnChip Extended 
	Functionality") before loading driver. Defaults:  1, 0, 0, 0, 0.


