2002-11-21 |
David Schleef | Reimplement kvmem.[ch] code in comedi_fops |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | new compat header |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | fix request_region on 2.2 |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | remove kvmem.h |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | remove subdevice stuff, since it doesn't work on 2.2 |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | new driver |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | fix compat for pci_enable_device |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | fix some warnigns |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | add page_address() |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | Add uvirt_to_kva() and kvirt_to_pa() |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | add virt_to_page |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | fix warning from check_driver |
commit | commitdiff | tree | snapshot |
2002-11-21 |
David Schleef | Put PC-CARD-DAS16/16 inside if PCMCIA |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Frank Mori... | set CCSR_POWER_DOWN bit to see if that changes anything |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Frank Mori... | changed all if(boardtype.reg_611x) in analog output... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Frank Mori... | added log message on overrun |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Frank Mori... | Added capability to bufinfo ioctl for marking bytes... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
David Schleef | Change bit identification for CIO-DAS16/330 from 0x00... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Frank Mori... | make sure dithering is off during ai commands |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Frank Mori... | fixed disabling of dma when using TRIG_WAKE_EOS |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Frank Mori... | fixed clearing of bits in adc_control1 register |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Frank Mori... | disabled checking for supported aref |
commit | commitdiff | tree | snapshot |
2002-11-18 |
David Schleef | update |
commit | commitdiff | tree | snapshot |
2002-11-18 |
David Schleef | Add test for SDF aref flags |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Frank Mori... | added udelay in ai read insn while waiting for conversi... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Frank Mori... | fix for external start source |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Frank Mori... | added checking for valid aref. 611x calibration support. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Frank Mori... | Working dma analog input and output with NI 611x cards... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | new tests |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | Add COMEDI_INITCLEANUP_NOMODULE() |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | Fix bugs noticed by check_driver |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | fix symbol leakage |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | change inline to static line, to fix symbol leakage |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | Cleanup. Remove unused functions. |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | Random cleanup. Remove (usused) AI subdevice, remove... |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | Add fingerprinting, fix outb() calls |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | Add debugging |
commit | commitdiff | tree | snapshot |
2002-11-08 |
David Schleef | Change insn->data[] to data[], since insn->data points... |
commit | commitdiff | tree | snapshot |
2002-11-07 |
David Schleef | Instructions for anonymous CVS |
commit | commitdiff | tree | snapshot |
2002-11-06 |
David Schleef | Move plx9052 definitions to new header |
commit | commitdiff | tree | snapshot |
2002-11-06 |
David Schleef | Pull definitions for PLX-9052 from amplc_pc236.c |
commit | commitdiff | tree | snapshot |
2002-11-05 |
David Schleef | Add spin locking to win_out() |
commit | commitdiff | tree | snapshot |
2002-11-05 |
David Schleef | temporarily remove spinlocks |
commit | commitdiff | tree | snapshot |
2002-11-05 |
David Schleef | Add specs for 6036E |
commit | commitdiff | tree | snapshot |
2002-11-05 |
David Schleef | Move NI-DAQ-DIO24 into if CONFIG_PCMCIA |
commit | commitdiff | tree | snapshot |
2002-11-05 |
David Schleef | new driver |
commit | commitdiff | tree | snapshot |
2002-11-05 |
David Schleef | New driver |
commit | commitdiff | tree | snapshot |
2002-11-04 |
Frank Mori... | fixed detach so it only tries to release ioports if... |
commit | commitdiff | tree | snapshot |
2002-11-03 |
Frank Mori... | fix possibility of endless loop when divisor > 0x80000000 |
commit | commitdiff | tree | snapshot |
2002-10-29 |
David Schleef | Add preliminary command support |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Frank Mori... | changed prototype of comedi_map() to prevent bogus... |
commit | commitdiff | tree | snapshot |
2002-10-27 |
Frank Mori... | fixed some % that were supposed to be & |
commit | commitdiff | tree | snapshot |
2002-10-26 |
Frank Mori... | fixing shared interrupts for comedi boards when using... |
commit | commitdiff | tree | snapshot |
2002-10-11 |
Frank Mori... | fixed off by one error in calculation of fifo size... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
David Schleef | Fix for not calculating buffer fullness through a count... |
commit | commitdiff | tree | snapshot |
2002-10-10 |
David Schleef | Fix problem detecting DMA overflows at buffer wraparound |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Frank Mori... | added brief description for INSN_CONFIG_TIMER_1 |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Frank Mori... | Added some more locking for software copies of register... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Frank Mori... | added support for external master clock, and commited... |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Frank Mori... | added bit about INSN_CONFIGTIMER_1 |
commit | commitdiff | tree | snapshot |
2002-10-08 |
Frank Mori... | added INSN_CONFIG_TIMER_1 |
commit | commitdiff | tree | snapshot |
2002-10-03 |
Frank Mori... | don't generate events when there are none |
commit | commitdiff | tree | snapshot |
2002-10-01 |
Frank Mori... | trying to decrease time dma channel is disabled for... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
David Schleef | Fix 671x ao munging (again). This time, with feeling... |
commit | commitdiff | tree | snapshot |
2002-09-30 |
David Schleef | Fix documentation |
commit | commitdiff | tree | snapshot |
2002-09-30 |
David Schleef | one-liner to fix analog triggering |
commit | commitdiff | tree | snapshot |
2002-09-30 |
David Schleef | Makes non-DMA mode efficient enough for 620khz input... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | Add meilhaus PCI ID |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | remove #ifdef CONFIG_PCMCIA, since they're wrong (need... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | fix warning |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | new drivers |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | Add new drivers from Michael Hillmann |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | Update buffer code to CVS |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | Fix EOS event |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | Add new amplicon drivers |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | new driver from Ian Abbott <abbotti@mev.co.uk> |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | Where the hell was Biggles when we needed him last... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | change from bin/sh to bin/bash |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | Change a 4 to a COMEDI_NDEVICES. Prolong the static... |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | update documentation list |
commit | commitdiff | tree | snapshot |
2002-09-25 |
David Schleef | fix stupid typo. (from someone, don't remember whom) |
commit | commitdiff | tree | snapshot |
2002-09-24 |
David Schleef | Add MODULE_LICENSE. |
commit | commitdiff | tree | snapshot |
2002-09-13 |
David Schleef | Fix Devices line |
commit | commitdiff | tree | snapshot |
2002-09-09 |
David Schleef | revert last checkin |
commit | commitdiff | tree | snapshot |
2002-09-09 |
David Schleef | test to see if 16e-4 has incorrectly documented caldac |
commit | commitdiff | tree | snapshot |
2002-09-09 |
David Schleef | Fix bad bus number comparison. |
commit | commitdiff | tree | snapshot |
2002-09-04 |
David Schleef | Move buffer info ioctl to new buffer code |
commit | commitdiff | tree | snapshot |
2002-09-04 |
David Schleef | Change unused[0] to settling_time_0 to subdevice info... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
David Schleef | end-of-range fix in ao cmdtest, and ao chanlist should... |
commit | commitdiff | tree | snapshot |
2002-09-04 |
David Schleef | add timer_open |
commit | commitdiff | tree | snapshot |
2002-09-04 |
David Schleef | ack |
commit | commitdiff | tree | snapshot |
2002-09-04 |
David Schleef | remember to reserve buffer after allocating it |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Schleef | more linux version fixes |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Schleef | Correct fix for zero-length arrays in gcc-3.0 |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Schleef | Use make-kpkg's idea of the kernel version, since it... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Schleef | Fix zero-length array |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Schleef | Change default buffer size to 64kB |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Schleef | Allocate 4*PAGE_SIZE for write space instead of 2 pages |
commit | commitdiff | tree | snapshot |
2002-08-30 |
David Schleef | Fix installing to correct directory |
commit | commitdiff | tree | snapshot |
2002-08-29 |
David Schleef | patch from Dan Christian. |
commit | commitdiff | tree | snapshot |
next |