Welcome![Sign In][Sign Up]
Location:
Search - pci firmware

Search list

[OtherRwV015

Description: RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels. -RW - Read
Platform: | Size: 929690 | Author: 使用 | Hits:

[USB developUSB.data.collecting

Description: 在数据采集系统中,USB接口技术以其高传输速度,简便的连接,以及其高通用性和高稳定性,比PCI等其他采集更适合与计算机的通信。本文系统介绍了基于USB2.0接口的数据采集系统的开发过程,以及硬件设计、固件、驱动和应用程序的设计等。本系统可实现模拟信号的采样和多路开关量输入、输出。并可通过对USB接口芯片可编程控制接口的设计实现数据的高速连续采样和传输。-Data Acquisition System, USB interface technology with a high transmission speed, ease of connectivity, and its high versatility and high stability over other PCI Acquisition is more suitable for computer communications. This paper introduced a system based on USB2.0 interface data acquisition system development process, and hardware design, firmware, Driver, and application of design. The system can be realized analog signal sampling and multi-switch input and output. Accessible through the USB interface chip programmable control interface design to achieve high-speed data transmission and continuous sampling.
Platform: | Size: 1932229 | Author: panchuxin | Hits:

[Bookslinux设备驱动程序开发详解

Description: 详细讲述了linux设备驱动程序的开发,想学习linux下设备驱动程序开发工作的人员可以参考。文件清单列出如下: linuxdriver_code_tool |-- 03 | `-- 2.6内核升级工具 | |-- device-mapper-1.00.19-2.i386.rpm | |-- lvm2-2.00.25-1.01.i386.rpm | |-- mkinitrd-4.2.0.3.tar.tar | |-- module-init-tools-3.2.2.tar.bz2 | `-- modutils-2.4.5-1.src.rpm |-- 04 | |-- 内核模块参数范例 | | `-- book.c | |-- 内核模块导出符号 | | `-- export_symb.c | `-- 最简单的内核模块 | `-- hello.c |-- 05 | `-- udev源代码 | `-- udev-114.tar.gz |-- 06 | |-- globalmem驱动 | | `-- globalmem.c | `-- 包含2个globalmem设备的驱动 | `-- globalmem_two.c |-- 07 | `-- 含并发控制的globalmem驱动 | `-- globalmem_lock.c |-- 08 | |-- globalfifo驱动 | | `-- globalfifo.c | `-- poll应用程序范例 | `-- pollmonitor.c |-- 09 | |-- 异步通知应用程序范例 | | `-- asyncmonitor.c | `-- 支持异步通知的globalfifo | `-- globalfifo_async.c |-- 10 | |-- S3C2410实时钟驱动 | | `-- s3c2410-rtc.c | `-- 秒设备驱动与应用程序 | |-- second.c | `-- second_test.c |-- 11 | |-- DMA范例 | | |-- 3c505.c | | |-- 3c505.h | | `-- dma.h | `-- 静态映射范例 | `-- mach-smdk2440.c |-- 12 | |-- NVRAM驱动 | | `-- generic_nvram.c | |-- 触摸屏驱动 | | |-- 作为input设备 | | | |-- s3c2410_ts.c | | | `-- s3c2410_ts.h | | `-- 作为普通字符设备 | | `-- s3c2410-ts.c | |-- 看门狗驱动 | | `-- s3c2410_wdt.c | `-- 平台设备 | `-- devs.c |-- 13 | |-- IDE驱动 | | |-- ide-disk.c | | `-- ide-h8300.c | `-- RAMDISK驱动 | `-- rd.c |-- 14 | |-- S3C2410串口驱动 | | |-- regs-gpio.h | | |-- regs-serial.h | | `-- s3c2410.c | `-- 串口核心层 | |-- serial_core.c | `-- serial_core.h |-- 15 | |-- S3C2410 I2C主机驱动 | | |-- i2c-s3c2410.c | | |-- iic.h | | |-- regs-gpio.h | | `-- regs-iic.h | `-- SAA711x I2C设备驱动 | `-- saa711x.c |-- 16 | `-- CS8900以太网设备驱动 | |-- cs89x0.c | `-- cs89x0.h |-- 17 | |-- ALSA工具及库 | | |-- alsa-driver-1.0.15.tar.bz2 | | |-- alsa-firmware-1.0.15.tar.bz2 | | |-- alsa-lib-1.0.15.tar.bz2 | | |-- alsa-oss-1.0.15.tar.bz2 | | |-- alsa-tools-1.0.15.tar.bz2 | | |-- alsa-utils-1.0.13.tar.bz2 | | `-- pyalsa-1.0.15.tar.bz2 | |-- ALSA驱动范例 | | |-- sa11xx-uda1341.c | | `-- uda1341.h | |-- ALSA应用程序范例 | | |-- pcm.c | | `-- pcm_min.c | |-- OSS驱动范例 | | `-- s3c2410-uda1341.c | `-- OSS应用程序范例 | |-- mixer.c | `-- sound.c |-- 18 | |-- FRAMEBUFFER应用程序范例 | | `-- fb_display | | |-- fb_display.c | | |-- fb_display.h | | |-- Makefile | | |-- README | | `-- test.c | `-- S3C2410 LCD驱动 | |-- s3c2410fb.c | `-- s3c2410fb.h |-- 19 | |-- busybox源代码 | | `-- busybox-1.2.1.tar.bz2 | |-- MTD工具 | | `-- mtd-utils-1.0.0.tar.gz | |-- nand驱动范例 | | `-- s3c2410.c | |-- nor驱动范例 | | `-- s3c2410nor.c | `-- yaffs&yaffs2源代码 | |-- yaffs.tar.gz | `-- yaffs2.tar.gz |-- 20 | |-- USB串口驱动 | | |-- usb-serial.c | | `-- usb-serial.h | |-- USB工具 | | `-- usbview-1.0.tar.tar | |-- USB骨架程序 | | `-- usb-skeleton.c | |-- USB键盘驱动 | | |-- input.h | | |-- usb_input.h | | `-- usbkbd.c | `-- usb主机控制器驱动范例 | |-- ohci-s3c2410.c | `-- usb-control.h |-- 21 | |-- PCI骨架程序 | | `-- pci-skeleton.c | `-- PCI驱动范例 | `-- i810_audio.c `-- 22 |-- 范例代码 | |-- oops范例 | | |-- oops_example.asm | | `-- oops_example.c | `-- proc范例 | `-- sim_proc.c `-- 内核调试工具 |-- ddd-3.3.11.tar.gz |-- gdbmod-2.4.bz2 |-- kdb-v4.4-2.6.15-rc5-common-1.bz2 |-- kdb-v4.4-2.6.15-rc5-common-2.bz2 |-- kdb-v4.4-2.6.15-rc5-i386-1.bz2 `-- linux-2.6.15.5-kgdb-2.4.tar.tar
Platform: | Size: 25078324 | Author: zxx000 | Hits:

[OtherRwV015

Description: RW - Read & Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers, QA engineers, performance test engineers, diagnostic engineers, etc., This utility access almost all the computer hardware, including PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, Super I/O, Clock Generator, DIMM SPD, SMBus Device, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Tables Dump (include AML decode), Embedded Controller, USB Information and LPT Remote Access. And also an Command Window is provided to access hardware manually. Website1: http://rw.net-forces.com/ Website2: http://home.kimo.com.tw/ckimchan.tw/ Website3: http://jacky5488.myweb.hinet.net/ For best view, please change the screen resolution to 1024 x 768 (or above) pixels. -RW- Read
Platform: | Size: 929792 | Author: 使用 | Hits:

[Embeded-SCM Developusb_simple_example

Description: 一个很有用的USB开发的简单例子,固件,驱动,应用程序都有。-a very useful USB development of the simple example, firmware, drivers, application processes.
Platform: | Size: 8619008 | Author: wj | Hits:

[USB developUSB.data.collecting

Description: 在数据采集系统中,USB接口技术以其高传输速度,简便的连接,以及其高通用性和高稳定性,比PCI等其他采集更适合与计算机的通信。本文系统介绍了基于USB2.0接口的数据采集系统的开发过程,以及硬件设计、固件、驱动和应用程序的设计等。本系统可实现模拟信号的采样和多路开关量输入、输出。并可通过对USB接口芯片可编程控制接口的设计实现数据的高速连续采样和传输。-Data Acquisition System, USB interface technology with a high transmission speed, ease of connectivity, and its high versatility and high stability over other PCI Acquisition is more suitable for computer communications. This paper introduced a system based on USB2.0 interface data acquisition system development process, and hardware design, firmware, Driver, and application of design. The system can be realized analog signal sampling and multi-switch input and output. Accessible through the USB interface chip programmable control interface design to achieve high-speed data transmission and continuous sampling.
Platform: | Size: 1932288 | Author: panchuxin | Hits:

[Program docpcifw_r3_0_updated

Description: PCI Firmware Specification Revision 3.0 June 20, 2005
Platform: | Size: 330752 | Author: ivan | Hits:

[File FormatPCI-Firmware-Specification_Revision_3_1_2010

Description: This file contains the latest PCI Firmware specification, i.e. PCI Firmware Spec v3.1. The updates include references to UEFI. Previously, in PCI Firmware spec version 3.0, the reference is EFI which now has been replaced by UEFI.
Platform: | Size: 354304 | Author: empuganring | Hits:

[Othermcfg

Description: Overview of a new PCI Firmware specification. Mainly for system developers
Platform: | Size: 401408 | Author: art | Hits:

[Linux-Unixmptsas

Description: For use with LSI PCI chip/adapter(s),running LSI Fusion MPT (Message Passing Technology) firmware.
Platform: | Size: 27648 | Author: dfwef78 | Hits:

[Linux-Unixmptscsih

Description: For use with LSI PCI chip/adapter(s) running LSI Fusion MPT (Message Passing Technology) firmware.
Platform: | Size: 22528 | Author: howiwi632147 | Hits:

[Linux-Unixmptsas

Description: linux drivers message fusion mptsas.c For use with LSI PCI chip adapter(s) running LSI Fusion MPT (Message Passing Technology) firmware.
Platform: | Size: 30720 | Author: zxymwi | Hits:

[Linux-Unixmptlan

Description: IP Over Fibre Channel device driver. For use with LSI Fibre Channel PCI chip adapters running LSI Fusion MPT (Message Passing Technology) firmware.
Platform: | Size: 13312 | Author: bebgsq | Hits:

[Linux-Unixpci-label

Description: Export the firmware instance and label associated with a pci device to sysfs.
Platform: | Size: 2048 | Author: rebiuvou | Hits:

[Linux-Unixmptspi

Description: For use with LSI PCI chip adapter(s) running LSI Fusion MPT (Message Passing Technology) firmware.
Platform: | Size: 12288 | Author: huiyinlao | Hits:

[Linux-Unixpci-host-generic

Description: Simple, generic PCI host controller driver targetting firmware-initialised.
Platform: | Size: 3072 | Author: kiefuitiu | Hits:

[Linux-Unixpci-bridge

Description: Force re-assigning all resources (ignore firmware setup completely).
Platform: | Size: 2048 | Author: tfgeryiu | Hits:

[OtherAT32UC3A3256 USB to I2S

Description: [ 5577.057130] usb 1-2.2: new full-speed USB device number 4 using ehci-pci [ 5577.133868] usb 1-2.2: New USB device found, idVendor=03eb, idProduct=2ff1 [ 5577.133876] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 5577.133882] usb 1-2.2: Product: AT32UC3A DFU [ 5577.133888] usb 1-2.2: Manufacturer: ATMEL [ 5577.133893] usb 1-2.2: SerialNumber: 1.0.3(Firmware upgrade Most of important information for running of module is available in this original document: AW_readme.txt. I describe only shortly how I made firmware upgrade under Linux: I downloaded modified dfu-programmer from this page: https://code.google.com/p/sdr-widget/downloads/list I installed package avr-binutils or binutils-avr according to Linux distribution. I created this script according to manual: program-widget. In /etc/udev/rules.d/ I created file 99-avrtools.rules according to manual. In my case was important this section:)
Platform: | Size: 2048 | Author: kiss83610 | Hits:

[OtherPC Hardware dirrect IO utils

Description: Content: - HWDIRECT v1.88 - low-level hardware access tool, allows user to read and modify PC system hardware registers. 9 tools are provided :OSInfo, CPUID Info, PCI Read/Write, I/O Read/Write, MSR Read/Write, CMOS Read/Write, Memory Dump, Hex Viewer/Editor, and SMBUS Access. - RW v1.49 - Read&Write utility, for hardware engineers, firmware (BIOS) engineers, driver developers. (PCI (PCI Express), PCI Index/Data, Memory, Memory Index/Data, I/O Space, I/O Index/Data, CPU MSR Registers, ATA/ATAPI Identify Data, ACPI Table Dump, Embedded Controller, USB Information, SMBIOS Structures, PCI Option ROMs, MP Configuration Table and LPT Remote Access). - WprcEdit/Set - tool to read/programing chipset registers, v1.2/v1.4.
Platform: | Size: 1897141 | Author: SergeX31 | Hits:

CodeBus www.codebus.net