Next | Prev | Up | Top | Contents | Index

Writing a Kernel-level EISA Device Driver

This section provides in-depth information about data structures and drivers that interface through the kernel to the EISA bus. It describes system configuration for EISA device drivers and introduces several driver initialization routines.


Configuring a Kernel-level EISA Device Driver
Determining ISA/EISA Device Addresses
Including EISA Drivers in the Kernel
Writing edtinit()
I/O and Memory Space Initialization
Dynamic Resource Allocation
EISA Locked Cycles
DMA Address Mapping
EISA DMA Utility Functions and Structures

Next | Prev | Up | Top | Contents | Index