Contents at a Glance

FreeBSD Device Drivers contains the following chapters.

Chapter 1

Provides an overview and introduction to basic device driver programming concepts and terminology.

Chapter 2

Describes FreeBSD’s kernel memory management routines.

Chapter 3

Teaches you how to communicate with and control your device drivers from user space.

Chapter 4

Discusses the problems and solutions associated with multithreaded programming and concurrent execution.

Chapter 5

Describes delaying code execution and asynchronous code execution, and explains why these tasks are needed.

Chapter 6

Contains the first of several occasions where I walk you through a real-world device driver.

Chapter 7

Covers the infrastructure used by FreeBSD to manage the hardware devices on the system. From here on, I deal exclusively with real hardware.

Chapter 8

Discusses interrupt handling in FreeBSD.

Chapter 9

Walks through lpt(4), the parallel port printer driver, in its entirety.

Chapter 10

Covers port-mapped I/O and memory-mapped I/O.

Chapter 11

Reviews the parts of ipmi(4), the Intelligent Platform Management Interface driver, which uses port-mapped I/O and memory-mapped I/O.

Chapter 12

Explains how to use Direct Memory Access (DMA) in FreeBSD.

Chapter 13

Teaches you how to manage storage devices, such as disk drives, flash memory, and so on.

Chapter 14

Provides an overview and introduction to Common Access Method (CAM), which you’ll use to manage host bus adapters.

Chapter 15

Teaches you how to manage USB devices. It also walks through ulpt(4), the USB printer driver, in its entirety.

Chapter 16

Describes the data structures used by network drivers. It also goes over Message Signaled Interrupts (MSI).

Chapter 17

Examines the packet reception and transmission components of em(4), the Intel PCI Gigabit Ethernet adapter driver.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.226.28.197