參數(shù)資料
型號: LSI53C141
英文描述: LSI53C141 SCSI Bus Expander technical manual v2.1 11/00
中文描述: LSI53C141 SCSI總線擴展技術(shù)手冊2.1 11/00
文件頁數(shù): 86/166頁
文件大小: 1330K
代理商: LSI53C141
3-38
SAF-TE Source Code
//SUCCESSFUL
//firmware upload failed.
if (SENSE != 0x09 || ASC != 0x80 || ASCQ != 0x02)
return;
// TWS data transfer error
//Correct Sense Data - continue.
bytes_left -= bytes_to_send; //Number of bytes left to send.
dataptr += bytes_to_send;
//Increment the pointer
}
//Firmware upload to serial EEPROM is successful.
//Set cl_byte_count to CLBC_UPDATE_STRUCTURE
if ((status=SCSI_Write_Buffer (Mode_4, 0xFE0000, buffer)) != GOOD)
{
Request_Sense();
//Error on the SCSI Transfer
return;
}
//Make sure TWS has completed data transfer - should be in
//SUCCESS state.
//Set cl_byte_count to CLBC_REBOOT - ready to download to
//program memory and begin execution.
if ((status=SCSI_Write_Buffer (Mode_4, 0xFD0000, buffer)) != GOOD)
{
Request_Sense();
//Error on the SCSI Transfer
return;
}
相關(guān)PDF資料
PDF描述
LSI53C1510 LSI53C1510 I2O-Ready PCI RAID Ultra2 SCSI Controller technical manual v2.2 4/01
LSI53C180 LSI53C180 Ultra160 SCSI Bus Expander technical manual v1.3 6/01
LSI53C770 LSI53C770 Ultra SCSI I/O Processor technical manual v2.1 3/01
LSI53C810A LSI53C810A PCI to SCSI I/O Processor technical manual v2.1 3/01
LSI53C810AE LSI53C810AE single-chip PCI-SCSI controller
相關(guān)代理商/技術(shù)參數(shù)
參數(shù)描述
LSI53C1510 制造商:未知廠家 制造商全稱:未知廠家 功能描述:LSI53C1510 I2O-Ready PCI RAID Ultra2 SCSI Controller technical manual v2.2 4/01
LSI53C180 制造商:未知廠家 制造商全稱:未知廠家 功能描述:LSI53C180 Ultra160 SCSI Bus Expander technical manual v1.3 6/01
LSI53C180C1 制造商:LSI 功能描述: 制造商:LSI Corporation 功能描述:
LSI53C770 制造商:未知廠家 制造商全稱:未知廠家 功能描述:LSI53C770 Ultra SCSI I/O Processor technical manual v2.1 3/01
LSI53C810A 制造商:未知廠家 制造商全稱:未知廠家 功能描述:LSI53C810A PCI to SCSI I/O Processor technical manual v2.1 3/01