NetBSD/sys/arch/arm26/vidc
bjh21 f32fc0fc90 Use evcnts properly for interrupt counting.
The architecture here follows that of the vax port -- each device has its
evcnt in its softc, but defers actually incrementing it to the IRQ
dispatcher.  This way, devices can attach sub-counts (e.g. Rx and Tx counts
for Ethernet interfaces), but don't all have to have code to increment the
counters.

Drivers deliberately call evcnt_attach_dynamic() before establishing their
interrupt handler so that the establish routine can attach a parent event if
that's appropriate.  At present, it isn't.
2001-01-23 22:07:59 +00:00
..
arcvideo.c Use evcnts properly for interrupt counting. 2001-01-23 22:07:59 +00:00
arcvideovar.h
vidcreg.h Document the VIDC audio format. 2001-01-12 00:12:38 +00:00
vidmodes.c