cvs commit: src/sys/dev/adlink adlink.c
Poul-Henning Kamp
phk at FreeBSD.org
Tue Apr 8 12:12:49 PDT 2003
phk 2003/04/08 12:12:48 PDT
FreeBSD src repository
Modified files:
sys/dev/adlink adlink.c
Log:
Almost the finished article.
Boost sample rate to 1.25 MSPS since that allows us to use a 5Mhz
(/4) or 10Mhz (/8) external clock.
Make the interrupt both MPSAFE and FAST, at 610 interrupts a second,
and a max time to service of 5 msec, we brake for nobody.
Use kernel thread to accumulate into the 25 possible wave signals.
Use #ifdef _KERNEL to let .c file double as .h file defining the ioctls.
Revision Changes Path
1.2 +276 -23 src/sys/dev/adlink/adlink.c
More information about the cvs-src
mailing list