comedi.git
2001-08-13 David SchleefAdded support for kbuild-2.5
2001-08-10 David SchleefAdd board code for 6711, remove boards that will never...
2001-08-10 David SchleefAdd board code for DAQCard-6024E
2001-08-10 David SchleefReplace pci_enable_device and add pci_set_master
2001-08-10 David SchleefMoved some stuff to comedilib sgml doc
2001-08-10 David Schleef*** empty log message ***
2001-08-09 Frank Mori... took into account possibility of pci_enable_device...
2001-08-09 Frank Mori... added analog out insn for 1602 series
2001-08-09 Frank Mori... fixed pci autodetection that could have been confused...
2001-08-09 Frank Mori... fix for 2.4 kernels, fix uninitialized use of 'range...
2001-08-09 David Schleeffixes for amplc_pci230.c
2001-08-09 David SchleefNew driver
2001-08-09 David SchleefA new driver from Allan Willcox.
2001-08-06 Frank Mori... added pcidas-1602/16/jr entry
2001-08-06 Frank Mori... added analog out insn for 1000 and 1200 series
2001-08-03 Frank Mori... fix for 16 bit cards with smaller 512 sample fifo....
2001-08-02 Frank Mori... fixed bug in cmdtest level 2
2001-08-02 Frank Mori... removed a bunch of unnecessary address-of operators...
2001-08-02 Frank Mori... making the common 'subdevice does not support commands...
2001-08-01 David SchleefRearrange flags used for both cmd and trig. Added...
2001-08-01 David SchleefEnabled PCIDMA by default. Moved various functions...
2001-08-01 David Schleefversion bump
2001-08-01 David SchleefRemoved TRY_BLOCK code.
2001-08-01 David SchleefAdded beginning of analog trigger support.
2001-08-01 David SchleefA bunch of hopefully idempotent changes.
2001-08-01 David SchleefA bunch of hopfully idempotent changes, mostly cleanups...
2001-07-30 David SchleefFix typo
2001-07-30 Frank Mori... added more dumping of debugging info
2001-07-28 Tim OusleyMITE DMA works with any size acquisition and any size...
2001-07-28 Frank Mori... added a pci_enable_device() call
2001-07-27 Frank Mori... getting rid of premature interrupt that occurs during...
2001-07-27 Frank Mori... removed nulling of s->busy in driver
2001-07-27 Frank Mori... silly me forgot to initialize software count of number...
2001-07-27 Frank Mori... rounded up minimum conversion periods so cmd test doesn...
2001-07-26 David SchleefUpdated with my least favorite questions to answer. r0_7_60
2001-07-26 David SchleefMake note of Red Hat kernel doc
2001-07-26 David SchleefMore info
2001-07-26 David SchleefFix for PowerPC. I'd bet it breaks i386.
2001-07-26 David SchleefFixes for RTAI. Change RT_TASK to be kmalloc'ed instead of
2001-07-26 David SchleefFix to pull in the RTAI config.h
2001-07-26 Frank Mori... Change from Michal Dobes. Enables shared interrupt...
2001-07-25 Frank Mori... fix to prevent use of rt interrupt with shared interrupt
2001-07-24 Frank Mori... fixed analog input insn wait for end of conversion...
2001-07-24 David SchleefDon't fail if PCMCIA version doesn't match.
2001-07-24 David Schleefsubdevice structure elements do_lock and do_unlock...
2001-07-24 David SchleefRemove s->do_lock, s->do_unlock
2001-07-24 David SchleefChange some print's to DPRINTK's
2001-07-24 David Schleeffix typo in document number
2001-07-24 David SchleefUncomment pci_enable_device check
2001-07-24 David SchleefCleanups, add check_timed()
2001-07-24 David Schleef#ifdef for some experimental RTAI code
2001-07-24 Frank Mori... added virt_to_bus() translations to set_dma_addr()...
2001-07-23 Frank Mori... undid some of my changes, applying michael dobe's patch...
2001-07-23 Frank Mori... drop attempted use of demand-mode dma
2001-07-23 Frank Mori... bug fixes
2001-07-23 David Schleef*** empty log message ***
2001-07-23 David SchleefUpdate from Michal Dobes
2001-07-23 David SchleefUpdates from Michal Dobes
2001-07-23 David SchleefAdded some stuff
2001-07-23 David SchleefPatch from Dan
2001-07-23 Frank Mori... more lines to clear that interrupt
2001-07-22 Frank Mori... comedi_cmd works now, added some debugging info to...
2001-07-22 Frank Mori... should work now, really.
2001-07-22 Frank Mori... fixed compile error
2001-07-22 Frank Mori... added reset and sync of adc circuitry to attach as...
2001-07-22 Frank Mori... bug fixes
2001-07-22 Frank Mori... fixed channel selection bits that had confused binary...
2001-07-20 Frank Mori... added a couple boards
2001-07-20 Frank Mori... some updates
2001-07-20 Frank Mori... added a couple entries
2001-07-20 Frank Mori... made chanlist cmdtests return 5
2001-07-20 Frank Mori... added analog input insn
2001-07-20 Frank Mori... moved pci_enable_device to get rid of statement with...
2001-07-20 Frank Mori... 2.4 kernel pci fixes
2001-07-19 David SchleefAdd pci_enable_device()
2001-07-19 Frank Mori... fixing some bitrot
2001-07-18 Frank Mori... added start_src TRIG_EXT and stop_src TRIG_NONE
2001-07-18 Frank Mori... fixed amcc s5933 interrupt clear so it doesn't disable...
2001-07-18 Frank Mori... interrupts are working, trying to get them cleared...
2001-07-18 David SchleefFixed high-bit problem for AO on ao_unipolar=1 boards.
2001-07-18 David SchleefSlap together some notes about insn_config
2001-07-16 Frank Mori... making progress now...
2001-07-15 Frank Mori... added to a comment
2001-07-15 Frank Mori... fixed typo in a2150_get_timing()
2001-07-15 Frank Mori... added rejection of count == 1 for mode 3, added i8254_r...
2001-07-15 Frank Mori... fixed bug in cmd_test
2001-07-14 David SchleefPowerPC has higher IRQ numbers.
2001-07-14 David SchleefAdd some headers
2001-07-14 David SchleefResolve conflict with function defined in PPC kernel
2001-07-14 David SchleefFix a little buglet in cmd_test
2001-07-14 Frank Mori... improved initialization to make sure hardware conversio...
2001-07-13 Frank Mori... added a little more debug info
2001-07-13 Frank Mori... oops, last time I was looking at the section of the...
2001-07-13 David SchleefAdded pci_enable_device()
2001-07-12 Frank Mori... trying to get interrupts enabled on the amcc s5933...
2001-07-11 David SchleefAdded INSN_CONFIG to insn parsing.
2001-07-10 Frank Mori... fixed detection of analog input or output subdevice
2001-07-10 David SchleefFix problem with DO subdevices in insn_rw_emulate_bits()
2001-07-10 Frank Mori... set sdf readable flag for digital output
2001-07-10 David Schleef*** empty log message ***
next