ChinaUnix.net
相关文章推荐:

UNIX DEVICE DRIVER

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

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

相关讨论

"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 阅读(901) 回复(0)

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

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

scsi driver testing. The scsi driver sample sst compiled successfully. but when loaded there were some errors, May 26 17:38:21 jackv genunix: [ID 935449 kern.info] ATA DMA off: disabled. Control with "atapi-cd-dma-enabled" property May 26 17:38:21 jackv genunix: [ID 882269 kern.info] PIO mode 4 selected May 26 17:38:21 jackv genunix: [ID 935449 kern.info] ATA DMA off: disabled. Co...

by jack_zheng - Solaris文档中心 - 2007-05-28 19:31:25 阅读(1302) 回复(0)

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)

大家好,小猎头Fortuna我初来乍到,借贵宝地向大家share一些好职位,期望能在职位发展给大家分享一些信息。 目前我们在帮业内market share No.1的美资虚拟化企业招聘下列职位: Position 1:CPD Software Engineer: ESX Network device driver JD: Our clients is a pioneer in virtualization software for industry-standard computers, is seeking a Network driver Engineer to advance the ESX network software. The r...

by 妙在心转 - 猎头招聘 - 2008-07-04 18:23:26 阅读(1255) 回复(7)

最近有些内容可能需要自己做driver ,以前没有接触过,有没有熟悉或正从事这方面工作的? :em14:

by zhnlet - C/C++ - 2007-04-26 13:08:30 阅读(990) 回复(0)

机器一到业务高峰online.log就出现以下提示: 10:11:04 Checkpoint Completed: duration was 1 seconds. 10:11:04 Checkpoint loguniq 99, logpos 0x4721018 10:12:58 NSF putlocal: t_open error: t_errno = 8, errno = 6. 10:12:58 listener-thread: err = -25574: oserr = 0: errstr = : Network driver cannot open the network device. 10:13:05 NSF putlocal: t_open error: t_errno = 8, errno = 6. 10:13:05 li...

by sam_8286 - Informix - 2005-07-01 14:54:46 阅读(2358) 回复(2)