From eb907aea8fddc9748490fe3243e8f5fc0e31435f Mon Sep 17 00:00:00 2001 From: bs135383 Date: Sat, 12 Nov 2005 07:57:48 -0800 Subject: 6332942 Enable Nauset and StorageTek 5320 in mpxio. 6332948 Add throttle adjustment for Nauset(new DSP) in ssd. --- usr/src/uts/common/io/scsi/targets/sd.c | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'usr/src') 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| -- cgit v1.2.3