Revision file for HighPoint Rocket controller, include: SATA Controller: R750, DC7280. Copyright 2017(C) HighPoint Technologies, Inc. All rights reserved. Last updated on Jun 30, 2017. Please review this file for important information about compatibility issues and differences in operation that were discovered after our product manuals were created. In case of conflict among various parts of the documentation set, this file contains the most current information. Note: The latest firmware and product documentation will be available for download at http://www.highpoint-tech.com This file is divided into the following major sections: 1. Software Version 2. Files Listing 3. Revision History 4. BIOS Update 5. Device Driver 6. HighPoint Storage Management Software 7. Known Problems 1. Software Version ==================== Driver version: v1.2.6 Operating System: FreeNAS 11.0 (FreeBSD 11.0 x86_64) 2. Files Listing ================= postinstall Post installation script file. readme.txt This file. hptnr-11.0-amd64.ko Driver module for FreeNAS 11.0 (FreeBSD 11.0 x86_64). 3. Revision History ==================== v1.2.6 2017-06-30 * Fix a bug that WD 8T Purple Drive can't be probed. v1.2.2 2016-12-07 * Fix a bug that PowerUp command timeout. v1.2.1 2016-08-02 * Support hot plug disk in driver. v1.2.0 2016-04-28 * Support HPT LCD device. * Fix a bug that failed to probe some WD Red 6TB SATA devices. * Fix a bug that S.M.A.R.T status not returned. v1.1.4 2015-06-09 * Fix a bug that FailLED was not initialized properly. v1.1.3 2015-05-19 * Support Report Luns command. v1.1.2 2015/05/05 * Fix a bug that report wrong physical sector size for 512e HDD. v1.1.1 beta 03/26/2015 *Support 4Kn drive. v1.1.0 10/15/2014 *Error handling to avoid scsi command lost which caused system hang up. *Fix a bug that fail to get the devcie's serial number via FreeNAS WebGUI. v1.0.3 10/09/2014 *Fix a bug that command would be timeout because of improper interrupt service routine. v1.0.2 09/03/2014 *Change the SCSI target ID of the disk to be the index of physical connetion to the HBA. *Support staggered drive spin up. v1.0.1 06/30/2014 *Support smartmontool for R750. v1.0 07/03/2013 *First source code release 4. BIOS Update =============== To update BIOS for HighPoint Rocket controller, you can use HighPoint BIOS loading utility. 5. Device Driver ================= To install the device driver, please refer to the installation guide. And to install the device driver to an existed FreeNAS 11.0, please execute the following commands: tar -C /mnt -xf ./HPTNR_FreeNAS_11.0_v1.x.x_xx_xx_xx.tgz cd /mnt sh ./postinstall then, reboot the OS to let the driver work. 6. HighPoint Storage Management Software ========================================== Please refer to the installation guide and user's manual to learn how to setup and use the management software. 7. Known Problems ================== * Booting problem after drive configuration changed If you add or remove drives after OS installed, FreeBSD may have problem to boot. To solve this problem, first use Rocket controller BIOS setting utility to set boot mark on the device on which the boot blocks is installed. If the system device order does not change, you should be able to boot up. Otherwise you can follow these steps to solve the problem: 1) Reboot the system, until prompted with F1 FreeBSD F5 Drive1 Default: F1 Invalid partition >> FreeBSD/i386 BOOT Default: 0:da(0,a)/boot/loader boot: 2) Enter configuration about loader, eg: boot: 2:da(0,a)/boot/loader 3) Press 6 for command prompt when boot menu appear ok set boot_askname=y ok set boot_single=y ok boot 4) Input the location of root filesystem when asked, eg: mountroot> ufs:/dev/da2s1a 5) Press [Enter] when prompted with Enter full pathname of shell or RETURN for /bin/sh: 6) Then you can modify /etc/fstab according to current configuration, eg: # mount -o rw / # ed /etc/fstab ... 7) Press Ctl+D and enter multi-user mode. Then you can use "fdisk -B" to reinitialize the boot code contained in the disk. For details on system commands, please refer to their respective BSD manual.