Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - CS8900 linux
Search - CS8900 linux - List
DL : 0
linux环境下CS8900以太网设备驱动
Date : 2008-10-13 Size : 22.43kb User : 叶子

CS8900适配器驱动在嵌入式LINUX下应用的一个实例。对于想学习网络驱动程序开发的朋友而言,它是很值得学习的哟。
Date : 2008-10-13 Size : 8.15kb User : Eastar L

详细讲述了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
Date : 2010-11-29 Size : 23.92mb User : zxx000

cirrus公司生产的以太网控制芯片cs8900的uclinux驱动.-CIRRUS company's Ethernet controller chip cs8900 the Basis drive.
Date : 2025-07-11 Size : 15kb User :

MIZI Research, Inc.发布的嵌入式Linux内核源码,现在的版本是是2.4.18-rmk7-pxa1-mz5。其中包含了很多常用硬件驱动,如CS8900、UDA1341等。 这是为一款用SAMSUNG公司S3C2410A芯片为处理器的系统配置的内核,可支持 640*480 TFT、Audio、LAN、RS-232、USB等接口。-MIZI Research, Inc. Release of embedded Linux kernel source, the current version is over 2.4.18- rmk7- pxa1- mz5. It covers a lot of common hardware drivers, such as CS8900, UDA1341 so. This is a new company with Samsung S3C2410A chip processor for the system configuration of the kernel, can support 640* 480 TFT, Audio, LAN, RS-232, USB interface.
Date : 2025-07-11 Size : 29.81mb User : 何飞

嵌入式linux系统CS8900A驱动程序-Embedded Linux CS8900A Driver
Date : 2025-07-11 Size : 8kb User : 李杰

linux 下CS8900驱动程序,适用于linux 2.4内核,移植时修改总线访问方式就可以了-under linux CS8900 driver, applicable to the linux 2.4 kernel. Bus transplantation changes can visit on the way
Date : 2025-07-11 Size : 8kb User : tanyunxin

linux2.6下的cs8900网卡驱动,才用SAMSUNG2410处理器-linux2.6 cs8900 card under the driver before using SAMSUNG2410 Processor
Date : 2025-07-11 Size : 13kb User : luce

linux2.6.24 S3C2410下的网卡CS8900驱动 具体移植方法可以参考我的blog http://www.cublog.cn/u2/63560/showart_514147.html-linux2.6.24 S3C2410 card CS8900 driver under specific transplantation method can refer to my bloghttp:// www.cublog.cn/u2/63560/showart_514147.html
Date : 2025-07-11 Size : 7kb User : kevin

cs8900a移植,linux移植笔记,包括cs8900.c cs8900.h
Date : 2025-07-11 Size : 19kb User : king

cs8900 嵌入式Linux驱动源代码,此代码已经升级到了Linux 2.6.24版本的支持。-CS8900 Embedded Linux driver source code, this code has been upgraded to support version of Linux 2.6.24.
Date : 2025-07-11 Size : 6kb User : 何家胜

CS8900适配器驱动在嵌入式LINUX下应用的一个实例。对于想学习网络驱动程序开发的朋友而言,它是很值得学习的哟。-CS8900 adapter driver in the embedded LINUX applications under a case in point. Want to learn about the development of network drivers Friend, it is worth learning yo.
Date : 2025-07-11 Size : 8kb User : Eastar L

cs8900网卡驱动。运行环境为ARM9+LINUX,内核版本为2.6.24。实现基本收发功能和一些其他扩展功能-CS8900 network card driver. Runtime environment for ARM9+ LINUX, kernel version 2.6.24. The realization of the basic transceiver functions and a number of other extensions
Date : 2025-07-11 Size : 45kb User : paul

DL : 0
Linux设备驱动开发详解_CS8900以太网设备驱动-Linux device driver development _CS8900 explain Ethernet device driver
Date : 2025-07-11 Size : 22kb User : 杨川庆

介绍linux移植以及相关驱动(网卡cs8900,lcd,音频)的移植-Introduction linux transplantation and the related drive (card cs8900, lcd, audio) of the transplant
Date : 2025-07-11 Size : 874kb User : xudonghai

linux的根文件系统 基于2410的开发平台 傅里叶公司优化过的-linux root file system based on the 2410 development platform optimized Fourier company
Date : 2025-07-11 Size : 40kb User : dh

stm32loader for linux
Date : 2025-07-11 Size : 493kb User : sena

嵌入式Linux CS8900以太网设备驱动源码-CS8900 Ethernet device driver
Date : 2025-07-11 Size : 22kb User : 西米

linux下编写cs8900网卡驱动需要用到的详细信息-about cs8900
Date : 2025-07-11 Size : 22kb User : highphon

skyeye 模拟器下 的 linux-2.6.14 含LCD cs8900a(driver/net/arm/cs8900-end.c是最终版) 已修改arch/arm/kernel/module.c 以支持insmod 驱动 kernel/resource.c文件添加I/O读写函数-skyeye simulator under linux-2.6.14 with LCD cs8900a (driver/net/arm/cs8900-end.c is the final version) has been modified arch/arm/kernel/module.c to support insmod driver kernel/resource.c file Add I/O read and write functions
Date : 2025-07-11 Size : 45.02mb User : 李新
« 12 3 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.