DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Writing a SCSI peripheral driver

Writing a SCSI peripheral driver

This chapter summarizes how to write each of the entry-point routines in a SCSI peripheral driver. This material should be read in conjunction with the sample SCSI peripheral driver supplied in the ./scsi/eve/Sflp directory on the AHDK CD-ROM.

This chapter uses ``xx_'' to represent the SCSI peripheral driver's prefix. Your driver should replace ``xx_'' with the prefix defined for your driver.

The routines discussed are:

SCSI peripheral drivers must use the standard structures required by the kernel for that type of device. ``Notes about drivers for disk devices'' provides notes about the requirements for disk devices.


© 2005 The SCO Group, Inc. All rights reserved.