freebsd-skq/sys/dev/sio
bde aa2c17836e Hacks for measuring interrupt latency. Interrupt latency can be
measured accurately for periodic interrupts provided the interrupts
don't need to be serviced very quickly to keep their period almost
constant.  sio output interrupts have this property (interrupt service
can be delayed for up to 1 character time without the period changing).

This is non-optional and undocumented so that it can be added and
removed easily.  It has no significant effect unless it is enabled by
hacking on a variable using a debugger.  Hardclock and statclock interrupts
would work even better for this, at least on i386's, provided their
interrupt handlers are fast (as they are in -current but not in -stable
or in my version of -current).
2002-03-31 06:49:38 +00:00
..
sio_isa.c Fixed some style bugs in the removal of __P(()). The main ones were 2002-03-23 12:13:34 +00:00
sio_pccard.c Remove __P. 2002-03-20 02:08:01 +00:00
sio_pci.c Add PCI ID for the SeaLevel Ultra 530.PCI single port card. 2002-03-20 19:38:26 +00:00
sio_puc.c Remove __P. 2002-03-20 02:08:01 +00:00
sio.c Hacks for measuring interrupt latency. Interrupt latency can be 2002-03-31 06:49:38 +00:00
sioreg.h Remove obsolete COMBRD* definitions. 2002-01-31 08:23:30 +00:00
siovar.h Remove __P. 2002-03-20 02:08:01 +00:00