Deleted Added
full compact
README (270810) README (281957)
1Rocket Controller Driver for FreeBSD
1Rocket Controller Driver for FreeBSD
2Copyright (C) 2014 HighPoint Technologies, Inc. All rights reserved.
2Copyright (C) 2015 HighPoint Technologies, Inc. All rights reserved.
3
4#############################################################################
5Revision History:
3
4#############################################################################
5Revision History:
6 v1.1.1 2015-03-26
7 * Support 4Kn drive.
8 * Change the SCSI target ID of the disk to be the index of physical connetion to the HBA.
9 * Support staggered drive spin up.
10 * Fix a bug that command would be timeout because of improper interrupt service routine.
11 * Error handling to avoid scsi command lost which caused system hang up.
12 * Fix a bug that fail to get the devcie's serial number via FreeNAS WebGUI.
13
6 v1.0.1 2014-8-19
7 * Do not retry the command and reset the disk when failed to enable or
8 disable spin up feature.
9 * Fix up a bug that disk failed to probe if driver failed to access the
10 10th LBA.
11 * Fix a bug that request timeout but it has been completed in certain
12 cases.
13 * Support smartmontool for R750.
14
15 v1.0 2013-7-3
14 v1.0.1 2014-8-19
15 * Do not retry the command and reset the disk when failed to enable or
16 disable spin up feature.
17 * Fix up a bug that disk failed to probe if driver failed to access the
18 10th LBA.
19 * Fix a bug that request timeout but it has been completed in certain
20 cases.
21 * Support smartmontool for R750.
22
23 v1.0 2013-7-3
16 *First source code release
24 First source code release
17
18#############################################################################
19
201. Overview
21---------------------
22 This package contains FreeBSD driver source code for HighPoint Rocket
23 controller, include:
24 SATA Controller: R750, DC7280.

--- 19 unchanged lines hidden (view full) ---

442. Rebuild the kernel with HighPoint Rocket support
45-----------------------------------------------
46
47 1) Install kernel source package and building tools.
48
49 2) Extract the driver files under the kernel source tree:
50
51 # cd /usr/src/sys/
25
26#############################################################################
27
281. Overview
29---------------------
30 This package contains FreeBSD driver source code for HighPoint Rocket
31 controller, include:
32 SATA Controller: R750, DC7280.

--- 19 unchanged lines hidden (view full) ---

522. Rebuild the kernel with HighPoint Rocket support
53-----------------------------------------------
54
55 1) Install kernel source package and building tools.
56
57 2) Extract the driver files under the kernel source tree:
58
59 # cd /usr/src/sys/
52 # tar xvzf /your/path/to/hptnr_freebsd_src_v1.0.1_14_08_19.tgz
60 # tar xvzf /your/path/to/hptnr-freebsd-src-v1.0-130701.tgz
53
54 3) Update the kernel configuration file to include the HighPoint source.
55 Assume the configure file is GENERIC, and new kernel configure file is
56 MYKERNEL:
57
58 # cd i386/conf (or amd64/conf for AMD64)
59 # cp GENERIC MYKERNEL
60

--- 136 unchanged lines hidden (view full) ---

197 http://www.highpoint-tech.com.
198
199 2) For technical support, send e-mail to support@highpoint-tech.com
200
201 NOTE: Before you send an e-mail, please visit our Web Site
202 (http://www.highpoint-tech.com) to check if there is a new or
203 updated device driver for your system.
204
61
62 3) Update the kernel configuration file to include the HighPoint source.
63 Assume the configure file is GENERIC, and new kernel configure file is
64 MYKERNEL:
65
66 # cd i386/conf (or amd64/conf for AMD64)
67 # cp GENERIC MYKERNEL
68

--- 136 unchanged lines hidden (view full) ---

205 http://www.highpoint-tech.com.
206
207 2) For technical support, send e-mail to support@highpoint-tech.com
208
209 NOTE: Before you send an e-mail, please visit our Web Site
210 (http://www.highpoint-tech.com) to check if there is a new or
211 updated device driver for your system.
212
205$FreeBSD: stable/10/sys/dev/hptnr/README 270810 2014-08-29 13:06:30Z delphij $
213$FreeBSD: stable/10/sys/dev/hptnr/README 281957 2015-04-25 00:32:47Z delphij $