ChinaUnix.net
相关文章推荐:

linux switch driver

Broadcom NetXtreme II driver @BSD not support 100base switch new machine: Dell PowerEdge M600 Blade why installing, the network interface media option only show 3 lines 1000base 1000base mediaopt full-duplex autoselect (I choose) when installed , dmesg OpenBSD 4.4-current (GENERIC.MP) #1154: Fri Nov 14 16:40:08 MST 2008 ... brgphy0 at bnx0 phy 2: BCM5708S 1000/2500baseSX PHY, rev. 1 if plug th...

by f5b - BSD - 2008-11-20 20:05:12 阅读(1418) 回复(0)

相关讨论

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 阅读(5298) 回复(2)

:( ,有没有老大可以贡献一份linux下wildcat 5110的xi的驱动,通用驱动一直找不到耶 谢谢!! :D

by straybird - Linux论坛 - 2004-01-04 12:08:24 阅读(742) 回复(3)

At least 1 year experience in kernel and driver development Familiar with linux driver architecture Be able to complete linux driver development task independently Familiar with kernel architecture and hacking procedure Familiar with kernel and driver development tools 此职位是外派motorola的 项目内容是开发moto的linux系统的手机 :em15::em15::em15::em15: [ 本帖最后由 独行西藏 于 2006-4-14 15:3...

by 独行西藏 - 猎头招聘 - 2005-12-21 22:42:25 阅读(1236) 回复(5)

At least 1 year experience in kernel and driver development Familiar with linux driver architecture Be able to complete linux driver development task independently Familiar with kernel architecture and hacking procedure Familiar with kernel and driver development tools 此职位是外派motorola的 项目内容是开发moto的linux系统的手机 :em15::em15::em15::em15::em15: [ 本帖最后由 独行西藏 于 2006-4-14...

by 独行西藏 - 猎头招聘 - 2005-12-20 15:37:20 阅读(869) 回复(0)

偶准备在这个版长期游泳.呵呵. 有哪位写过linux下面的键盘hotkey驱动的高人,能不能指点一下我呀! 我想实现如下: 编写一个lkm插入kernel,劫持标准键盘的handle_scancode.中的scancode 然后对scancode进行处理.我觉得这样实现是最好的方案,有哪位做过,不妨指点一下我,谢谢!!

by 我菜我怕谁 - C/C++ - 2005-06-02 11:20:44 阅读(2085) 回复(4)

linuxdriver和ap写好之后怎么让它在启动linux的时候自动运行? 谢谢!

by wq409 - Linux论坛 - 2004-08-13 12:36:44 阅读(513) 回复(0)

Use switch to rewrite the following segment if(score<=100 and score>=90) aGrade++; else if(score>=80) bGrade++; else if(score>=70) cGrade++; else if(score>=60) dGrade++; else fGrade++; 請問用switch怎樣改寫比較好? 謝謝

by shihyu - C/C++ - 2009-04-25 06:45:29 阅读(1255) 回复(3)

int num; switch(num){ case : printf("a\n");break; case :printf("b\n");break; case :printf("c\n");break; default : printf("d\n");break; } num范围是7到21,22到35,35到48,49~, case如何书写才好,不会每个数字都用一个case吧。

by lll0024 - C/C++ - 2009-03-29 20:53:27 阅读(2898) 回复(18)