[ 永遠的UNIX::UNIX技術資料的寶庫 ]   GB | BIG5

首頁 > 系統管理 > Solaris > 正文
Solaris 中調整 SCSI 參數的方法
不詳 (2001-05-17 20:10:00)
先看看 /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 就行啦  :)
(http://www.fanqiang.com)
    進入【UNIX論壇

相關文章
 

★  樊強制作 歡迎分享  ★