570
571
572 th_define -n foo -i 3 -a intr -c 0 1 -o DELAY 1024
573
574
575 Causes the next interrupt for instance 3 of the foo driver to be
576 delayed by 1024 microseconds.
577
578 NOTES
579 The policy option in the th_define -p syntax determines how a set of
580 logged accesses will be converted into the set of error definitions.
581 Each logged access will be matched against the chosen policies to
582 determine whether an error definition should be created based on the
583 access.
584
585
586 Any number of policy options can be combined to modify the generated
587 error definitions.
588
589 Bytewise Policies
590 These select particular I/O transfer sizes. Specifing a byte policy
591 will exclude other byte policies that have not been chosen. If none of
592 the byte type policies is selected, all transfer sizes are treated
593 equally. Otherwise, only those specified transfer sizes will be
594 selected.
595
596 onebyte
597 Create errdefs for one byte accesses (ddi_get8())
598
599
600 twobyte
601 Create errdefs for two byte accesses (ddi_get16())
602
603
604 fourbyte
605 Create errdefs for four byte accesses (ddi_get32())
606
607
608 eightbyte
609 Create errdefs for eight byte accesses (ddi_get64())
610
|
570
571
572 th_define -n foo -i 3 -a intr -c 0 1 -o DELAY 1024
573
574
575 Causes the next interrupt for instance 3 of the foo driver to be
576 delayed by 1024 microseconds.
577
578 NOTES
579 The policy option in the th_define -p syntax determines how a set of
580 logged accesses will be converted into the set of error definitions.
581 Each logged access will be matched against the chosen policies to
582 determine whether an error definition should be created based on the
583 access.
584
585
586 Any number of policy options can be combined to modify the generated
587 error definitions.
588
589 Bytewise Policies
590 These select particular I/O transfer sizes. Specifying a byte policy
591 will exclude other byte policies that have not been chosen. If none of
592 the byte type policies is selected, all transfer sizes are treated
593 equally. Otherwise, only those specified transfer sizes will be
594 selected.
595
596 onebyte
597 Create errdefs for one byte accesses (ddi_get8())
598
599
600 twobyte
601 Create errdefs for two byte accesses (ddi_get16())
602
603
604 fourbyte
605 Create errdefs for four byte accesses (ddi_get32())
606
607
608 eightbyte
609 Create errdefs for eight byte accesses (ddi_get64())
610
|