summaryrefslogtreecommitdiffstats
path: root/sys/dev/adlink
Commit message (Collapse)AuthorAgeFilesLines
* Almost the finished article.phk2003-04-081-23/+276
| | | | | | | | | | | | 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.
* Add a rudimentary but working driver for the Adlink "NuDaq PCI-9812".phk2003-04-041-0/+238
This is a 4 channel 20 msps 12 bit ADC card. Anyone wanting to play with GNUradio or similar can start here.
OpenPOWER on IntegriCloud