comedi.git
2006-10-24 Frank Mori... Added support for configuring pfi routing on m-series...
2006-10-24 Frank Mori... m-series has 16 pfi lines instead of 10.
2006-10-24 Frank Mori... Fixed search for best pll multiplier/divisor
2006-10-24 Frank Mori... Added NI_EXT_PFI() and NI_EXT_RTSI() helper functions...
2006-10-24 Frank Mori... Minor updates to documentation comment block.
2006-10-23 Frank Mori... Added support for changing routing of signals to RTSI...
2006-10-21 Bernd PorrFixed two small bugs Ian Abbott pointed out. Ian Wrote:
2006-10-20 Frank Mori... Added missing offsets for RTSI register on m-series
2006-10-20 Frank Mori... Added support for INSN_CONFIG_GET_CLOCK_SRC
2006-10-19 Frank Mori... Added support for configuring external clock sources...
2006-10-19 Frank Mori... Added some more data length checks for config instructi...
2006-10-18 Frank Mori... fixed max PLL divisor/multiplier
2006-10-18 Frank Mori... Added some bit definitions to support the external...
2006-10-18 Frank Mori... Replaced a bunch of printk with RT-safe rt_printk
2006-10-18 Frank Mori... Added missing pci device ids using values provided...
2006-10-17 Frank Mori... Put in some guesses as to whether various boards should...
2006-10-17 Frank Mori... Reworked INSN_BITS to support dio subdevices with ...
2006-10-17 Frank Mori... Fixed insn_rw_emulate_bits() for reads when channel...
2006-10-17 Frank Mori... Fixed reversal of input/output when configuring dio...
2006-10-17 Frank Mori... Made insn_rw_emulate_bits() work for dio subdevice...
2006-10-16 Frank Mori... Added support for 6509, and other boards in family...
2006-10-16 Frank Mori... Gave board_name member of comedi_driver_struct a well...
2006-10-16 Frank Mori... Fixed a couple compile warnings.
2006-10-16 Frank Mori... Added pci device id for pxi-6509, fixed driver_name.
2006-10-15 Frank Mori... First pass at supporting 32 bit static dio on m-series...
2006-10-14 Frank Mori... Added contributor
2006-10-14 Frank Mori... New drivers from Jonathan Grierson <jd@renko.co.uk>:
2006-10-13 Frank Mori... Added support for pcie-629 and pxi-6281
2006-10-13 Frank Mori... White space changes.
2006-10-10 Frank Mori... Fixed up documentation comments.
2006-10-10 Frank Mori... New driver from Nickolay Petrov <nick@office.etersoft...
2006-10-10 Frank Mori... Mask off bogus high bits for m-series boards with 16...
2006-09-21 Frank Mori... New driver from Everett Wang <everteq@sbcglobal.net>:
2006-09-14 Frank Mori... Added GPL header.
2006-09-11 Frank Mori... Added SDF_PACKED subdevice flag.
2006-09-07 Frank Mori... Added SDF_SOFT_CALIBRATED subdevice flag.
2006-08-23 Frank Mori... fixed small chance of attempting to free an unallocated...
2006-08-23 Frank Mori... Install modules into "comedi" subdir instead of "extra...
2006-08-23 Frank Mori... Fixed irq argument to comedi_request_irq()
2006-08-22 Ian AbbottRenamed CLASS_DEVICE_CREATE to COMEDI_CLASS_DEVICE_CREA...
2006-08-21 Ian AbbottFix for SuSE 9.0 2.4.21 kernel. Simplify jiffies_to_ms...
2006-08-17 Frank Mori... m-series boards are unhappy if ai config fifo is empty...
2006-08-16 Frank Mori... 0.7.73 changes r0_7_73
2006-08-16 Frank Mori... bump version for 0.7.73
2006-08-16 Frank Mori... Fixed max ai speed for 628x boards.
2006-08-16 Frank Mori... Added bit definitions for m-series ai chanlist configur...
2006-08-16 Frank Mori... Use new m-series chanlist configuration for m-series...
2006-08-16 Frank Mori... Fixed bytes_per_sample to return correct value in lsamp...
2006-08-15 Frank Mori... Fix calculation of bytes per scan for 18-bit analog...
2006-08-15 Frank Mori... Fix rounding up of buffer size to integer multiple...
2006-08-14 Frank Mori... Bumped version for 0.7.72 r0_7_72
2006-08-14 Frank Mori... Added 0.7.72 changes, and fixed misspellings of Ian...
2006-08-14 Frank Mori... Added new contributor.
2006-08-14 Frank Mori... Added missing GPL headers.
2006-08-14 Frank Mori... New drivers from Pablo Mejia <pablo@cctechnol.com>:
2006-08-11 Ian AbbottRestore the old COPYING and INSTALL files after they...
2006-08-11 Ian AbbottUpdated 'Adding new drivers' section.
2006-08-11 Ian AbbottRemoved Documentation/Configure.help and Documentation...
2006-08-11 Ian AbbottMoved addi_data.c into EXTRA_DIST until the drivers...
2006-08-11 Ian AbbottSkipped obsolete tests and added some new ones.
2006-08-11 Ian AbbottCorrected a printk format string that I forgot to updat...
2006-08-11 Ian AbbottAdd 'Contributors' to EXTRA_DIST.
2006-08-11 Ian AbbottRemoved obsolete include/linux/kern_compat.h file.
2006-08-11 Ian AbbottDeleted obsolete Config.in files.
2006-08-11 Ian AbbottAdd Kbuild to EXTRA_DIST.
2006-08-11 Ian AbbottAdded some kernel compatability include files to EXTRA_...
2006-08-08 Frank Mori... Added missing include for linux/version.h
2006-08-08 Frank Mori... Added length checks for data array of INSN_CONFIG_ALT_S...
2006-08-07 Ian AbbottUsed pci_name() when printing PCI device location.
2006-08-07 Ian AbbottAdd compatibility function pci_name(pci_dev) for kernel...
2006-08-07 Ian AbbottCleaned up resource types. Used unsigned int for IRQs...
2006-08-07 Ian AbbottAdded linux/types.h compatibility header.
2006-08-07 Ian AbbottDon't free IRQ if it wasn't requested successfully.
2006-08-07 Ian AbbottDon't free the IRQ if it wasn't allocated.
2006-08-07 Ian Abbottifdef'ed out incomplete irq stuff from ni_daq_dio24.c
2006-08-07 Ian AbbottCheck I/O region was allocated before releasing it.
2006-08-07 Ian AbbottRequest resources before using them.
2006-08-07 Ian AbbottRemove Modules.symvers when cleaning as it can cause...
2006-08-01 Frank Mori... Added 0.7.71 changes. r0_7_71
2006-08-01 Frank Mori... version bump
2006-07-31 Ian AbbottFixed compiler warnings about unused variable in the...
2006-07-18 Frank Mori... set mite_phys_addr to zero after releasing io regions
2006-07-18 Frank Mori... turn pcmcia support on or off by default depending...
2006-07-12 Frank Mori... Added check for length of INSN_CONFIG_SET_RTSI_CLOCK_MODE,
2006-07-12 Frank Mori... Fixed number of channels in rtsi subdevice
2006-07-10 Ian AbbottExtend automatic enabling of Kbuild mechanism back...
2006-07-10 Ian AbbottReplaced AC_PATH_PROG with AC_PATH_TOOL when detecting...
2006-07-06 Ian AbbottAvoid using AC_RUN_IFELSE to check the kernel major...
2006-07-05 Ian AbbottApplied patch from Ben Gardiner (blg at mast dot queens...
2006-07-05 Ian AbbottRemoved MODVERDIR=${tmpdir} when checking CFLAGS, as...
2006-06-28 Frank Mori... Detect Kbuild in Linux kernel source directory, and...
2006-06-21 Ian AbbottFix gcc-4.1 warnings (undefined macro in #if).
2006-06-21 Ian AbbottFix gcc-4.1 warnings (uninitialized variables).
2006-06-21 Ian AbbottFixed gcc-4.1 warnings (operation may be undefined).
2006-06-21 Ian AbbottFix gcc-4.1 warnings (unused variable, printk format...
2006-06-21 Ian AbbottFix gcc-4.1 warnings (uninitialized variables).
2006-06-21 Ian AbbottFix gcc-4.1 warnings (uninitialized variable). The...
2006-06-20 Frank Mori... Made a few updates to install instructions.
2006-06-20 Frank Mori... Marked some initialization/cleanup functions with __ini...
2006-06-20 Frank Mori... Added some missing pcmcia device tables.
next