Change Comedi buffer allocator to use a virtual function in the
authorDavid Schleef <ds@schleef.org>
Mon, 4 Feb 2002 00:28:19 +0000 (00:28 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 4 Feb 2002 00:28:19 +0000 (00:28 +0000)
commit67bc5306f98eb2fc6bb5be7703b4f78d59d0d93a
tree885faf2a1a403649d6059b482d5485bf222574cb
parente3222c3a3b7429efe114f820231fc396c6b8a4ce
Change Comedi buffer allocator to use a virtual function in the
subdevice structure.  Added a default allocator.  Added an override
in ni_pcimio, to use dma_alloc_consistent.  Changed the number of
maximum caldac in ni_pcimio -- mostly bogus, but is used for testing.
comedi/comedi_fops.c
comedi/drivers.c
comedi/drivers/ni_pcimio.c