[Return to Library] [Contents] [Previous Chapter] [Next Chapter] [Index] [Help]


7    TURBOchannel Device Driver Configuration

This chapter assumes that you are familiar with the third-party device driver kits delivery process, the syntaxes used to populate configuration-related files, and the steps performed to statically or dynamically configure device drivers on the TURBOchannel bus. This chapter discusses the syntax associated with the TC_Option attribute field. You use this field to supply option data associated with device drivers that operate on the TURBOchannel bus. You specify the TC_Option attribute field in the sysconfigtab file fragment. See Writing Device Drivers: Tutorial for information on the sysconfigtab file fragment.

The following example shows an entry in a sysconfigtab file fragment for the /dev/cb driver:

cb:

.
.
.
    TC_Option = Modname - 'CB      ', Driver_Name - cb, Type - C, Adpt_Config - N

.
.
.

Begin each TURBOchannel bus option data entry with the keyword TC_Option followed by an equals sign. The following list describes each of the keywords and associated information:

Note

Place the TC_Option entry on a single line within the file.