Lines Matching +full:hptnr_lib +full:. +full:o

2 Copyright (C) 2015 HighPoint Technologies, Inc. All rights reserved.
7 v1.1.4 2015-06-09
8 * Fix a bug that FailLED was not initialized properly.
10 v1.1.3 2015-05-19
11 * Support Report Luns command.
13 v1.1.2 2015-05-05
14 * Fix a bug that report wrong physical sector size for 512e HDD.
16 v1.1.1 2015-03-26
17 * Support 4Kn drive.
18 * Change the SCSI target ID of the disk to be the index of physical connetion to the HBA.
19 * Support staggered drive spin up.
20 * Fix a bug that command would be timeout because of improper interrupt service routine.
21 * Error handling to avoid scsi command lost which caused system hang up.
22 * Fix a bug that fail to get the devcie's serial number via FreeNAS WebGUI.
24 v1.0.1 2014-8-19
26 disable spin up feature.
28 10th LBA.
30 cases.
31 * Support smartmontool for R750.
33 v1.0 2013-7-3
38 1. Overview
42 SATA Controller: R750, DC7280.
47 NO WARRANTY FOR THE PROGRAM. THERE ARE NO RESTRICTIONS ON THE USE OF THIS
48 FREE SOURCE CODE. HIGHPOINT DOES NOT PROVIDE ANY TECHNICAL SUPPORT IF THE
49 CODE HAS BEEN CHANGED FROM ORIGINAL SOURCE CODE.
56 POSSIBILITY OF SUCH DAMAGES. IN PARTICULAR, HIGHPOINT SHALL NOT HAVE
59 SUCH HARDWARE, OR DATA.
62 2. Rebuild the kernel with HighPoint Rocket support
65 1) Install kernel source package and building tools.
70 # tar xvzf /your/path/to/HPTNR_FreeBSD_Src_1.x.x_xx_xx_xx.tgz
72 3) Update the kernel configuration file to include the HighPoint source.
84 5) For i386 system, edit /usr/src/sys/conf/files.i386 and append the lines
87 hptnr_lib.o optional hptnr \
88 dependency "$S/dev/hptnr/i386-elf.hptnr_lib.o.uu" \
89 compile-with "uudecode < $S/dev/hptnr/i386-elf.hptnr_lib.o.uu" \
92 dev/hptnr/hptnr_os_bsd.c optional hptnr
93 dev/hptnr/hptnr_osm_bsd.c optional hptnr
94 dev/hptnr/hptnr_config.c optional hptnr
96 For amd64 system, edit /usr/src/sys/conf/files.amd64 and append the lines
99 hptnr_lib.o optional hptnr \
100 dependency "$S/dev/hptnr/amd64-elf.hptnr_lib.o.uu" \
101 compile-with "uudecode < $S/dev/hptnr/amd64-elf.hptnr_lib.o.uu" \
104 dev/hptnr/hptnr_os_bsd.c optional hptnr
105 dev/hptnr/hptnr_osm_bsd.c optional hptnr
106 dev/hptnr/hptnr_config.c optional hptnr
110 a) for FreeBSD 5.x-i386/6.x-i386/7.x-i386/8.x-i386/9.x-i386/10.x-i386:
114 # cd ../compile/MYKERNEL/
119 b) for FreeBSD 5.x-amd64/6.x-amd64/7.x-amd64/8.x-amd64/9.x-amd64/10.x-amd64:
123 # cd ../compile/MYKERNEL/
128 c) for FreeBSD 4.x:
132 # cd ../../compile/MYKERNEL/
138 /boot/defaults/loader.conf, please remove the entry hptnr_load="YES"
139 from loader.conf to prevent the driver from being loaded twice.
141 7) Reboot from the new kernel.
144 3. Build/Load the driver as a kernel module
147 1) Install kernel source package and building tools.
152 # tar xvzf /your/path/to/HPTNR_FreeBSD_Src_1.x.x_xx_xx_xx.tgz
162 For FreeBSD 4.x:
164 # cp hptnr.ko /modules/
166 For FreeBSD 5.x/6.x/7.x/8.x/9.x/10.x:
168 # cp hptnr.ko /boot/kernel/
170 6) Reboot and load the driver under loader prompt. e.g:
179 (mailto:jkh@narf.osd.bsdi.com, Sat Apr 21 08:46:19 GMT 2001)
180 Loading /boot/defaults/loader.conf
183 Hit [Enter] to boot immediagely, or any other key for command prompt.
187 Type '?' for a list of commands, 'help' for more detailed help.
189 /modules/hptnr.ko text=0xf571 data=0x2c8+0x254
192 For FreeBSD 5.x/6.x/7.x/8.x/9.x/10.x, you can select 6 on the boot menu to get a loader
193 prompt.
195 7) You can add a below line into /boot/defaults/loader.conf to load the
201 package for more information.
209 most of your questions here. If you need further assistance, please
210 contact us. We offer the following support and information services:
213 answers to common questions, and other topics. The Web Site is
215 http://www.highpoint-tech.com.
217 2) For technical support, send e-mail to support@highpoint-tech.com
220 (http://www.highpoint-tech.com) to check if there is a new or
221 updated device driver for your system.