- 1、本文档共22页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
LINUX驱动程式架构入门
1LINUX驅動程式架構入門
OpenMoko OpenLab Free Training
Instructor: Jim Huang (jserv) jserv @
OpenMoko coreteam
2OpenMoko OpenLab Training. Instructor: Jollen’s Consulting. .
概念
? UNIX法則 : “Everything is file”
– 記憶體亦然 (/dev/mem)
? Linux Device Driver的角色即是將 file operation
映射到實體 Device
– 有明確階層概念
– 不限於 kernel-mode driver
– 經典的 user-mode driver即 X11 driver
? Linux支援 non-native driver(NDISwrapper)
? 「有時」 Driver完全獨立於 (修改過的 )Linux
kernel之外 (RTLinux/L4Linux/RT nanokernel)
Module stacking
?New module can use symbol export by yours
?msdos fat, USB device usbcore input modules
?modprobe same as insmod but loads the whole stack
OpenMoko OpenLab Training. Instructor: Jollen’s Consulting. .
4OpenMoko OpenLab Training. Instructor: Jollen’s Consulting. .
Linux Device Driver Architecture
System Call Interface
Virture File System(VFS)
Buffer Cache
Application
Character
Device Driver
Physical Device (Hardware)
Network Subsystem
Device Interface
Kernel Mode
User Mode
Hardware
Block
Device Driver
Network
Device Driver
BSD socket
inet(AF_INET)
Transport(TCP,UDP)
Network(IP)
5OpenMoko OpenLab Training. Instructor: Jollen’s Consulting. .
Device File (VFS Switch)
6OpenMoko OpenLab Training. Instructor: Jollen’s Consulting. .
Types of Device Files
Character
Device Driver
Block
Device Driver
Network
Device Driver
crw--w--w- 0 root root 5, 1 Oct 1 1998 console
crw-rw-rw- 1 root root 1, 3 May 6 1998 null
crw 1 root root 4, 0 May 6 1998 tty
crw-rw 1 root disk 96, 0 Dec 10 1998 pt0
crw 1 root root 5, 64 May 6 1998 cua0
brw 1 root floppy 2, 0 May 6 1998 fd0
brw-rw 1 root disk 3, 0 May 6 1998 hda
brw-rw 1 root disk 3, 1 May 6 1998 hda1
brw-rw 1 root disk 8, 0 May 6 1998 sda
brw-rw 1 root disk 8, 1 May 6 1998 sda1
The major number identifies the driver associated with the device. The minor number is used only by the
driver specified by the minor number.
U
您可能关注的文档
- Lab05 - Connect Hardware 2013_3_02.pdf
- lammps_installation_19Sep13.pdf
- Language primitives and type discipline for structured communication-based programming.pdf
- Large deviations for multidimensional SDEs with reflection.pdf
- Lammps for GPU编译手册.pdf
- Ladies_High_Tea_Power_point.ppt
- LARGE SHAREHOLDERS AND MARKET DISCIPLINE IN A REGULATED INDUSTRY A CLINICAL STUDY OF MELLON.pdf
- Large herbivore grazing and invertebrates in an alpine ecosystem.pdf
- Large- and Small-Scale Feedback in the Starburst Canters of Galaxies.pdf
- Large-scale preparation of ordered titania nanorods with enhanced photocatalytic activity.pdf
文档评论(0)