readme.txt Driver File Contents (SATA_RAID.zip)

        ------------------------------------------------------------------------------------
          	     ULi SATA Linux SCSI driver for 2.6.8
        ------------------------------------------------------------------------------------

                    Copyright (c) 2004, ULi Electronics Inc.
         

------------------
CONTENTS
------------------
1. ULi M5289 SATA Controller Core
2. File Signature
3. Installation Guide 
4. Revision History
5. Disclaimer


1. ULi M5289 SATA Controller Core
============================================= 
You can use command
        /sbin/lspci -n 
    or
        cat /proc/pci | grep 5289
to determine whether ULi M5289 SATA controller exists in your 
system. If yes, simply follow the steps below to install the driver.

This driver is dedicated to support ULi M5289 SATA Controller 
under Linux platform.

Any improper use of this module, such as combining it with different 
hardware and/or software environment, may produce unpredicable results.
The author of the driver and its property owner do not have 
responsibility for any property lose or damage.


2. File Signature
====================
./driver/			M5289 2.6.8 driver
./sample/			sample Kconfig and Makefile
readme.txt                     	this file

3.Installation Guide
====================
To install the driver, you should reconfigure and recompile your Linux 
kernel as follows:

Make sure your kernel version number is 2.6.8.

Copy sata_uli.c to /usr/src/linux-2.6.8/drivers/scsi/, and modify the
following file in this directory.

1.Kconfig.in
add the following lines to Config.in file.(refer to the Config.in file we provide to you)

config SCSI_SATA_ULI
	tristate "ULI SATA support"
	depends on SCSI_SATA && PCI
	help
	  This option enables support for ULI Serial ATA M5289.

	  If unsure, say N.

2.Makefile
add the following lines to Makefile.(refer to the Makefile we provide to you)

obj-$(CONFIG_SCSI_SATA_ULI)	+= libata.o sata_uli.o

------------------------------------
Install as a kernel module
------------------------------------

  Step 1: 
        Change directory to /usr/src/linux-2.6.8
        Use the command "make menuconfig" or "make xconfig", and make 
        sure "ULI SATA support" is set as module.
	
	Example:	
	Select "Device Drivers"
        Select "SCSI Device Support"
        Select "SCSI low-level drivers"
	Select "Serial ATA(SATA) support" as "y"
        Select "ULi SATA support" as "m"

  Step 3:
	make
	make modules_install

  Step 4:
         modprobe sata_uli	


------------------------------------------
Install as a part of linux kernel
------------------------------------------

  Step 1:
        Change directory to /usr/src/linux-2.6.8
        Use the command "make menuconfig" or "make xconfig", and make 
        sure "ULi SATA support" is set as kernel.
	
	Example:	
	Select "Device Drivers"
        Select "SCSI Device Support"
        Select "SCSI low-level drivers"
	Select "Serial ATA(SATA) support" as "y"
        Select "ULi SATA support" as "y"
	
  Step 3:
	make
	cp arch/i386/boot/bzImage /boot

  Step 4:
	If you use grub to boot your linux, then
	  1) Modify the file /etc/grub.conf by adding
		title 2.6.8
		root (hd0,2)
		kernel /boot/bzImage ro root=/dev/hd1
		The disk partition where your linux resides in, 
                for example: /dev/hda1
	  2) Reboot and select the kernel 2.6.8 
  

4. Revision History
===================
         V0.90	- First release. 


5. Disclaimer
=============
Product names used in this file are for identification purposes only 
and may be trademarks of their respective owners.

No part of this file may be copied or reproduced without written 
consent from ULi Electronics.

ULi Electronics makes no warranty for the use of its products and 
assumes no responsibility for any errors which may appear in this file 
nor does it make a commitment to update the information contained 
herein.

ULi Electronics retains the right to make changes to these 
specifications at any time, without notice.
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 0.84