零零社区|百姓的网上家园-互动交流平台!(0.0)=^_^=(00社区)

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz

Solaris 中调整 SCSI 参数的方法

2013-4-5 11:34| 发布者: 123456000000| 查看: 15| 评论: 0

摘要: 先看看/usr/include/sys/scsi/autoconf.h中有关SCSI_OPTION的参数: #defineSCSI_OPTIONS_DR0x8/*Globaldisconnect/reconnect*/ #defineSCSI_OPTIONS_LINK0x10/*Globallinkedcommands*/ #defineSCSI_OPTIONS_SYNC0x20 ...
先看看 /usr/include/sys/scsi/autoconf.h 中有关 SCSI_OPTION 的参数 :

#define SCSI_OPTIONS_DR         0x8     /* Global disconnect/reconnect  */
#define SCSI_OPTIONS_LINK       0x10    /* Global linked commands */
#define SCSI_OPTIONS_SYNC       0x20    /* Global synchronous xfer capability *
#define SCSI_OPTIONS_PARITY     0x40    /* Global parity support */
#define SCSI_OPTIONS_TAG        0x80    /*   "    tagged command support */
#define SCSI_OPTIONS_FAST       0x100   /*   "    FAST scsi support */
#define SCSI_OPTIONS_WIDE       0x200   /*   "    WIDE scsi support */
#define SCSI_OPTIONS_FAST20     0x400   /*   "    FAST20 scsi support */

        看到了吧, 如果你想 enable 某个 function, 那就把它 add 起来(注意是
        HEX !), 然後在 /etc/system 中加一行 :

        set scsi_options = 0x(你的数值),
        reboot 就行啦  :)

路过

雷人

握手

鲜花

鸡蛋

相关阅读

发表评论

最新评论

相关分类


Archiver|手机版|小黑屋|00社区

GMT+8, 2023-1-31 10:51 , Processed in 0.043903 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部