comedi.git
2001-10-04 David SchleefAdded support for 611x style configuration memory
2001-10-04 David Schleefchange formatting
2001-10-02 Frank Mori... some preparation for adding pcmcia support
2001-09-30 Frank Mori... fixed 2.4 compile error and some bugs
2001-09-30 Frank Mori... fixed checking of chanlist in cmdtest for analog out
2001-09-28 Frank Mori... oops forgot to update Devices:
2001-09-28 Frank Mori... added support for pc104 and pcm das08 cards, but pcmcia...
2001-09-27 David SchleefMAX_N_CALDACS should be 28
2001-09-27 David Schleef*** empty log message ***
2001-09-27 David SchleefRemove useless debugging message
2001-09-27 Frank Mori... fixed error in pci-das08 board definition
2001-09-26 Frank Mori... added poll() support
2001-09-26 Frank Mori... fixed poll() code by unlocking spinlock on spurious...
2001-09-24 Frank Mori... switched allocation of the dma descriptor array to...
2001-09-23 Frank Mori... fixed symbol leak, started using hardware conversion...
2001-09-21 David SchleefAdded pxi-6031e
2001-09-21 David SchleefFixed Devices:
2001-09-20 Frank Mori... fixed decrement of conversion count with dma transfers
2001-09-19 Frank Mori... more pci dma stuff, ready for inital testing
2001-09-19 Frank Mori... fixed typo in Devices:, and commiting older tweaks...
2001-09-19 Frank Mori... removed an obsolete comment
2001-09-19 Frank Mori... fixed typo in Devices: section
2001-09-19 Frank Mori... took out line that belonged in init.h, added include...
2001-09-19 David SchleefChange name to devices.txt
2001-09-19 David SchleefFix another parse error
2001-09-19 David SchleefFix parse problem
2001-09-18 David SchleefAdded Devices: documentation to rest of drivers
2001-09-18 David SchleefMoved scripts to scripts/
2001-09-18 Frank Mori... more pci-dma stuff, still nonfunctional
2001-09-18 David SchleefScripts to extract documentation
2001-09-18 David Schleef*** empty log message ***
2001-09-18 David Schleefnew
2001-09-18 David SchleefFixed a segfault in nidio_detach() when configure fails...
2001-09-18 David SchleefChange file location comment
2001-09-18 David SchleefPatch from Anders Blomdell, fixing AI.
2001-09-17 Frank Mori... some initial pci dma stuff, doesn't do anything useful yet
2001-09-16 Frank Mori... fixed symbol leak, and settings of SDF_GROUND subdevice...
2001-09-14 Frank Mori... some bugfixes
2001-09-14 Frank Mori... added support for stop_src TRIG_COUNT that I forgot...
2001-09-14 Frank Mori... analog input commands may possibly work now
2001-09-14 David SchleefOops. Fix typo in previous check-in.
2001-09-14 David SchleefRemoved last remnants of trig support for drivers
2001-09-14 David SchleefRemoved last remnants of comedi_trig support for drivers
2001-09-14 David Schleefrewrote much of the trig support. No longer uses any...
2001-09-14 David SchleefRemove min() macro
2001-09-14 David SchleefAdded a target for drivers.txt
2001-09-14 David SchleefComplete phase-out of comedi_trig in drivers
2001-09-14 David SchleefComplete phase-out of comedi_trig support
2001-09-14 David SchleefAdd list of devices to documentation
2001-09-14 David SchleefChange comedi_trig compat to deprecated
2001-09-13 Frank Mori... fixed sending of events for analog output
2001-09-13 David SchleefFix argument of mem_test_region()
2001-09-13 David SchleefFixed argument of pci_enable_dev()
2001-09-12 David SchleefMoved driver documentation to inline documentation
2001-09-12 David SchleefAdded check for documentation in source code
2001-09-12 David SchleefRemoved VD_DDS
2001-09-12 Frank Mori... does still need to ioremap for 2.4 kernels though
2001-09-12 Frank Mori... oops, apparently it's not even a pci driver, that pci...
2001-09-12 Frank Mori... added comment regarding lack of pci support & ioremap
2001-09-12 Frank Mori... added check/request/release_mem_region() calls
2001-09-12 Frank Mori... added some compatibility macros for pci-dma buffer...
2001-09-11 Frank Mori... oops got LINUX_VERSION_CODE mixed up with KERNEL_VERSIO...
2001-09-10 Frank Mori... made dummy release_mem_region() macro consistent with...
2001-09-09 Frank Mori... new compatibility header for *_mem_region() functions
2001-09-08 Frank Mori... more work on ai command, still not functional yet though
2001-09-06 Frank Mori... starting to add ai command support, completely nonfunct...
2001-09-06 Frank Mori... fix to get pci drivers to compile on 2.2 kernel
2001-09-06 Frank Mori... fixed some typos causing null dereference
2001-09-05 David SchleefAdded compat code for MODULE_DEVICE_TABLE()
2001-09-05 David SchleefAdded MODULE_DEVICE_TABLE() and pci_enable_device()
2001-09-05 David SchleefAdded check for pcibios_ code
2001-09-05 David SchleefFix compilation due to last check-in
2001-09-05 David SchleefAdded some drivers
2001-09-05 David SchleefConverted _mode2, _mode4 to command
2001-09-05 David SchleefPretended to convert _mode2 to a command
2001-09-05 David SchleefGeneric hacking
2001-09-05 David SchleefAdded pci_enable_device()
2001-09-05 David SchleefRemove use of range_unknown
2001-09-05 David Schleeffixed some stuff
2001-09-04 David SchleefAdded MODULE_DEVICE_TABLE() on a bunch of drivers
2001-09-04 David SchleefAdded stub for amplc_pci230
2001-09-04 David SchleefFix symbol leakage in a bunch of drivers
2001-09-04 David SchleefAdded check for Makefile.in
2001-09-04 David SchleefFix typo in CONFIG_AMPLC_PCI230
2001-09-03 David SchleefUpdate from Anders
2001-09-03 David SchleefUpdate from Allan
2001-08-28 David SchleefUpdate from Allan.
2001-08-28 Frank Mori... changed configuration of input/output ranges to use...
2001-08-28 Frank Mori... updated cb_pcidas, cb_pcidas64, das16 entries
2001-08-27 Frank Mori... supports user configurable analog input and output...
2001-08-27 Frank Mori... terminated with newline
2001-08-27 Frank Mori... preventing multiple includes
2001-08-27 Frank Mori... fixed version checking for 2.2 kernels
2001-08-27 Frank Mori... fixed conflict with poll.h
2001-08-27 David SchleefFixes for compilation on 2.0.x
2001-08-27 David SchleefAdded -nostdinc flag. Comedi _should_ compile with it.
2001-08-27 David SchleefFixes for compiling with 2.0.x
2001-08-27 David SchleefA copy of Configure.help, for use with kbuild-2.5
2001-08-27 David SchleefNew driver
2001-08-26 Frank Mori... driver supports insn now, no command support
next