搜索结果
找到约 97 项符合
scsi 的查询结果
按分类筛选
- 全部分类
- SCSI/ASPI (27)
- 驱动编程 (11)
- 磁盘编程 (6)
- Linux/Unix编程 (6)
- 单片机编程 (5)
- 单片机开发 (3)
- 文章/文档 (3)
- 其他书籍 (3)
- 文件格式 (3)
- USB编程 (3)
- 嵌入式综合 (2)
- 通讯编程文档 (2)
- 软件设计/软件工程 (2)
- VC书籍 (2)
- 精品软件 (2)
- ALTERA FPGA开发软件 (1)
- DSP工具/软件 (1)
- 资料/手册 (1)
- 技术书籍 (1)
- 接口技术 (1)
- 存储器技术 (1)
- 网络 (1)
- 其他嵌入式/单片机内容 (1)
- 加密解密 (1)
- 电子书籍 (1)
- 嵌入式Linux (1)
- 操作系统开发 (1)
- 微处理器开发 (1)
- 其他 (1)
- Internet/网络编程 (1)
- 嵌入式/单片机编程 (1)
- 数据库系统 (1)
VC书籍 常见的接口:1、并行接口(每一次传送一个字或字节的全部代码)INTEL 8255
常见的接口:1、并行接口(每一次传送一个字或字节的全部代码)INTEL 8255,MC6820,Z80_PIO,传送的距离比较近。
2、串行接口:数据和控制信息是一位一位串行地传送下去,距离比较远,通常COM1使用是9针D形连接器,COM2使用是老式的DB25针连接器,
3、磁盘接口
(1)IDE接口,集成驱动器电子部件,不支持DMA数据传送,只 ...
USB编程 usb的arm 驱动
usb的arm 驱动,支持scsi协议,文件通过验证
文件格式 USB海量存储设备类规范包括四个独立的子类规范:(ATA command的那个没有) ①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Tran
USB海量存储设备类规范包括四个独立的子类规范:(ATA command的那个没有)
①USB Mass Storgage Class Control/Bulk/Interrupt(CBI)Transport
②USB Mass Storage Class Bulk-Only Transport
③USB Mass Storage Class ATA Command Block
④USB Mass Stroage Class UFI Command Specification。
前两个子规范定义了数据/ ...
其他书籍 Mass.Storage.Designing.and.Programming.Devices.and.Embedded.Hosts. 这是很难找的一本关于USB MASS STORAGE的书
Mass.Storage.Designing.and.Programming.Devices.and.Embedded.Hosts.
这是很难找的一本关于USB MASS STORAGE的书,里面对SCSI讲述很详细,强烈推荐
Linux/Unix编程 2.0.12 (May 13th, 2004) - Flag driver threads with PF_FREEZE to support software suspend. 2.0.
2.0.12 (May 13th, 2004)
- Flag driver threads with PF_FREEZE to support software suspend.
2.0.11 (May 7th, 2004)
- Avoid split-completion bugs in certain PCI-X chipsets by
breaking up large completion entry DMAs on ADB boundaries.
2.0.10 (April 9th, 2004)
- Return "command timeout" status in ...
单片机开发 用at89c5131+K9f5608开发的一个U盘的固件程序
用at89c5131+K9f5608开发的一个U盘的固件程序,bulkonly传输协议,SCSI指令集,实现了读写
SCSI/ASPI 获取系统多种硬件的序列号
获取系统多种硬件的序列号,包括:网卡、硬盘(IDE和SCSI)、CPU和BIOS。C++语言,有VS6和VS2003工程文件。
驱动编程 This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific
This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information.
This sample works on both x86 and A ...
驱动编程 This directory contains the miniport driver for INI-9100U/UW PCI_UltraSCSI Bus Master Controllers. T
This directory contains the miniport driver for INI-9100U/UW PCI_UltraSCSI Bus Master Controllers. This driver exports several functions that are used by Scsiport.sys to issue SCSI requests to the devices attached to the controller, process adapter interrupts, and various other SCSI activities.
Thi ...