ChinaUnix.net
相关文章推荐:

linux device driver probe

linux Platform device and driver 日期:08-06-27 从linux 2.6起引入了一套新的驱动管理和注册机制:Platform_device和Platform_driverlinux中大部分的设备驱动,都可以使用这套机制, 设备用Platform_device表示,驱动用Platform_driver进行注册。 linux platform driver机制和传统的device driver 机制(通过driver_register函数进行注册)相比,一个十分明显的优势在于platform机制将设备本身的资源注册进内核,...

by againyuan - BSD文档中心 - 2010-11-02 14:25:04 阅读(5301) 回复(2)

相关讨论

Responsibilities: 须有存储驱动开发经验 - Develop linux Block device driver in the PCI Express area - Software/Hardware bringup and diagnostic - Performance measurement and tuning - Creating design document and performance report in English Requirementss: - BS in Computer science or electrical and electronic engineering or equivalent (MS preferred) with at least 5 years of relevent experien...

by nemberone - 猎头招聘 - 2009-06-09 11:51:16 阅读(1159) 回复(4)

Responsibilities: 须有存储驱动开发经验 - Develop linux Block device driver in the PCI Express area - Software/Hardware bringup and diagnostic - Performance measurement and tuning - Creating design document and performance report in English Requirementss: - BS in Computer science or electrical and electronic engineering or equivalent (MS preferred) with at least 5 years of relevent experien...

by nemberone - 猎头招聘 - 2009-05-21 10:10:00 阅读(2822) 回复(22)

Responsibilities: 须有存储驱动开发经验 - Develop linux Block device driver in the PCI Express area - Software/Hardware bringup and diagnostic - Performance measurement and tuning - Creating design document and performance report in English Requirementss: - BS in Computer science or electrical and electronic engineering or equivalent (MS preferred) with at least 5 years of relevent experien...

by nemberone - 猎头招聘 - 2009-07-11 10:25:46 阅读(6317) 回复(54)

Responsibilities: 须有存储驱动开发经验 - Develop linux Block device driver in the PCI Express area - Software/Hardware bringup and diagnostic - Performance measurement and tuning - Creating design document and performance report in English Requirementss: - BS in Computer science or electrical and electronic engineering or equivalent (MS preferred) with at least 5 years of relevent experien...

by nemberone - 猎头招聘 - 2009-05-30 10:00:34 阅读(2942) 回复(28)

接触Unix系统编程一年多,现在因为工作需要,转向linux Kernel,device driver,哪位大侠推荐本好书入门。

by Mellibra - IT图书与评论 - 2006-10-10 15:07:15 阅读(2146) 回复(0)

我正在看这本书,但是感觉不是很好. 感觉很多概念都模糊,不清晰. 请问大家是怎么学习linux设备驱动程序编程的? 怎么用好这本书的?

by wanpeng81 - 内核/嵌入技术 - 2004-12-20 15:07:44 阅读(544) 回复(0)

"writing device driver" study. 1. Multithreading 1) storage classes - Automatic(stack) data. Every thread has private stack. No need for the driver to lock automatic data. - Global static data. can be shared by any number of threads in the driver. should be locked at times. - Kernel heap data. Any number of threads in the driver can share kernel heap data, such as data allocated by kmem_alloc(9F...

by jack_zheng - Solaris文档中心 - 2007-05-14 15:26:09 阅读(839) 回复(0)

"device driver tutorial" study -->dummy driver. 1. driver interface Solaris driver modules should use DDI/DKI(device driver Interface, driver-kernel Interface).Adevice driver declares its general entry points in its dev_ops(9S) structure.Adriver declares entry points for routines that are related to character or block data in its cb_ops(9S) structure. 2. device tree device files in /devices ar...

by jack_zheng - Solaris文档中心 - 2007-05-14 12:44:07 阅读(902) 回复(0)

http://www.tru64unix.compaq.com/docs/pub_page/devdoc_list.html

by 我爱臭豆腐 - 其他UNIX - 2003-01-16 10:08:43 阅读(2505) 回复(0)