summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorbs135383 <none@none>2005-11-12 07:57:48 -0800
committerbs135383 <none@none>2005-11-12 07:57:48 -0800
commiteb907aea8fddc9748490fe3243e8f5fc0e31435f (patch)
tree65f4b74a204de27fb3d8b9c6ee261fd159091726 /usr/src
parentfbabab8faf7439009737ccefe9d50152b38c26d1 (diff)
downloadillumos-gate-eb907aea8fddc9748490fe3243e8f5fc0e31435f.tar.gz
6332942 Enable Nauset and StorageTek 5320 in mpxio.
6332948 Add throttle adjustment for Nauset(new DSP) in ssd.
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/io/scsi/targets/sd.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/scsi/targets/sd.c b/usr/src/uts/common/io/scsi/targets/sd.c
index 4c490ba804..74b4e2de91 100644
--- a/usr/src/uts/common/io/scsi/targets/sd.c
+++ b/usr/src/uts/common/io/scsi/targets/sd.c
@@ -608,6 +608,30 @@ static sd_disk_config_t sd_disk_table[] = {
SD_CONF_BSET_DISKSORT_DISABLED|
SD_CONF_BSET_LUN_RESET_ENABLED,
&pirus_properties },
+ { "SUN SE6940", SD_CONF_BSET_THROTTLE |
+ SD_CONF_BSET_NRR_COUNT|
+ SD_CONF_BSET_BSY_RETRY_COUNT|
+ SD_CONF_BSET_RST_RETRIES|
+ SD_CONF_BSET_MIN_THROTTLE|
+ SD_CONF_BSET_DISKSORT_DISABLED|
+ SD_CONF_BSET_LUN_RESET_ENABLED,
+ &pirus_properties },
+ { "SUN StorageTek 6920", SD_CONF_BSET_THROTTLE |
+ SD_CONF_BSET_NRR_COUNT|
+ SD_CONF_BSET_BSY_RETRY_COUNT|
+ SD_CONF_BSET_RST_RETRIES|
+ SD_CONF_BSET_MIN_THROTTLE|
+ SD_CONF_BSET_DISKSORT_DISABLED|
+ SD_CONF_BSET_LUN_RESET_ENABLED,
+ &pirus_properties },
+ { "SUN StorageTek 6940", SD_CONF_BSET_THROTTLE |
+ SD_CONF_BSET_NRR_COUNT|
+ SD_CONF_BSET_BSY_RETRY_COUNT|
+ SD_CONF_BSET_RST_RETRIES|
+ SD_CONF_BSET_MIN_THROTTLE|
+ SD_CONF_BSET_DISKSORT_DISABLED|
+ SD_CONF_BSET_LUN_RESET_ENABLED,
+ &pirus_properties },
{ "SUN PSX1000", SD_CONF_BSET_THROTTLE |
SD_CONF_BSET_NRR_COUNT|
SD_CONF_BSET_BSY_RETRY_COUNT|