Lines Matching +full:cpu +full:- +full:capacity
2 * Ver 0.1 Nov 1 95 Pre-working code :-)
8 * we received non serial read-ahead requests from the
17 * ide tapes :-)
73 * Removed some old (non-active) code which had
96 * Pre-calculation of the expected read/write request
109 * continuous view of the media - any mix of block sizes
116 * By cooperating with ide-dma.c, bus mastering DMA can
119 * reduce the CPU's overhead when accessing the device,
120 * and can be enabled by using hdparm -d1 on the tape's
122 * comments in ide-dma.c.
129 * Ver 1.7 Sep 10 96 Minor changes for the CONNER CTT8000-A model.
139 * Reduced CPU overhead a bit by eliminating internal
146 * Removed ide-tape.h.
157 * Ver 1.13 Jan 2 98 Add "speed == 0" work-around for HP COLORADO 5GB
161 * spinlock with private per-tape spinlock.
172 * GO-1) Undefined code in idetape_read_position
174 * AJN-1) Minor fix asc == 11 should be asc == 0x11
177 * AJN-2) Added more debugging output, and
178 * added ide-tape: where missing. I would also
179 * like to add tape->name where possible
180 * AJN-3) Added different debug_level's
191 * AJN-4) Fixed timeout for retension in idetape_queue_pc_tail
193 * AJN-5) Changed maximum number of blocks to skip when
204 * Proposed changes to release-notes:
211 * similar approach to lower-than-500 kB/s ?
221 * - Add idetape_onstream_mode_sense_tape_parameter_page
222 * function to get tape capacity in frames: tape->capacity.
223 * - Add support for DI-50 drives( or any DI- drive).
224 * - 'workaround' for read error/blank block around block 3000.
225 * - Implement Early warning for end of media for Onstream.
226 * - Cosmetic code changes for readability.
227 * - Idetape_position_tape should not use SKIP bit during
229 * - Add capacity, logical_blk_num and first/last_frame_position
231 * - Module use count was gone in the Linux 2.4 driver.
233 * - Get drive's actual block size from mode sense block descriptor
234 * - Limit size of pipeline
249 * Fixed off-by-one error in testing the pipeline length.