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

Search list

[Linux-Unixpcil

Description: linux 下PCI设备的扫描程序。gcc,C+ASM完成。-the scanning equipment. Gcc, the C ASM completed.
Platform: | Size: 1289 | Author: sanyo | Hits:

[Disk Toolsatadrvr

Description: ATADRVR是DOS下的磁盘驱动程序,采用PIO传输 ,PCI DMA传输,ATA包,等非常全面代码示例... 内部有C与Asm描述. 编译环境:Borland C/C++ 4.52 与 Borland TASM 4.1-ATADRVR is under the DOS disk driver, using PIO transmission, PCI DMA transmission, ATA kits, , and other very comprehensive internal code examples ... C programmers with the description. Build Environment : Borland C / C 4.52 4.1 processor and Borland
Platform: | Size: 167952 | Author: Z.T | Hits:

[Other resourcepichex-tombin

Description: 这是一个自制的实用的文件格式转化工具,因常用的pci单片机编译器MPASM.EXE编译的文件是HEH十六进制的 并且含有握手码,不能使用通用编程器烧录(例TOM2000编程器), 因此用VB6.0制做一个16_2.exe文件 用以文件格式转化,转换后既可用TOM2000等用通用编程器烧录 16_2.exe使用方法:准备好pic.asm文件(文件名一定要用这个名),点击16_2.exe既可生成通用编程器(例TOM2000)使用 的pic.bin二进文件 16_2.exe的制做(源码):安装VB6.0后,点击“工程1.VBP”进入VB6.0编译环境,编译既可。
Platform: | Size: 699543 | Author: lkj1954 | 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:

[Linux-Unixpcil

Description: linux 下PCI设备的扫描程序。gcc,C+ASM完成。-the scanning equipment. Gcc, the C ASM completed.
Platform: | Size: 1024 | Author: sanyo | Hits:

[Disk Toolsatadrvr

Description: ATADRVR是DOS下的磁盘驱动程序,采用PIO传输 ,PCI DMA传输,ATA包,等非常全面代码示例... 内部有C与Asm描述. 编译环境:Borland C/C++ 4.52 与 Borland TASM 4.1-ATADRVR is under the DOS disk driver, using PIO transmission, PCI DMA transmission, ATA kits, , and other very comprehensive internal code examples ... C programmers with the description. Build Environment : Borland C/C 4.52 4.1 processor and Borland
Platform: | Size: 167936 | Author: Z.T | Hits:

[MiddleWarepichex-tombin

Description: 这是一个自制的实用的文件格式转化工具,因常用的pci单片机编译器MPASM.EXE编译的文件是HEH十六进制的 并且含有握手码,不能使用通用编程器烧录(例TOM2000编程器), 因此用VB6.0制做一个16_2.exe文件 用以文件格式转化,转换后既可用TOM2000等用通用编程器烧录 16_2.exe使用方法:准备好pic.asm文件(文件名一定要用这个名),点击16_2.exe既可生成通用编程器(例TOM2000)使用 的pic.bin二进文件 16_2.exe的制做(源码):安装VB6.0后,点击“工程1.VBP”进入VB6.0编译环境,编译既可。-This is a practical self-made file format conversion tools, due to commonly used pci Singlechip MPASM.EXE compiler to compile the document is HEH hexadecimal and contain handshake code, programmers should not use the generic burner (Example TOM2000 programmer), so use VB6.0 to do a system 16_2.exe document file format for the conversion, the conversion can be used after TOM2000 universal programmer, such as burning 16_2.exe Usage: ready pic.asm document (document who must use this name), click 16_2.exe can generate universal programmer (Example TOM2000) used pic.bin binary files 16_2.exe make the system (source): the installation of VB6.0, click Engineering 1.VBP into the environment VB6.0 compiler, the compiler can.
Platform: | Size: 699392 | Author: lkj1954 | Hits:

[assembly languagepci

Description: DOS下,访问PCI设备的代码,使用ASM写成,编译可生成EXE,非常好用-acess pci device list,i had test pass under dos .
Platform: | Size: 1024 | Author: dd | Hits:

[assembly languagePCIIO

Description: pci数据传输,程序由汇编语言编写,并不是很复杂,设和初学者实用-pci data transfer
Platform: | Size: 1024 | Author: 秦秦 | Hits:

[SCMAssembly

Description: kniga za asembler PCI Enumerate Tool by WuJun@amoi.com.cn copy Irvine16.inc into c:\masm611\include copy Irvine16.lib into c:\masm611\lib compile command: ML /nologo -c -Fl pci.asm link command: LINK /nologo pci,,NUL,Irvine16 History 2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code 2004-12-1 v0.1 added function to show class and subclass string instead of hex code 2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty -kniga za asembler PCI Enumerate Tool by WuJun@amoi.com.cn copy Irvine16.inc into c:\masm611\include copy Irvine16.lib into c:\masm611\lib compile command: ML /nologo -c -Fl pci.asm link command: LINK /nologo pci,,NUL,Irvine16 History 2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code 2004-12-1 v0.1 added function to show class and subclass string instead of hex code 2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty
Platform: | Size: 902144 | Author: 123 | Hits:

[Streaming Mpeg4Tests

Description: PCI Enumerate Tool by WuJun@amoi.com.cn copy Irvine16.inc into c:\masm611\include copy Irvine16.lib into c:\masm611\lib compile command: ML /nologo -c -Fl pci.asm link command: LINK /nologo pci,,NUL,Irvine16 History 2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code 2004-12-1 v0.1 added function to show class and subclass string instead of hex code 2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty - PCI Enumerate Tool by WuJun@amoi.com.cn copy Irvine16.inc into c:\masm611\include copy Irvine16.lib into c:\masm611\lib compile command: ML /nologo -c -Fl pci.asm link command: LINK /nologo pci,,NUL,Irvine16 History 2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code 2004-12-1 v0.1 added function to show class and subclass string instead of hex code 2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty
Platform: | Size: 360448 | Author: 123 | Hits:

[OS programUEFI-asm-sources

Description: 汇编代码实现的PCI,EC,CK505读写程序。在uEFI环境下可以实现相应的功能-the PCI, EC , CK505 read/write code using asm. It realize the related function in uEFI environent
Platform: | Size: 33792 | Author: 嗷嗷嗷 | Hits:

CodeBus www.codebus.net