Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - PCI.TAR
Search - PCI.TAR - List
详细讲述了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
Update : 2010-11-29 Size : 25078324 Publisher : zxx000

ralink PCI无线网卡 linux驱动-ralink linux
Update : 2024-05-03 Size : 808960 Publisher : zhousl

linux系统源代码涵盖内存管理,进程,进程间通讯机制,PCI,中断和中断处理,设备驱动程序,文件系统,网络,核心机制的所有源代码-linux source
Update : 2024-05-03 Size : 7518208 Publisher : 静静在御

pci数据采集卡驱动程序,采用流式dma设计,带有测试程序-pci data acquisition card drivers, streaming dma design, with the test procedures
Update : 2024-05-03 Size : 40960 Publisher : zhoubo

该ip核实现了容量为16MB的、双字、可寻址存储镜像与wishbone总线的连接-This core implements a 16 MB DWord-addressable memory image in the Wishbone bus (so WB width is 32 bit). Its functionality is reduced to the minimum which is required by the PCI specification (and I m really trying to stick exactly to the specs).
Update : 2024-05-03 Size : 7168 Publisher : hxr

pciaccess库源码,可编译生成libpciaccess动态库。PCI总线的地址总线与数据总线是分时复用的,支持即插即用 (plug and play)、中断共享等功能。分时复用的好处是一方面可以节省接插件的引脚数,另一方面便于实现突发数据传输。-pciaccess library source code, can be compiled to generate libpciaccess dynamic library. The address bus and data bus of the PCI bus is time-multiplexed with a support plug and play (plug-and-play), the interrupt sharing functions. The benefits of time division multiplexing is the one hand can save on the number of pins of the connector, the other hand, facilitate the realization of the burst data transfer.
Update : 2024-05-03 Size : 424960 Publisher : 郝帅

Its a source code for pci board in verilog language.
Update : 2024-05-03 Size : 479232 Publisher : bhaumik

PCI Express is a high performance, general purpose Serial I/O Interconnect defined for a wide variety of future computing and communication platforms. The basic premise of PCI Express is that the host PCI software remains compatible with an endpoint device without new drivers or operating-system software.
Update : 2024-05-03 Size : 4630528 Publisher : mahavir

in this pdf the internal architecture of pci has explained. e.g. transaction layer data link layer ,physical layer-in this pdf the internal architecture of pci has explained. e.g. transaction layer data link layer ,physical layer
Update : 2024-05-03 Size : 500736 Publisher : mahavir

这个代码被用作pci-express接口上,它适用于最新的pcie,当传输数据较快,传输量较大时,适用-This code is used as a PCI-Express interface, it applies to the latest PCIe, when the rapid transmission of data, the transfer amount is larger, for
Update : 2024-05-03 Size : 419840 Publisher : chen

PCI代码,verilog,简单的PCI设计,使用FPGA实现-PCI code, verilog, simple PCI design, FPGA implementation
Update : 2024-05-03 Size : 526336 Publisher : long jinbo

Linux 系统下PCI设备的Uart驱动源码-Linux system Uart PCI device driver source code
Update : 2024-05-03 Size : 153600 Publisher : ysdxiaoyu

e1000e网卡驱动。e1000e 驱动程序支持 PCI Express* 千兆位网络连接(除 82575,82576,82580 和 i350 外)。-ON划词翻译ON实时翻译 E1000e network card driver. The e1000e driver supports PCI Express* gigabit network connections (in addition to 825758257682580 and i350).
Update : 2024-05-03 Size : 258048 Publisher : 熊童子

数字系统中的PCI最小系统的IP核,可以作为入门使用- The minimum system of PCI digital system in the IP kernel, can be used as entry
Update : 2024-05-03 Size : 279552 Publisher : 杨志峰

一个能够显示主机系统信息的PHP脚本。包括:主机名,所用操作系统及内核版本,计算机运行时间,CPU,内存,SCSI设备,IDE设备,PCI设备和网络适配器,硬盘使用情况等信息。-Capable of displaying a PHP script host system information. Comprising: a host name, the operating system and kernel version, computer uptime, CPU, memory, SCSI devices, IDE devices, PCI devices, and network adapters, disk usage and other information available.
Update : 2024-05-03 Size : 139264 Publisher : fy

PCI slave to WB master
Update : 2024-05-03 Size : 7168 Publisher : weijie

Intel N2600 CPU + NM10芯片组的GPIO驱动,该GPIO位于PCI上,包含了PCI驱动。-GPIO Intel N2600 CPU+ NM10 chipset driver, the GPIO is on PCI, PCI driver included.
Update : 2024-05-03 Size : 22528 Publisher : 张博
« 1 2 3»
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.