Deleted Added
sdiff udiff text old ( 256281 ) new ( 270810 )
full compact
1Rocket Controller Driver for FreeBSD
2Copyright (C) 2013 HighPoint Technologies, Inc. All rights reserved.
3
4#############################################################################
5Revision History:
6 v1.0 2013-7-3
7 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/
43 # tar xvzf /your/path/to/hptnr-freebsd-src-v1.0-130701.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
196$FreeBSD: stable/10/sys/dev/hptnr/README 252867 2013-07-06 07:49:41Z delphij $