Company
Centos
Categories
HD Controller & Removable drive
Model
Centos CI-1550U10
Description
Ultra ATA100 IDE RAID Controller
Operating Systems
Linux open source
Version Driver
1.31
Size Driver
70Kb
File Name
hpt3xx_v131.tgz
Info
If you wish to use RAID controller with a Linux OS, the controller¡¦s BIOS must be updated to v2.1Driver sets include the BIOS, river, doc. And RAID management software Overview
---------------------
This package contains Linux driver source code for HighPoint
products - HPT370/370A/372/372A ATA RAID controllers.
The source code is for kernel updating purposes - you can use this
source code to build a driver, if you cannot find one in HighPoint
Linux driver release package.
NO WARRANTY
THE DRIVER SOURCE CODE HIGHPOINT PROVIDED IS FREE OF CHARGE, AND THERE IS
NO WARRANTY FOR THE PROGRAM. THERE ARE NO RESTRICTIONS ON THE USE OF THIS
FREE SOURCE CODE. HIGHPOINT DOES NOT PROVIDE ANY TECHNICAL SUPPORT IF THE
CODE HAS BEEN CHANGED FROM ORIGINAL SOURCE CODE.
LIMITATION OF LIABILITY
IN NO EVENT WILL HIGHPOINT BE LIABLE FOR DIRECT, INDIRECT, SPECIAL,
INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR
INABILITY TO USE THIS PRODUCT OR DOCUMENTATION, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES. IN PARTICULAR, HIGHPOINT SHALL NOT HAVE
LIABILITY FOR ANY HARDWARE, SOFTWARE, OR DATA STORED USED WITH THE
PRODUCT, INCLUDING THE COSTS OF REPAIRING, REPLACING, OR RECOVERING
SUCH HARDWARE, OR DATA.
2. Files List
---------------------
readme.txt
hpt.c
baseproc.s
hptkern.h
hptglb.h
hpt.h
Makefile
rules.mak
hpt37x2lib.o (not needed for non-RAID driver)
3. Build the driver
1) Preparation
Users need to install the kernel source package before building the driver.
If the kernel contains built-in IDE support for your HPT37x controller,
you must rebuild and install a kernel without HPT37x controller support
before using this driver. Please refer to kernel documents for how to
configure/update the kernel.
2) Extract the driver files to somewhere.
3) Build the driver (example for RedHat 7.2 i686 type kernel):
# make KERNELDIR=/usr/src/linux-2.4.7-10
Available make options:
KERNELDIR=...
Specify kernel source directory.
NON_RAID=1
Build driver without RAID support.
BOOT=1
Define __BOOT_KERNEL_BOOT.
SMP=1
Define __BOOT_KERNEL_SMP for SMP kernels.
ATHLON=1
Build driver for Red Hat Linux athlon kernel.