CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PCI DOS

搜索资源列表

  1. Pg8139

    1下载:
  2. 解压缩到一个文件夹下,以8139C芯片为例,用记事本打开该目录下的8139c.cfg文件,修改8139c.cfg文件的第一行,将“NodeID”(网卡号)后改为所需要的新值,建议初始值为“00 E0 4C 00 00 01”,修改时注意每两位之间至少要留一个空格。 保存后再进入MS-DOS方式(注意,要在纯DOS模式下),在DOS提示符后输入“pg8139 /pci 8139c.cfg”后再按回车键,此时系统如果提示“Programming EEPROM is successfu
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:34518
    • 提供者:fyxyqjp
  1. PCIS_INT

    0下载:
  2. 在DOS下用INT调用的方式取得PCI总线的信息-used in DOS INT calling acquire PCI bus information
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:935
    • 提供者:刘国安
  1. PCIS_IO

    0下载:
  2. 在DOS下用Port IO的方式取得PCI总线的信息-DOS with the Port IO PCI obtained the information
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1076
    • 提供者:刘国安
  1. PCI_register_reader.rar

    0下载:
  2. DOS下读取PCI配置寄存器的汇编源代码。,Under DOS to read PCI configuration register the compilation of source code.
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:2882
    • 提供者:李德明
  1. pcilib

    1下载:
  2. 基于dos的PCI二次开发库,含3种模式,已在TC和BC下测试通过。-PCI-based dos secondary development libraries, including 3 modes, TC and BC in the next test.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2016-03-30
    • 文件大小:4096
    • 提供者:李勇
  1. pciset

    0下载:
  2. DOS utility 用来检查PCI device 和 修改一些系统的PCI的寄存器的工具-PCISET - changes PCI-Registers of any PCI devices PCI2ERRL- seaches a PCI device and gives an Errorlevel 1 if it isn t found ALLREGS - prints all PCI registers from 00 to FF bytewise
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:22057
    • 提供者:allan
  1. PCICOMtest

    0下载:
  2. DOS操作系统下,专门用来测试PCI串口的测试程序,非常实用-in dos system,it is very useful to test pci serial port
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:16451
    • 提供者:杨志无
  1. 5-22

    0下载:
  2. 在dos下编程,列举出系统中的全部PCI设备,显示出厂商和设备号-Under the dos program to enumerate all the PCI devices in the system, indicating that manufacturers and device number
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:744
    • 提供者:陈志超
  1. pci_ver

    0下载:
  2. DOS下读取PCI DEVICE VERSION的小程序, 键入/h查看帮助信息,开发环境BC31-PCI DEVICE VERSION under DOS to read the small program, type/h Show help information, development environment BC31
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:2668
    • 提供者:sasa
  1. PCIToolsForDOS

    1下载:
  2. 使用BC3.1开发的在DOS下检测PCI硬件信息的工具程序,包含所有源代码。-Use BC3.1 developed under the DOS test tool for PCI hardware information program, contains all the source code.
  3. 所属分类:Other systems

    • 发布日期:2016-03-30
    • 文件大小:118466
    • 提供者:胡欢
  1. PCI_ENUM_ON_dos(vc)

    0下载:
  2. 如何在DOS中枚举PCI设备,可以用来做代码参照,或者在新做PC104做作为调试工具使用。-How to enum the PCI device under DOS os, and you can refer it as vc example or debug tool for PC104
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:15346
    • 提供者:wenlonli
  1. 20090910_Ver_1.0.0

    0下载:
  2. 在DOS的系統下讀取PCI Bus 下之裝置清單的源程式代碼!-The system in DOS to read the list of devices under the PCI Bus source program code!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:744
    • 提供者:cj
  1. smi

    0下载:
  2. DOS PCI bus accessing library, written on C, uses DPMI
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:28878
    • 提供者:Vulg
  1. UPCI_registern

    0下载:
  2. DOS下读取PCI配配置寄存器的汇编源代码。 -PCI with compilation of source code of the configuration register is read under DOS.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:3125
    • 提供者:推翻
  1. SPPCILISTe

    0下载:
  2. 在dos下搜索所有的pci 设设备, 并且列出这些设备的信息。 -Search in dos all the pci based devices, and lists the information of these devices.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:8744
    • 提供者:高尚
  1. V2.10

    0下载:
  2. 在DOS环境下使用汇编语言读取PCI设备配置空间的程序源代码,I486兼容的32位程序-Read the configure space of PCI devices using the assembly language in DOS environment.
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:3404
    • 提供者:龙落云锦
  1. 8336dos

    0下载:
  2. PCI 8336 下的DOS 开发驱动。在DOS 下使用PCI总线,开发数据采集系统。该软件例程可以直接使用。-PCI 8336 CODE IN DOS。USE PCI BUS IN DOS SYSTEM。 COLLECTER CAN DERECTLY USE THIS CODE。
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-11-28
    • 文件大小:2157
    • 提供者:陈晓东
  1. prob_pci

    0下载:
  2. 在dos下检测系统中存在的所有pci设备detection system under all existing equipment pci-detection system under all existing equipment pci
  3. 所属分类:Game Program

    • 发布日期:2017-04-03
    • 文件大小:3772
    • 提供者:相信自己
  1. windows

    0下载:
  2. 支持windows、linux和DOS平台下对PLX6000、PLX8000、PLX9000等系列芯片的驱动,以实现对PCI接口产品的访问-Support for windows, linux and DOS platforms for PLX6000, PLX8000, PLX9000 series chip driver, in order to achieve access to the PCI interface products
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-14
    • 文件大小:3369907
    • 提供者:木阮清
  1. 20090910_Ver_1.0.0

    0下载:
  2. 在DOS的系統下讀取PCI Bus 下之裝置清單的源程式代碼!-The system in DOS to read the list of devices under the PCI Bus source program code!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:791
    • 提供者:tocont
« 1 2 34 »
搜珍网 www.dssz.com