2007-11-23 |
Ian Abbott | For AI command, allow scan_begin_src == EXT_TRIG for... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | For AO command, support scan_begin_src == TRIG_INT... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | For AI commands, support TRIG_INT for start_src, scan_b... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | Increased maximum length of channel list for AI command... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | Support scan_begin_src == TRIG_TIMER for AI command... |
commit | commitdiff | tree | snapshot |
2007-11-23 |
Ian Abbott | Changed some macros. No functional changes. |
commit | commitdiff | tree | snapshot |
2007-11-22 |
Ian Abbott | Overhauled setting up and handling of commands, interna... |
commit | commitdiff | tree | snapshot |
2007-11-21 |
Frank Mori... | Fixed offset for isolated digital input register on... |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Frank Mori... | Added Jeremy Theler |
commit | commitdiff | tree | snapshot |
2007-11-19 |
Ian Abbott | Changed types of some members of struct pci230_private... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Ian Abbott | Reduced maximum speed (increased minimum period) for... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Ian Abbott | For ai_cmdtest, maximum AI convert rate depends on... |
commit | commitdiff | tree | snapshot |
2007-11-16 |
Ian Abbott | Need to use 'do_div' macro for 64-bit division. |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Ian Abbott | For ai_cmdtest, check channel list starts with channel... |
commit | commitdiff | tree | snapshot |
2007-11-15 |
Ian Abbott | Fix AI channel enables for AREF_DIFF if the hardware... |
commit | commitdiff | tree | snapshot |
2007-11-13 |
Ian Abbott | For AI command, when convert_src == TRIG_EXT, make... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Frank Mori... | Fixed sign error that prevented commands from aborting... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | Only added a comment. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | For AI command, changed interpretation of scan_begin_ar... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | The ADC half full flag flag and interrupt occurs at... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | Use arrays to look up ai gain bits and polarity. |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | Stripped ".o" from driver name on "Driver:" line for... |
commit | commitdiff | tree | snapshot |
2007-11-12 |
Ian Abbott | For AI INSN_READ, check for out-of-range differential... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Frank Mori... | Added new driver from jeremy theler <thelerg@ib.cnea... |
commit | commitdiff | tree | snapshot |
2007-11-10 |
Frank Mori... | Adding trivial email address obfuscation, since some... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | In pci230_choose_clk_src(), widen the type of the compa... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | Check channel lists in AI and AO cmdtest handlers if... |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | Minor line-length fixes. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | In cmdtest, use DPRINTK instead of comedi_error. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | For cmdtest, don't return 5 if chanlist_len == 0. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | For cmdtest, don't return error 5 if chanlist is NULL. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | For COMEDI_CMD ioctl, check chanlist_len > 0. |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | I forgot to rename comedi_compat_ioctl_ function back to |
commit | commitdiff | tree | snapshot |
2007-11-09 |
Ian Abbott | Make the 'comedi_compat_ioctl' symbole a function ... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Got rid of the timer subdevice as it was pretty useless... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Use 64-bit ns value when determining clock source. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Renamed pci_iobase to iobase1. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Used specific constants for base addresses of 8254... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Eliminated clock source and divisor values from private... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Renamed some macros. Now access the timebase values... |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | amplc_pci230.c whitespace changes / comment reformatting. |
commit | commitdiff | tree | snapshot |
2007-11-08 |
Ian Abbott | Spelling correction in Description: line. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ian Abbott | Fix for 2.6.10 and earlier. Rename comedi_compat_ioctl... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ian Abbott | Removed a stray comment. |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ian Abbott | Make sure 32-bit ioctl handler for <= 2.6.10 kernel... |
commit | commitdiff | tree | snapshot |
2007-11-07 |
Ian Abbott | Support 32-bit ioctl calls on 64-bit kernel (CONFIG_COM... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ian Abbott | Replaced INSN_CONFIG_8254_SET_MODE with INSN_CONFIG_SET... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ian Abbott | Inline fixes: define inline functions before calling... |
commit | commitdiff | tree | snapshot |
2007-11-05 |
Ian Abbott | Made cfc_bytes_per_scan() 'static inline' instead of... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Applied comedi_indent script to all source files. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Removed some dead code that was causing errors in inden... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Removed some dead code that confused the indent program. |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Removed a bit of ifdef'd out code that confuses the... |
commit | commitdiff | tree | snapshot |
2007-11-04 |
Frank Mori... | Added wrapper around indent utility with options I... |
commit | commitdiff | tree | snapshot |
2007-11-02 |
Ian Abbott | Security fix in comedi_buf_alloc() for non-DMA data... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ian Abbott | Sanitize resource types. Use new comedi_pci_enable... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ian Abbott | Removed tests for whether PCI device supports bus-maste... |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ian Abbott | Removed kernel 2.2 and 2.4 compatibility. |
commit | commitdiff | tree | snapshot |
2007-11-01 |
Ian Abbott | New wrapper functions in comedi/drivers/comedi_pci.h: |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ian Abbott | Check result of subdev_8255_init(). |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ian Abbott | For PCI260(+) make subdevice 2 UNUSED instead of AO... |
commit | commitdiff | tree | snapshot |
2007-10-31 |
Ian Abbott | Added pci230+ and pci260+. Currently they are treated... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ian Abbott | Untested compatibility fix for change to rt_task_init... |
commit | commitdiff | tree | snapshot |
2007-10-30 |
Ian Abbott | #ifdef out floating point register stuff. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Ian Abbott | Added PCI-DIO24 info supplied by Yoshiya Matsuzaka. |
commit | commitdiff | tree | snapshot |
2007-10-29 |
Frank Mori... | Regenerated ChangeLog with "cvs2cl -t" for 0.7.75 release. r0_7_75 |
commit | commitdiff | tree | snapshot |
2007-10-28 |
Frank Mori... | Bumped version for 0.7.75 release |
commit | commitdiff | tree | snapshot |
2007-10-26 |
Frank Mori... | Fixed compile warning on amd64. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Frank Mori... | Don't report bogus gate errors on 660x boards. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Frank Mori... | Added enum for setting master clock of NI "frequency... |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Frank Mori... | Added subdevice for "frequency output" pin. |
commit | commitdiff | tree | snapshot |
2007-10-25 |
Frank Mori... | Added check against maxdata for write instructions. |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Frank Mori... | Each comedi_async struct should have its own wait_queue... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Frank Mori... | Prevent glitches when transitioning from static control... |
commit | commitdiff | tree | snapshot |
2007-10-24 |
Ian Abbott | Allocate non-DMA buffer pages using __get_free_page... |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Ian Abbott | Check dev->attached in interrupt routine. |
commit | commitdiff | tree | snapshot |
2007-10-22 |
Ian Abbott | Some 64-bit fixes. |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Frank Mori... | Fix from Torben Mikael Hansen <comedi_ns@linhard.dk... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Frank Mori... | Patch from Torben Mikael Hansen <comedi_ns@linhard... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Frank Mori... | Got rid of fragile checks of specific device ids in... |
commit | commitdiff | tree | snapshot |
2007-10-18 |
Ian Abbott | Some changes to deal with interrupts before device... |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Frank Mori... | Added pci device id for pxi-6602. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ian Abbott | Replaced kmalloc/memset sequence with kzalloc or kcalloc. |
commit | commitdiff | tree | snapshot |
2007-10-17 |
Ian Abbott | Replaced kmalloc/memset sequence with kzalloc or kcalloc. |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Frank Mori... | Added support for scan_begin_src = TRIG_EXT on analog... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Frank Mori... | Ported to linux 2.6.23 pcmcia interface. Compiles,... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Frank Mori... | Ported to linux 2.6.23 pcmcia interface. Compiles,... |
commit | commitdiff | tree | snapshot |
2007-10-16 |
Frank Mori... | Ported to linux 2.6.23 pcmcia interface. Compiles... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Frank Mori... | Updated to linux 2.6.23 pcmcia interface. Compiles... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Frank Mori... | Updated to 2.6.23 pcmcia interface. Compiles, otherwis... |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Frank Mori... | More linux 2.6.23 pcmcia fixes. |
commit | commitdiff | tree | snapshot |
2007-10-15 |
Frank Mori... | Updated to 2.6.23 kernel pcmcia interface. It compiles... |
commit | commitdiff | tree | snapshot |
2007-10-12 |
Frank Mori... | Pruned obsolete lseek code. |
commit | commitdiff | tree | snapshot |
2007-10-11 |
Ian Abbott | Added regshift parameter after base address in i8254_lo... |
commit | commitdiff | tree | snapshot |
2007-09-30 |
Frank Mori... | Support DESTDIR for module install/uninstall. |
commit | commitdiff | tree | snapshot |
2007-09-29 |
Frank Mori... | Fixed use of ai channels >= 64 on 6225. Based on patch... |
commit | commitdiff | tree | snapshot |
2007-09-28 |
Frank Mori... | Eliminated the possibility of the ao dma channel gettin... |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Ian Abbott | Add slab.h compatibility header. |
commit | commitdiff | tree | snapshot |
2007-09-14 |
Ian Abbott | Add kzalloc and kcalloc kernel compatibility functions. |
commit | commitdiff | tree | snapshot |
2007-09-07 |
Ian Abbott | Corrected calculation of board name offset. Fixes... |
commit | commitdiff | tree | snapshot |
next |