JavaScript is required to for searching.
跳过导航链接
退出打印视图
编写设备驱动程序     Oracle Solaris 11.1 Information Library (简体中文)
为本文档评分
search filter icon
search icon

文档信息

前言

第 1 部分针对 Oracle Solaris 平台设计设备驱动程序

1.  Oracle Solaris 设备驱动程序概述

2.  Oracle Solaris 内核和设备树

3.  多线程

4.  属性

5.  管理事件和排队任务

6.  驱动程序自动配置

7.  设备访问:程控 I/O

8.  中断处理程序

9.  直接内存访问 (Direct Memory Access, DMA)

10.  映射设备和内核内存

11.  设备上下文管理

12.  电源管理

13.  强化 Oracle Solaris 驱动程序

14.  分层驱动程序接口 (Layered Driver Interface, LDI)

第 2 部分设计特定种类的设备驱动程序

15.  字符设备驱动程序

16.  块设备驱动程序

17.  SCSI 目标驱动程序

18.  SCSI 主机总线适配器驱动程序

19.  网络设备驱动程序

20.  USB 驱动程序

21.  SR-IOV 驱动程序

第 3 部分生成设备驱动程序

22.  编译、装入、打包和测试驱动程序

23.  调试、测试和调优设备驱动程序

24.  推荐的编码方法

第 4 部分附录

A.  硬件概述

B.  Oracle Solaris DDI/DKI 服务汇总

C.  使设备驱动程序支持 64 位

D.  控制台帧缓存器驱动程序

E.  pci.conf 文件

索引

数字和符号

A

B

C

D

E

F

G

H

I

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

使

线

请告诉我们如何提高我们的文档:
过于简略
不易阅读或难以理解
重要信息缺失
错误的内容
需要翻译的版本
其他
Your rating has been updated
感谢您的反馈!

您的反馈将非常有助于我们提供更好的文档。 您是否愿意参与我们的内容改进并提供进一步的意见?

I

I/O
DMA 传输, index iconDMA 传输(同步)
程控传输, index icon程控 I/O 传输
磁盘控制, index icon磁盘 ioctl
多路复用, index icon对文件描述符执行多路复用 I/O 操作
分散/集中结构, index icon向量化的 I/O
可视化 I/O 接口, index icon控制台可视化 I/O 接口
轮询式 I/O 接口
index icon轮询式 I/O 接口
index icon在控制台帧缓存器驱动程序中实现轮询式 I/O
其他控制, index icon其他 I/O 控制
同步数据传输
index icon同步 I/O 与异步 I/O 之间的差别
index icon同步数据传输(块驱动程序)
文件系统结构, index icon文件 I/O
异步数据传输
index icon同步 I/O 与异步 I/O 之间的差别
index icon异步数据传输(块驱动程序)
字节流, index icon用于字符设备驱动程序的入口点
IEEE 802.3, index iconEthernet V2 和 ISO 8802-3 (IEEE 802.3)
IEEE 802.5, index iconTPR 和 FDDI:SNAP 处理
ILP32
devmap() 中的使用, index icondevmap() 中的数据共享
ioctl() 中的使用, index iconioctl() 中的数据共享
mmap() 中的使用, index iconmmap() 中的数据共享
ILP64, 在 mmap() 中的使用, index iconmmap() 中的数据共享
_info() 入口点
示例, index icon_info() 示例
必需的实现, index icon可装入模块入口点
_init() 入口点
网络驱动程序, index iconGLDv3 MAC 注册函数
示例, index icon_init() 示例
必需的实现, index icon可装入模块入口点
ioctl(9E) 驱动程序入口点, index iconSPARC 平台控制台通信
ioctl() 函数
DLIOCRAW, index iconGLDv2 I/O 控制函数
命令, index icon已知的 ioctl 接口
字符驱动程序, index iconioctl() 入口点(字符驱动程序)
iovec 结构, index icon向量化的 I/O
IRM, 请参见中断资源管理
ISO 8802-3, index iconEthernet V2 和 ISO 8802-3 (IEEE 802.3)
ISO 9314-2, index iconTPR 和 FDDI:SNAP 处理
ISR(interrupt service routine,中断服务例程), index icon中断处理程序功能