Introduction to HBA Device Driver Programming Guide

A host bus adapter (HBA) device driver transmits I/O requests between a computer and a set of storage devices or network nodes. Storage HBA devices can manage sets of parallel SCSI, Fibre Channel, SAS (Serial Attached SCSI), or SATA (Serial ATA) drives, sometimes in combination.

This document provides an overview of HBA device drivers in OS X and explains how they process I/O requests. It also guides you through the development of a custom HBA driver and provides suggestions for increasing its performance.

Organization of This Document

This document contains the following chapters:

See Also

The ADC Reference Library contains documents on device driver development for OS X, including sample drivers and API reference.