793 driver occurs, a further ten interrupts are also generated.
794 .sp
795 .LP
796 \fBth_define -n foo -i 3 -a intr -c 0 1 -o DELAY 1024\fR
797 .sp
798 .LP
799 Causes the next interrupt for instance 3 of the \fBfoo\fR driver to be delayed
800 by 1024 microseconds.
801 .SH NOTES
802 .LP
803 The policy option in the \fBth_define\fR \fB-p\fR syntax determines how a set
804 of logged accesses will be converted into the set of error definitions. Each
805 logged access will be matched against the chosen policies to determine whether
806 an error definition should be created based on the access.
807 .sp
808 .LP
809 Any number of policy options can be combined to modify the generated error
810 definitions.
811 .SS "Bytewise Policies"
812 .LP
813 These select particular I/O transfer sizes. Specifing a byte policy will
814 exclude other byte policies that have not been chosen. If none of the byte type
815 policies is selected, all transfer sizes are treated equally. Otherwise, only
816 those specified transfer sizes will be selected.
817 .sp
818 .ne 2
819 .na
820 \fB\fBonebyte\fR\fR
821 .ad
822 .RS 13n
823 Create errdefs for one byte accesses (\fBddi_get8()\fR)
824 .RE
825
826 .sp
827 .ne 2
828 .na
829 \fB\fBtwobyte\fR\fR
830 .ad
831 .RS 13n
832 Create errdefs for two byte accesses (\fBddi_get16()\fR)
833 .RE
|
793 driver occurs, a further ten interrupts are also generated.
794 .sp
795 .LP
796 \fBth_define -n foo -i 3 -a intr -c 0 1 -o DELAY 1024\fR
797 .sp
798 .LP
799 Causes the next interrupt for instance 3 of the \fBfoo\fR driver to be delayed
800 by 1024 microseconds.
801 .SH NOTES
802 .LP
803 The policy option in the \fBth_define\fR \fB-p\fR syntax determines how a set
804 of logged accesses will be converted into the set of error definitions. Each
805 logged access will be matched against the chosen policies to determine whether
806 an error definition should be created based on the access.
807 .sp
808 .LP
809 Any number of policy options can be combined to modify the generated error
810 definitions.
811 .SS "Bytewise Policies"
812 .LP
813 These select particular I/O transfer sizes. Specifying a byte policy will
814 exclude other byte policies that have not been chosen. If none of the byte type
815 policies is selected, all transfer sizes are treated equally. Otherwise, only
816 those specified transfer sizes will be selected.
817 .sp
818 .ne 2
819 .na
820 \fB\fBonebyte\fR\fR
821 .ad
822 .RS 13n
823 Create errdefs for one byte accesses (\fBddi_get8()\fR)
824 .RE
825
826 .sp
827 .ne 2
828 .na
829 \fB\fBtwobyte\fR\fR
830 .ad
831 .RS 13n
832 Create errdefs for two byte accesses (\fBddi_get16()\fR)
833 .RE
|