summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptnr/him.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2015-04-25 00:32:47 +0000
committerdelphij <delphij@FreeBSD.org>2015-04-25 00:32:47 +0000
commit0ad6d83d8315c2258a42d4b0f8624ced1649f6e3 (patch)
treee4a3103e47818415e880fcc624d2ce3aeee41b13 /sys/dev/hptnr/him.h
parentb09afc6f3f088fa610e8e85066b0efc23f29fee1 (diff)
downloadFreeBSD-src-0ad6d83d8315c2258a42d4b0f8624ced1649f6e3.zip
FreeBSD-src-0ad6d83d8315c2258a42d4b0f8624ced1649f6e3.tar.gz
MFC r281387:
Merge changes from vendor driver version 1.1.1: v1.1.1 2015-03-26 * Support 4Kn drive. * Change the SCSI target ID of the disk to be the index of physical connetion to the HBA. * Support staggered drive spin up. * Fix a bug that command would be timeout because of improper interrupt service routine. * 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. Many thanks to HighPoint for continued support of FreeBSD! Relnotes: yes
Diffstat (limited to 'sys/dev/hptnr/him.h')
-rw-r--r--sys/dev/hptnr/him.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/hptnr/him.h b/sys/dev/hptnr/him.h
index 455818d..9805740 100644
--- a/sys/dev/hptnr/him.h
+++ b/sys/dev/hptnr/him.h
@@ -197,7 +197,8 @@ IDENTIFY_DATA, *PIDENTIFY_DATA;
typedef struct _HIM_DEVICE_CONFIG
{
HPT_U64 capacity;
-
+ HPT_U32 logical_sector_size;
+
DEVICE_FLAGS flags;
HPT_U8 path_id;
OpenPOWER on IntegriCloud