Deleted Added
full compact
README (256281) README (270810)
1Rocket Controller Driver for FreeBSD
1Rocket Controller Driver for FreeBSD
2Copyright (C) 2013 HighPoint Technologies, Inc. All rights reserved.
2Copyright (C) 2014 HighPoint Technologies, Inc. All rights reserved.
3
4#############################################################################
5Revision History:
3
4#############################################################################
5Revision History:
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
6 v1.0 2013-7-3
15 v1.0 2013-7-3
7 First source code release
16 *First source code release
8
9#############################################################################
10
111. Overview
12---------------------
13 This package contains FreeBSD driver source code for HighPoint Rocket
14 controller, include:
15 SATA Controller: R750, DC7280.

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

352. Rebuild the kernel with HighPoint Rocket support
36-----------------------------------------------
37
38 1) Install kernel source package and building tools.
39
40 2) Extract the driver files under the kernel source tree:
41
42 # cd /usr/src/sys/
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/
43 # tar xvzf /your/path/to/hptnr-freebsd-src-v1.0-130701.tgz
52 # tar xvzf /your/path/to/hptnr_freebsd_src_v1.0.1_14_08_19.tgz
44
45 3) Update the kernel configuration file to include the HighPoint source.
46 Assume the configure file is GENERIC, and new kernel configure file is
47 MYKERNEL:
48
49 # cd i386/conf (or amd64/conf for AMD64)
50 # cp GENERIC MYKERNEL
51

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

188 http://www.highpoint-tech.com.
189
190 2) For technical support, send e-mail to support@highpoint-tech.com
191
192 NOTE: Before you send an e-mail, please visit our Web Site
193 (http://www.highpoint-tech.com) to check if there is a new or
194 updated device driver for your system.
195
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
196$FreeBSD: stable/10/sys/dev/hptnr/README 252867 2013-07-06 07:49:41Z delphij $
205$FreeBSD: stable/10/sys/dev/hptnr/README 270810 2014-08-29 13:06:30Z delphij $