blob: 0b8765c22d7ada5a38798b20ae95ebcf1140cd03 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Borislav Petkov5ce78af2008-02-02 19:56:48 +01002 * IDE ATAPI streaming tape driver.
3 *
Bartlomiej Zolnierkiewicz59bca8c2008-02-01 23:09:33 +01004 * Copyright (C) 1995-1999 Gadi Oxman <gadio@netvision.net.il>
5 * Copyright (C) 2003-2005 Bartlomiej Zolnierkiewicz
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * This driver was constructed as a student project in the software laboratory
8 * of the faculty of electrical engineering in the Technion - Israel's
9 * Institute Of Technology, with the guide of Avner Lottem and Dr. Ilana David.
10 *
11 * It is hereby placed under the terms of the GNU general public license.
12 * (See linux/COPYING).
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 *
Borislav Petkov5ce78af2008-02-02 19:56:48 +010014 * For a historical changelog see
15 * Documentation/ide/ChangeLog.ide-tape.1995-2002
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 */
17
Borislav Petkovdfe79932008-02-06 02:57:55 +010018#define IDETAPE_VERSION "1.20"
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#include <linux/module.h>
21#include <linux/types.h>
22#include <linux/string.h>
23#include <linux/kernel.h>
24#include <linux/delay.h>
25#include <linux/timer.h>
26#include <linux/mm.h>
27#include <linux/interrupt.h>
Marcelo Feitoza Parisi9bae1ff2006-03-28 01:56:46 -080028#include <linux/jiffies.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include <linux/major.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070030#include <linux/errno.h>
31#include <linux/genhd.h>
32#include <linux/slab.h>
33#include <linux/pci.h>
34#include <linux/ide.h>
35#include <linux/smp_lock.h>
36#include <linux/completion.h>
37#include <linux/bitops.h>
Arjan van de Vencf8b8972006-03-23 03:00:45 -080038#include <linux/mutex.h>
Borislav Petkov90699ce2008-02-02 19:56:50 +010039#include <scsi/scsi.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040
41#include <asm/byteorder.h>
Borislav Petkovc837cfa2008-02-06 02:57:54 +010042#include <linux/irq.h>
43#include <linux/uaccess.h>
44#include <linux/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <asm/unaligned.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <linux/mtio.h>
47
Borislav Petkov8004a8c2008-02-06 02:57:51 +010048enum {
49 /* output errors only */
50 DBG_ERR = (1 << 0),
51 /* output all sense key/asc */
52 DBG_SENSE = (1 << 1),
53 /* info regarding all chrdev-related procedures */
54 DBG_CHRDEV = (1 << 2),
55 /* all remaining procedures */
56 DBG_PROCS = (1 << 3),
57 /* buffer alloc info (pc_stack & rq_stack) */
58 DBG_PCRQ_STACK = (1 << 4),
59};
60
61/* define to see debug info */
62#define IDETAPE_DEBUG_LOG 0
63
64#if IDETAPE_DEBUG_LOG
65#define debug_log(lvl, fmt, args...) \
66{ \
67 if (tape->debug_mask & lvl) \
68 printk(KERN_INFO "ide-tape: " fmt, ## args); \
69}
70#else
71#define debug_log(lvl, fmt, args...) do {} while (0)
72#endif
73
Linus Torvalds1da177e2005-04-16 15:20:36 -070074/**************************** Tunable parameters *****************************/
Linus Torvalds1da177e2005-04-16 15:20:36 -070075/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +010076 * After each failed packet command we issue a request sense command and retry
77 * the packet command IDETAPE_MAX_PC_RETRIES times.
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +010079 * Setting IDETAPE_MAX_PC_RETRIES to 0 will disable retries.
Linus Torvalds1da177e2005-04-16 15:20:36 -070080 */
81#define IDETAPE_MAX_PC_RETRIES 3
82
83/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +010084 * With each packet command, we allocate a buffer of IDETAPE_PC_BUFFER_SIZE
85 * bytes. This is used for several packet commands (Not for READ/WRITE commands)
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 */
87#define IDETAPE_PC_BUFFER_SIZE 256
88
89/*
90 * In various places in the driver, we need to allocate storage
91 * for packet commands and requests, which will remain valid while
92 * we leave the driver to wait for an interrupt or a timeout event.
93 */
94#define IDETAPE_PC_STACK (10 + IDETAPE_MAX_PC_RETRIES)
95
96/*
97 * Some drives (for example, Seagate STT3401A Travan) require a very long
98 * timeout, because they don't return an interrupt or clear their busy bit
99 * until after the command completes (even retension commands).
100 */
101#define IDETAPE_WAIT_CMD (900*HZ)
102
103/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100104 * The following parameter is used to select the point in the internal tape fifo
105 * in which we will start to refill the buffer. Decreasing the following
106 * parameter will improve the system's latency and interactive response, while
107 * using a high value might improve system throughput.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 */
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100109#define IDETAPE_FIFO_THRESHOLD 2
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110
111/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100112 * DSC polling parameters.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100114 * Polling for DSC (a single bit in the status register) is a very important
115 * function in ide-tape. There are two cases in which we poll for DSC:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100117 * 1. Before a read/write packet command, to ensure that we can transfer data
118 * from/to the tape's data buffers, without causing an actual media access.
119 * In case the tape is not ready yet, we take out our request from the device
120 * request queue, so that ide.c could service requests from the other device
121 * on the same interface in the meantime.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700122 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100123 * 2. After the successful initialization of a "media access packet command",
124 * which is a command that can take a long time to complete (the interval can
125 * range from several seconds to even an hour). Again, we postpone our request
126 * in the middle to free the bus for the other device. The polling frequency
127 * here should be lower than the read/write frequency since those media access
128 * commands are slow. We start from a "fast" frequency - IDETAPE_DSC_MA_FAST
129 * (1 second), and if we don't receive DSC after IDETAPE_DSC_MA_THRESHOLD
130 * (5 min), we switch it to a lower frequency - IDETAPE_DSC_MA_SLOW (1 min).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100132 * We also set a timeout for the timer, in case something goes wrong. The
133 * timeout should be longer then the maximum execution time of a tape operation.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 */
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100135
136/* DSC timings. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137#define IDETAPE_DSC_RW_MIN 5*HZ/100 /* 50 msec */
138#define IDETAPE_DSC_RW_MAX 40*HZ/100 /* 400 msec */
139#define IDETAPE_DSC_RW_TIMEOUT 2*60*HZ /* 2 minutes */
140#define IDETAPE_DSC_MA_FAST 2*HZ /* 2 seconds */
141#define IDETAPE_DSC_MA_THRESHOLD 5*60*HZ /* 5 minutes */
142#define IDETAPE_DSC_MA_SLOW 30*HZ /* 30 seconds */
143#define IDETAPE_DSC_MA_TIMEOUT 2*60*60*HZ /* 2 hours */
144
145/*************************** End of tunable parameters ***********************/
146
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100147/* Read/Write error simulation */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148#define SIMULATE_ERRORS 0
149
Borislav Petkov54abf372008-02-06 02:57:52 +0100150/* tape directions */
151enum {
152 IDETAPE_DIR_NONE = (1 << 0),
153 IDETAPE_DIR_READ = (1 << 1),
154 IDETAPE_DIR_WRITE = (1 << 2),
155};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156
157struct idetape_bh {
Stephen Rothwellab057962007-08-01 23:46:44 +0200158 u32 b_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 atomic_t b_count;
160 struct idetape_bh *b_reqnext;
161 char *b_data;
162};
163
Borislav Petkov03056b92008-04-18 00:46:26 +0200164/* Tape door status */
165#define DOOR_UNLOCKED 0
166#define DOOR_LOCKED 1
167#define DOOR_EXPLICITLY_LOCKED 2
168
169/* Some defines for the SPACE command */
170#define IDETAPE_SPACE_OVER_FILEMARK 1
171#define IDETAPE_SPACE_TO_EOD 3
172
173/* Some defines for the LOAD UNLOAD command */
174#define IDETAPE_LU_LOAD_MASK 1
175#define IDETAPE_LU_RETENSION_MASK 2
176#define IDETAPE_LU_EOT_MASK 4
177
178/*
179 * Special requests for our block device strategy routine.
180 *
181 * In order to service a character device command, we add special requests to
182 * the tail of our block device request queue and wait for their completion.
183 */
184
185enum {
186 REQ_IDETAPE_PC1 = (1 << 0), /* packet command (first stage) */
187 REQ_IDETAPE_PC2 = (1 << 1), /* packet command (second stage) */
188 REQ_IDETAPE_READ = (1 << 2),
189 REQ_IDETAPE_WRITE = (1 << 3),
190};
191
192/* Error codes returned in rq->errors to the higher part of the driver. */
193#define IDETAPE_ERROR_GENERAL 101
194#define IDETAPE_ERROR_FILEMARK 102
195#define IDETAPE_ERROR_EOD 103
196
197/* Structures related to the SELECT SENSE / MODE SENSE packet commands. */
198#define IDETAPE_BLOCK_DESCRIPTOR 0
199#define IDETAPE_CAPABILITIES_PAGE 0x2a
200
Borislav Petkov346331f2008-04-18 00:46:26 +0200201/* Tape flag bits values. */
202enum {
203 IDETAPE_FLAG_IGNORE_DSC = (1 << 0),
204 /* 0 When the tape position is unknown */
205 IDETAPE_FLAG_ADDRESS_VALID = (1 << 1),
206 /* Device already opened */
Borislav Petkov42d54682008-04-27 15:38:27 +0200207 IDETAPE_FLAG_BUSY = (1 << 2),
Borislav Petkov346331f2008-04-18 00:46:26 +0200208 /* Attempt to auto-detect the current user block size */
Borislav Petkov42d54682008-04-27 15:38:27 +0200209 IDETAPE_FLAG_DETECT_BS = (1 << 3),
Borislav Petkov346331f2008-04-18 00:46:26 +0200210 /* Currently on a filemark */
Borislav Petkov42d54682008-04-27 15:38:27 +0200211 IDETAPE_FLAG_FILEMARK = (1 << 4),
Borislav Petkov346331f2008-04-18 00:46:26 +0200212 /* DRQ interrupt device */
Borislav Petkov42d54682008-04-27 15:38:27 +0200213 IDETAPE_FLAG_DRQ_INTERRUPT = (1 << 5),
Borislav Petkov346331f2008-04-18 00:46:26 +0200214 /* 0 = no tape is loaded, so we don't rewind after ejecting */
Borislav Petkov42d54682008-04-27 15:38:27 +0200215 IDETAPE_FLAG_MEDIUM_PRESENT = (1 << 6),
Borislav Petkov346331f2008-04-18 00:46:26 +0200216};
217
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100218/* A pipeline stage. */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700219typedef struct idetape_stage_s {
220 struct request rq; /* The corresponding request */
221 struct idetape_bh *bh; /* The data buffers */
222 struct idetape_stage_s *next; /* Pointer to the next stage */
223} idetape_stage_t;
224
225/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100226 * Most of our global data which we need to save even as we leave the driver due
227 * to an interrupt or a timer event is stored in the struct defined below.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 */
229typedef struct ide_tape_obj {
230 ide_drive_t *drive;
231 ide_driver_t *driver;
232 struct gendisk *disk;
233 struct kref kref;
234
235 /*
236 * Since a typical character device operation requires more
237 * than one packet command, we provide here enough memory
238 * for the maximum of interconnected packet commands.
239 * The packet commands are stored in the circular array pc_stack.
240 * pc_stack_index points to the last used entry, and warps around
241 * to the start when we get to the last array entry.
242 *
243 * pc points to the current processed packet command.
244 *
245 * failed_pc points to the last failed packet command, or contains
246 * NULL if we do not need to retry any packet command. This is
247 * required since an additional packet command is needed before the
248 * retry, to get detailed information on what went wrong.
249 */
250 /* Current packet command */
Borislav Petkovd236d742008-04-18 00:46:27 +0200251 struct ide_atapi_pc *pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700252 /* Last failed packet command */
Borislav Petkovd236d742008-04-18 00:46:27 +0200253 struct ide_atapi_pc *failed_pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700254 /* Packet command stack */
Borislav Petkovd236d742008-04-18 00:46:27 +0200255 struct ide_atapi_pc pc_stack[IDETAPE_PC_STACK];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700256 /* Next free packet command storage space */
257 int pc_stack_index;
258 struct request rq_stack[IDETAPE_PC_STACK];
259 /* We implement a circular array */
260 int rq_stack_index;
261
262 /*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100263 * DSC polling variables.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700264 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100265 * While polling for DSC we use postponed_rq to postpone the current
266 * request so that ide.c will be able to service pending requests on the
267 * other device. Note that at most we will have only one DSC (usually
Borislav Petkov5bd50dc2008-04-27 15:38:28 +0200268 * data transfer) request in the device request queue.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 */
270 struct request *postponed_rq;
271 /* The time in which we started polling for DSC */
272 unsigned long dsc_polling_start;
273 /* Timer used to poll for dsc */
274 struct timer_list dsc_timer;
275 /* Read/Write dsc polling frequency */
Borislav Petkov54bb2072008-02-06 02:57:52 +0100276 unsigned long best_dsc_rw_freq;
277 unsigned long dsc_poll_freq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 unsigned long dsc_timeout;
279
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100280 /* Read position information */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281 u8 partition;
282 /* Current block */
Borislav Petkov54bb2072008-02-06 02:57:52 +0100283 unsigned int first_frame;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100285 /* Last error information */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286 u8 sense_key, asc, ascq;
287
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100288 /* Character device operation */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289 unsigned int minor;
290 /* device name */
291 char name[4];
292 /* Current character device data transfer direction */
Borislav Petkov54abf372008-02-06 02:57:52 +0100293 u8 chrdev_dir;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294
Borislav Petkov54bb2072008-02-06 02:57:52 +0100295 /* tape block size, usually 512 or 1024 bytes */
296 unsigned short blk_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 int user_bs_factor;
Borislav Petkovb6422012008-02-02 19:56:49 +0100298
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299 /* Copy of the tape's Capabilities and Mechanical Page */
Borislav Petkovb6422012008-02-02 19:56:49 +0100300 u8 caps[20];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301
302 /*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100303 * Active data transfer request parameters.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100305 * At most, there is only one ide-tape originated data transfer request
306 * in the device request queue. This allows ide.c to easily service
307 * requests from the other device when we postpone our active request.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 */
Borislav Petkov83042b22008-04-27 15:38:27 +0200309
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100310 /* Data buffer size chosen based on the tape's recommendation */
Borislav Petkovf73850a2008-04-27 15:38:33 +0200311 int buffer_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312 idetape_stage_t *merge_stage;
Borislav Petkov01a63aeb2008-04-27 15:38:34 +0200313 /* size of the merge buffer */
314 int merge_bh_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700315 struct idetape_bh *bh;
316 char *b_data;
317 int b_count;
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100318
Borislav Petkova997a432008-04-27 15:38:33 +0200319 int pages_per_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 /* Wasted space in each stage */
321 int excess_bh_size;
322
323 /* Status/Action flags: long for set_bit */
324 unsigned long flags;
325 /* protects the ide-tape queue */
Borislav Petkov54bb2072008-02-06 02:57:52 +0100326 spinlock_t lock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100328 /* Measures average tape speed */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700329 unsigned long avg_time;
330 int avg_size;
331 int avg_speed;
332
Linus Torvalds1da177e2005-04-16 15:20:36 -0700333 /* the door is currently locked */
334 int door_locked;
335 /* the tape hardware is write protected */
336 char drv_write_prot;
337 /* the tape is write protected (hardware or opened as read-only) */
338 char write_prot;
339
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100340 u32 debug_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341} idetape_tape_t;
342
Arjan van de Vencf8b8972006-03-23 03:00:45 -0800343static DEFINE_MUTEX(idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344
Will Dysond5dee802005-09-16 02:55:07 -0700345static struct class *idetape_sysfs_class;
346
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347#define to_ide_tape(obj) container_of(obj, struct ide_tape_obj, kref)
348
349#define ide_tape_g(disk) \
350 container_of((disk)->private_data, struct ide_tape_obj, driver)
351
352static struct ide_tape_obj *ide_tape_get(struct gendisk *disk)
353{
354 struct ide_tape_obj *tape = NULL;
355
Arjan van de Vencf8b8972006-03-23 03:00:45 -0800356 mutex_lock(&idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 tape = ide_tape_g(disk);
358 if (tape)
359 kref_get(&tape->kref);
Arjan van de Vencf8b8972006-03-23 03:00:45 -0800360 mutex_unlock(&idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 return tape;
362}
363
364static void ide_tape_release(struct kref *);
365
366static void ide_tape_put(struct ide_tape_obj *tape)
367{
Arjan van de Vencf8b8972006-03-23 03:00:45 -0800368 mutex_lock(&idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369 kref_put(&tape->kref, ide_tape_release);
Arjan van de Vencf8b8972006-03-23 03:00:45 -0800370 mutex_unlock(&idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371}
372
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100374 * The variables below are used for the character device interface. Additional
375 * state variables are defined in our ide_drive_t structure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100377static struct ide_tape_obj *idetape_devs[MAX_HWIFS * MAX_DRIVES];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378
379#define ide_tape_f(file) ((file)->private_data)
380
381static struct ide_tape_obj *ide_tape_chrdev_get(unsigned int i)
382{
383 struct ide_tape_obj *tape = NULL;
384
Arjan van de Vencf8b8972006-03-23 03:00:45 -0800385 mutex_lock(&idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386 tape = idetape_devs[i];
387 if (tape)
388 kref_get(&tape->kref);
Arjan van de Vencf8b8972006-03-23 03:00:45 -0800389 mutex_unlock(&idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390 return tape;
391}
392
Borislav Petkovd236d742008-04-18 00:46:27 +0200393static void idetape_input_buffers(ide_drive_t *drive, struct ide_atapi_pc *pc,
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100394 unsigned int bcount)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395{
396 struct idetape_bh *bh = pc->bh;
397 int count;
398
399 while (bcount) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400 if (bh == NULL) {
401 printk(KERN_ERR "ide-tape: bh == NULL in "
402 "idetape_input_buffers\n");
Bartlomiej Zolnierkiewicz7616c0a2008-04-18 00:46:26 +0200403 ide_atapi_discard_data(drive, bcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 return;
405 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100406 count = min(
407 (unsigned int)(bh->b_size - atomic_read(&bh->b_count)),
408 bcount);
409 HWIF(drive)->atapi_input_bytes(drive, bh->b_data +
410 atomic_read(&bh->b_count), count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 bcount -= count;
412 atomic_add(count, &bh->b_count);
413 if (atomic_read(&bh->b_count) == bh->b_size) {
414 bh = bh->b_reqnext;
415 if (bh)
416 atomic_set(&bh->b_count, 0);
417 }
418 }
419 pc->bh = bh;
420}
421
Borislav Petkovd236d742008-04-18 00:46:27 +0200422static void idetape_output_buffers(ide_drive_t *drive, struct ide_atapi_pc *pc,
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100423 unsigned int bcount)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700424{
425 struct idetape_bh *bh = pc->bh;
426 int count;
427
428 while (bcount) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700429 if (bh == NULL) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100430 printk(KERN_ERR "ide-tape: bh == NULL in %s\n",
431 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700432 return;
433 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434 count = min((unsigned int)pc->b_count, (unsigned int)bcount);
435 HWIF(drive)->atapi_output_bytes(drive, pc->b_data, count);
436 bcount -= count;
437 pc->b_data += count;
438 pc->b_count -= count;
439 if (!pc->b_count) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100440 bh = bh->b_reqnext;
441 pc->bh = bh;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700442 if (bh) {
443 pc->b_data = bh->b_data;
444 pc->b_count = atomic_read(&bh->b_count);
445 }
446 }
447 }
448}
449
Borislav Petkovd236d742008-04-18 00:46:27 +0200450static void idetape_update_buffers(struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451{
452 struct idetape_bh *bh = pc->bh;
453 int count;
Borislav Petkovd236d742008-04-18 00:46:27 +0200454 unsigned int bcount = pc->xferred;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455
Borislav Petkov346331f2008-04-18 00:46:26 +0200456 if (pc->flags & PC_FLAG_WRITING)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 return;
458 while (bcount) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459 if (bh == NULL) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100460 printk(KERN_ERR "ide-tape: bh == NULL in %s\n",
461 __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462 return;
463 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464 count = min((unsigned int)bh->b_size, (unsigned int)bcount);
465 atomic_set(&bh->b_count, count);
466 if (atomic_read(&bh->b_count) == bh->b_size)
467 bh = bh->b_reqnext;
468 bcount -= count;
469 }
470 pc->bh = bh;
471}
472
473/*
474 * idetape_next_pc_storage returns a pointer to a place in which we can
475 * safely store a packet command, even though we intend to leave the
476 * driver. A storage space for a maximum of IDETAPE_PC_STACK packet
477 * commands is allocated at initialization time.
478 */
Borislav Petkovd236d742008-04-18 00:46:27 +0200479static struct ide_atapi_pc *idetape_next_pc_storage(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480{
481 idetape_tape_t *tape = drive->driver_data;
482
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100483 debug_log(DBG_PCRQ_STACK, "pc_stack_index=%d\n", tape->pc_stack_index);
484
Linus Torvalds1da177e2005-04-16 15:20:36 -0700485 if (tape->pc_stack_index == IDETAPE_PC_STACK)
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100486 tape->pc_stack_index = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700487 return (&tape->pc_stack[tape->pc_stack_index++]);
488}
489
490/*
491 * idetape_next_rq_storage is used along with idetape_next_pc_storage.
492 * Since we queue packet commands in the request queue, we need to
493 * allocate a request, along with the allocation of a packet command.
494 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100495
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496/**************************************************************
497 * *
498 * This should get fixed to use kmalloc(.., GFP_ATOMIC) *
499 * followed later on by kfree(). -ml *
500 * *
501 **************************************************************/
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100502
503static struct request *idetape_next_rq_storage(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504{
505 idetape_tape_t *tape = drive->driver_data;
506
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100507 debug_log(DBG_PCRQ_STACK, "rq_stack_index=%d\n", tape->rq_stack_index);
508
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 if (tape->rq_stack_index == IDETAPE_PC_STACK)
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100510 tape->rq_stack_index = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511 return (&tape->rq_stack[tape->rq_stack_index++]);
512}
513
Borislav Petkovd236d742008-04-18 00:46:27 +0200514static void idetape_init_pc(struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515{
516 memset(pc->c, 0, 12);
517 pc->retries = 0;
518 pc->flags = 0;
Borislav Petkovd236d742008-04-18 00:46:27 +0200519 pc->req_xfer = 0;
520 pc->buf = pc->pc_buf;
521 pc->buf_size = IDETAPE_PC_BUFFER_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 pc->bh = NULL;
523 pc->b_data = NULL;
524}
525
526/*
Borislav Petkov1b5db432008-02-02 19:56:48 +0100527 * called on each failed packet command retry to analyze the request sense. We
528 * currently do not utilize this information.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700529 */
Borislav Petkov1b5db432008-02-02 19:56:48 +0100530static void idetape_analyze_error(ide_drive_t *drive, u8 *sense)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531{
532 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +0200533 struct ide_atapi_pc *pc = tape->failed_pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534
Borislav Petkov1b5db432008-02-02 19:56:48 +0100535 tape->sense_key = sense[2] & 0xF;
536 tape->asc = sense[12];
537 tape->ascq = sense[13];
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100538
539 debug_log(DBG_ERR, "pc = %x, sense key = %x, asc = %x, ascq = %x\n",
540 pc->c[0], tape->sense_key, tape->asc, tape->ascq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541
Borislav Petkovd236d742008-04-18 00:46:27 +0200542 /* Correct pc->xferred by asking the tape. */
Borislav Petkov346331f2008-04-18 00:46:26 +0200543 if (pc->flags & PC_FLAG_DMA_ERROR) {
Borislav Petkovd236d742008-04-18 00:46:27 +0200544 pc->xferred = pc->req_xfer -
Borislav Petkov54bb2072008-02-06 02:57:52 +0100545 tape->blk_size *
Borislav Petkov860ff5e2008-02-02 19:56:50 +0100546 be32_to_cpu(get_unaligned((u32 *)&sense[3]));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 idetape_update_buffers(pc);
548 }
549
550 /*
551 * If error was the result of a zero-length read or write command,
552 * with sense key=5, asc=0x22, ascq=0, let it slide. Some drives
553 * (i.e. Seagate STT3401A Travan) don't support 0-length read/writes.
554 */
Borislav Petkov90699ce2008-02-02 19:56:50 +0100555 if ((pc->c[0] == READ_6 || pc->c[0] == WRITE_6)
Borislav Petkov1b5db432008-02-02 19:56:48 +0100556 /* length == 0 */
557 && pc->c[4] == 0 && pc->c[3] == 0 && pc->c[2] == 0) {
558 if (tape->sense_key == 5) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700559 /* don't report an error, everything's ok */
560 pc->error = 0;
561 /* don't retry read/write */
Borislav Petkov346331f2008-04-18 00:46:26 +0200562 pc->flags |= PC_FLAG_ABORT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700563 }
564 }
Borislav Petkov90699ce2008-02-02 19:56:50 +0100565 if (pc->c[0] == READ_6 && (sense[2] & 0x80)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 pc->error = IDETAPE_ERROR_FILEMARK;
Borislav Petkov346331f2008-04-18 00:46:26 +0200567 pc->flags |= PC_FLAG_ABORT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568 }
Borislav Petkov90699ce2008-02-02 19:56:50 +0100569 if (pc->c[0] == WRITE_6) {
Borislav Petkov1b5db432008-02-02 19:56:48 +0100570 if ((sense[2] & 0x40) || (tape->sense_key == 0xd
571 && tape->asc == 0x0 && tape->ascq == 0x2)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 pc->error = IDETAPE_ERROR_EOD;
Borislav Petkov346331f2008-04-18 00:46:26 +0200573 pc->flags |= PC_FLAG_ABORT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 }
575 }
Borislav Petkov90699ce2008-02-02 19:56:50 +0100576 if (pc->c[0] == READ_6 || pc->c[0] == WRITE_6) {
Borislav Petkov1b5db432008-02-02 19:56:48 +0100577 if (tape->sense_key == 8) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 pc->error = IDETAPE_ERROR_EOD;
Borislav Petkov346331f2008-04-18 00:46:26 +0200579 pc->flags |= PC_FLAG_ABORT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580 }
Borislav Petkov346331f2008-04-18 00:46:26 +0200581 if (!(pc->flags & PC_FLAG_ABORT) &&
Borislav Petkovd236d742008-04-18 00:46:27 +0200582 pc->xferred)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583 pc->retries = IDETAPE_MAX_PC_RETRIES + 1;
584 }
585}
586
Borislav Petkovd01dbc32008-04-27 15:38:33 +0200587/* Free data buffers completely. */
588static void ide_tape_kfree_buffer(idetape_stage_t *stage)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700589{
590 struct idetape_bh *prev_bh, *bh = stage->bh;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591
Borislav Petkovd01dbc32008-04-27 15:38:33 +0200592 while (bh) {
593 u32 size = bh->b_size;
594
595 while (size) {
596 unsigned int order = fls(size >> PAGE_SHIFT)-1;
597
598 if (bh->b_data)
599 free_pages((unsigned long)bh->b_data, order);
600
601 size &= (order-1);
602 bh->b_data += (1 << order) * PAGE_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700603 }
604 prev_bh = bh;
605 bh = bh->b_reqnext;
606 kfree(prev_bh);
607 }
608 kfree(stage);
609}
610
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611static int idetape_end_request(ide_drive_t *drive, int uptodate, int nr_sects)
612{
613 struct request *rq = HWGROUP(drive)->rq;
614 idetape_tape_t *tape = drive->driver_data;
615 unsigned long flags;
616 int error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100618 debug_log(DBG_PROCS, "Enter %s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619
620 switch (uptodate) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100621 case 0: error = IDETAPE_ERROR_GENERAL; break;
622 case 1: error = 0; break;
623 default: error = uptodate;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700624 }
625 rq->errors = error;
626 if (error)
627 tape->failed_pc = NULL;
628
Bartlomiej Zolnierkiewicz36872212008-01-26 20:13:10 +0100629 if (!blk_special_request(rq)) {
630 ide_end_request(drive, uptodate, nr_sects);
631 return 0;
632 }
633
Borislav Petkov54bb2072008-02-06 02:57:52 +0100634 spin_lock_irqsave(&tape->lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700635
Linus Torvalds1da177e2005-04-16 15:20:36 -0700636 ide_end_drive_cmd(drive, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700637
Borislav Petkov54bb2072008-02-06 02:57:52 +0100638 spin_unlock_irqrestore(&tape->lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 return 0;
640}
641
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100642static ide_startstop_t idetape_request_sense_callback(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700643{
644 idetape_tape_t *tape = drive->driver_data;
645
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100646 debug_log(DBG_PROCS, "Enter %s\n", __func__);
647
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648 if (!tape->pc->error) {
Borislav Petkovd236d742008-04-18 00:46:27 +0200649 idetape_analyze_error(drive, tape->pc->buf);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 idetape_end_request(drive, 1, 0);
651 } else {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100652 printk(KERN_ERR "ide-tape: Error in REQUEST SENSE itself - "
653 "Aborting request!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 idetape_end_request(drive, 0, 0);
655 }
656 return ide_stopped;
657}
658
Borislav Petkovd236d742008-04-18 00:46:27 +0200659static void idetape_create_request_sense_cmd(struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660{
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100661 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +0100662 pc->c[0] = REQUEST_SENSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700663 pc->c[4] = 20;
Borislav Petkovd236d742008-04-18 00:46:27 +0200664 pc->req_xfer = 20;
665 pc->idetape_callback = &idetape_request_sense_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666}
667
668static void idetape_init_rq(struct request *rq, u8 cmd)
669{
670 memset(rq, 0, sizeof(*rq));
Jens Axboe4aff5e22006-08-10 08:44:47 +0200671 rq->cmd_type = REQ_TYPE_SPECIAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672 rq->cmd[0] = cmd;
673}
674
675/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100676 * Generate a new packet command request in front of the request queue, before
677 * the current request, so that it will be processed immediately, on the next
678 * pass through the driver. The function below is called from the request
679 * handling part of the driver (the "bottom" part). Safe storage for the request
680 * should be allocated with ide_tape_next_{pc,rq}_storage() prior to that.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700681 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100682 * Memory for those requests is pre-allocated at initialization time, and is
683 * limited to IDETAPE_PC_STACK requests. We assume that we have enough space for
684 * the maximum possible number of inter-dependent packet commands.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700685 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100686 * The higher level of the driver - The ioctl handler and the character device
687 * handling functions should queue request to the lower level part and wait for
688 * their completion using idetape_queue_pc_tail or idetape_queue_rw_tail.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689 */
Borislav Petkovd236d742008-04-18 00:46:27 +0200690static void idetape_queue_pc_head(ide_drive_t *drive, struct ide_atapi_pc *pc,
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100691 struct request *rq)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692{
693 struct ide_tape_obj *tape = drive->driver_data;
694
695 idetape_init_rq(rq, REQ_IDETAPE_PC1);
696 rq->buffer = (char *) pc;
697 rq->rq_disk = tape->disk;
698 (void) ide_do_drive_cmd(drive, rq, ide_preempt);
699}
700
701/*
702 * idetape_retry_pc is called when an error was detected during the
703 * last packet command. We queue a request sense packet command in
704 * the head of the request list.
705 */
706static ide_startstop_t idetape_retry_pc (ide_drive_t *drive)
707{
708 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +0200709 struct ide_atapi_pc *pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 struct request *rq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711
Bartlomiej Zolnierkiewicz64a57fe2008-02-06 02:57:51 +0100712 (void)ide_read_error(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713 pc = idetape_next_pc_storage(drive);
714 rq = idetape_next_rq_storage(drive);
715 idetape_create_request_sense_cmd(pc);
Borislav Petkov346331f2008-04-18 00:46:26 +0200716 set_bit(IDETAPE_FLAG_IGNORE_DSC, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717 idetape_queue_pc_head(drive, pc, rq);
718 return ide_stopped;
719}
720
721/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100722 * Postpone the current request so that ide.c will be able to service requests
723 * from another device on the same hwgroup while we are polling for DSC.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100725static void idetape_postpone_request(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700726{
727 idetape_tape_t *tape = drive->driver_data;
728
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100729 debug_log(DBG_PROCS, "Enter %s\n", __func__);
730
Linus Torvalds1da177e2005-04-16 15:20:36 -0700731 tape->postponed_rq = HWGROUP(drive)->rq;
Borislav Petkov54bb2072008-02-06 02:57:52 +0100732 ide_stall_queue(drive, tape->dsc_poll_freq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700733}
734
Borislav Petkovd236d742008-04-18 00:46:27 +0200735typedef void idetape_io_buf(ide_drive_t *, struct ide_atapi_pc *, unsigned int);
Borislav Petkova1efc852008-02-06 02:57:52 +0100736
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737/*
Borislav Petkova1efc852008-02-06 02:57:52 +0100738 * This is the usual interrupt handler which will be called during a packet
739 * command. We will transfer some of the data (as requested by the drive) and
740 * will re-point interrupt handler to us. When data transfer is finished, we
741 * will act according to the algorithm described before
Borislav Petkov8d06bfa2008-02-06 02:57:53 +0100742 * idetape_issue_pc.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743 */
Borislav Petkova1efc852008-02-06 02:57:52 +0100744static ide_startstop_t idetape_pc_intr(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745{
746 ide_hwif_t *hwif = drive->hwif;
747 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +0200748 struct ide_atapi_pc *pc = tape->pc;
Borislav Petkova1efc852008-02-06 02:57:52 +0100749 xfer_func_t *xferfunc;
750 idetape_io_buf *iobuf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751 unsigned int temp;
752#if SIMULATE_ERRORS
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100753 static int error_sim_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754#endif
Bartlomiej Zolnierkiewicz790d1232008-01-25 22:17:12 +0100755 u16 bcount;
Bartlomiej Zolnierkiewicz8e7657a2008-01-25 22:17:12 +0100756 u8 stat, ireason;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100758 debug_log(DBG_PROCS, "Enter %s - interrupt handler\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759
760 /* Clear the interrupt */
Bartlomiej Zolnierkiewiczc47137a2008-02-06 02:57:51 +0100761 stat = ide_read_status(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762
Borislav Petkov346331f2008-04-18 00:46:26 +0200763 if (pc->flags & PC_FLAG_DMA_IN_PROGRESS) {
Bartlomiej Zolnierkiewicz5e37bdc2008-04-26 22:25:24 +0200764 if (hwif->dma_ops->dma_end(drive) || (stat & ERR_STAT)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700765 /*
766 * A DMA error is sometimes expected. For example,
767 * if the tape is crossing a filemark during a
768 * READ command, it will issue an irq and position
769 * itself before the filemark, so that only a partial
770 * data transfer will occur (which causes the DMA
771 * error). In that case, we will later ask the tape
772 * how much bytes of the original request were
773 * actually transferred (we can't receive that
774 * information from the DMA engine on most chipsets).
775 */
776
777 /*
778 * On the contrary, a DMA error is never expected;
779 * it usually indicates a hardware error or abort.
780 * If the tape crosses a filemark during a READ
781 * command, it will issue an irq and position itself
782 * after the filemark (not before). Only a partial
783 * data transfer will occur, but no DMA error.
784 * (AS, 19 Apr 2001)
785 */
Borislav Petkov346331f2008-04-18 00:46:26 +0200786 pc->flags |= PC_FLAG_DMA_ERROR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787 } else {
Borislav Petkovd236d742008-04-18 00:46:27 +0200788 pc->xferred = pc->req_xfer;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789 idetape_update_buffers(pc);
790 }
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100791 debug_log(DBG_PROCS, "DMA finished\n");
792
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793 }
794
795 /* No more interrupts */
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +0100796 if ((stat & DRQ_STAT) == 0) {
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100797 debug_log(DBG_SENSE, "Packet command completed, %d bytes"
Borislav Petkovd236d742008-04-18 00:46:27 +0200798 " transferred\n", pc->xferred);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799
Borislav Petkov346331f2008-04-18 00:46:26 +0200800 pc->flags &= ~PC_FLAG_DMA_IN_PROGRESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801 local_irq_enable();
802
803#if SIMULATE_ERRORS
Borislav Petkov90699ce2008-02-02 19:56:50 +0100804 if ((pc->c[0] == WRITE_6 || pc->c[0] == READ_6) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 (++error_sim_count % 100) == 0) {
806 printk(KERN_INFO "ide-tape: %s: simulating error\n",
807 tape->name);
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +0100808 stat |= ERR_STAT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809 }
810#endif
Borislav Petkov90699ce2008-02-02 19:56:50 +0100811 if ((stat & ERR_STAT) && pc->c[0] == REQUEST_SENSE)
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +0100812 stat &= ~ERR_STAT;
Borislav Petkov346331f2008-04-18 00:46:26 +0200813 if ((stat & ERR_STAT) || (pc->flags & PC_FLAG_DMA_ERROR)) {
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +0100814 /* Error detected */
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100815 debug_log(DBG_ERR, "%s: I/O error\n", tape->name);
816
Borislav Petkov90699ce2008-02-02 19:56:50 +0100817 if (pc->c[0] == REQUEST_SENSE) {
Borislav Petkova1efc852008-02-06 02:57:52 +0100818 printk(KERN_ERR "ide-tape: I/O error in request"
819 " sense command\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 return ide_do_reset(drive);
821 }
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100822 debug_log(DBG_ERR, "[cmd %x]: check condition\n",
823 pc->c[0]);
824
Linus Torvalds1da177e2005-04-16 15:20:36 -0700825 /* Retry operation */
826 return idetape_retry_pc(drive);
827 }
828 pc->error = 0;
Borislav Petkov346331f2008-04-18 00:46:26 +0200829 if ((pc->flags & PC_FLAG_WAIT_FOR_DSC) &&
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +0100830 (stat & SEEK_STAT) == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700831 /* Media access command */
832 tape->dsc_polling_start = jiffies;
Borislav Petkov54bb2072008-02-06 02:57:52 +0100833 tape->dsc_poll_freq = IDETAPE_DSC_MA_FAST;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700834 tape->dsc_timeout = jiffies + IDETAPE_DSC_MA_TIMEOUT;
835 /* Allow ide.c to handle other requests */
836 idetape_postpone_request(drive);
837 return ide_stopped;
838 }
839 if (tape->failed_pc == pc)
840 tape->failed_pc = NULL;
841 /* Command finished - Call the callback function */
Borislav Petkovd236d742008-04-18 00:46:27 +0200842 return pc->idetape_callback(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 }
Borislav Petkov346331f2008-04-18 00:46:26 +0200844
845 if (pc->flags & PC_FLAG_DMA_IN_PROGRESS) {
846 pc->flags &= ~PC_FLAG_DMA_IN_PROGRESS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 printk(KERN_ERR "ide-tape: The tape wants to issue more "
848 "interrupts in DMA mode\n");
849 printk(KERN_ERR "ide-tape: DMA disabled, reverting to PIO\n");
Bartlomiej Zolnierkiewicz7469aaf2007-02-17 02:40:26 +0100850 ide_dma_off(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851 return ide_do_reset(drive);
852 }
853 /* Get the number of bytes to transfer on this interrupt. */
Bartlomiej Zolnierkiewicz4c3032d2008-04-27 15:38:32 +0200854 bcount = (hwif->INB(hwif->io_ports.lbah_addr) << 8) |
855 hwif->INB(hwif->io_ports.lbam_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856
Bartlomiej Zolnierkiewicz4c3032d2008-04-27 15:38:32 +0200857 ireason = hwif->INB(hwif->io_ports.nsect_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858
Bartlomiej Zolnierkiewicz8e7657a2008-01-25 22:17:12 +0100859 if (ireason & CD) {
Borislav Petkova1efc852008-02-06 02:57:52 +0100860 printk(KERN_ERR "ide-tape: CoD != 0 in %s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 return ide_do_reset(drive);
862 }
Borislav Petkov346331f2008-04-18 00:46:26 +0200863 if (((ireason & IO) == IO) == !!(pc->flags & PC_FLAG_WRITING)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 /* Hopefully, we will never get here */
865 printk(KERN_ERR "ide-tape: We wanted to %s, ",
Bartlomiej Zolnierkiewicz8e7657a2008-01-25 22:17:12 +0100866 (ireason & IO) ? "Write" : "Read");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 printk(KERN_ERR "ide-tape: but the tape wants us to %s !\n",
Bartlomiej Zolnierkiewicz8e7657a2008-01-25 22:17:12 +0100868 (ireason & IO) ? "Read" : "Write");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869 return ide_do_reset(drive);
870 }
Borislav Petkov346331f2008-04-18 00:46:26 +0200871 if (!(pc->flags & PC_FLAG_WRITING)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 /* Reading - Check that we have enough space */
Borislav Petkovd236d742008-04-18 00:46:27 +0200873 temp = pc->xferred + bcount;
874 if (temp > pc->req_xfer) {
875 if (temp > pc->buf_size) {
Borislav Petkova1efc852008-02-06 02:57:52 +0100876 printk(KERN_ERR "ide-tape: The tape wants to "
877 "send us more data than expected "
878 "- discarding data\n");
Bartlomiej Zolnierkiewicz7616c0a2008-04-18 00:46:26 +0200879 ide_atapi_discard_data(drive, bcount);
Borislav Petkova1efc852008-02-06 02:57:52 +0100880 ide_set_handler(drive, &idetape_pc_intr,
881 IDETAPE_WAIT_CMD, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 return ide_started;
883 }
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100884 debug_log(DBG_SENSE, "The tape wants to send us more "
885 "data than expected - allowing transfer\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886 }
Borislav Petkova1efc852008-02-06 02:57:52 +0100887 iobuf = &idetape_input_buffers;
888 xferfunc = hwif->atapi_input_bytes;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 } else {
Borislav Petkova1efc852008-02-06 02:57:52 +0100890 iobuf = &idetape_output_buffers;
891 xferfunc = hwif->atapi_output_bytes;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 }
Borislav Petkova1efc852008-02-06 02:57:52 +0100893
894 if (pc->bh)
895 iobuf(drive, pc, bcount);
896 else
Borislav Petkovd236d742008-04-18 00:46:27 +0200897 xferfunc(drive, pc->cur_pos, bcount);
Borislav Petkova1efc852008-02-06 02:57:52 +0100898
Linus Torvalds1da177e2005-04-16 15:20:36 -0700899 /* Update the current position */
Borislav Petkovd236d742008-04-18 00:46:27 +0200900 pc->xferred += bcount;
901 pc->cur_pos += bcount;
Borislav Petkov8004a8c2008-02-06 02:57:51 +0100902
903 debug_log(DBG_SENSE, "[cmd %x] transferred %d bytes on that intr.\n",
904 pc->c[0], bcount);
905
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 /* And set the interrupt handler again */
907 ide_set_handler(drive, &idetape_pc_intr, IDETAPE_WAIT_CMD, NULL);
908 return ide_started;
909}
910
911/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100912 * Packet Command Interface
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100914 * The current Packet Command is available in tape->pc, and will not change
915 * until we finish handling it. Each packet command is associated with a
916 * callback function that will be called when the command is finished.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100918 * The handling will be done in three stages:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100920 * 1. idetape_issue_pc will send the packet command to the drive, and will set
921 * the interrupt handler to idetape_pc_intr.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100923 * 2. On each interrupt, idetape_pc_intr will be called. This step will be
924 * repeated until the device signals us that no more interrupts will be issued.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100926 * 3. ATAPI Tape media access commands have immediate status with a delayed
927 * process. In case of a successful initiation of a media access packet command,
928 * the DSC bit will be set when the actual execution of the command is finished.
929 * Since the tape drive will not issue an interrupt, we have to poll for this
930 * event. In this case, we define the request as "low priority request" by
931 * setting rq_status to IDETAPE_RQ_POSTPONED, set a timer to poll for DSC and
932 * exit the driver.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100934 * ide.c will then give higher priority to requests which originate from the
935 * other device, until will change rq_status to RQ_ACTIVE.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100937 * 4. When the packet command is finished, it will be checked for errors.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100939 * 5. In case an error was found, we queue a request sense packet command in
940 * front of the request queue and retry the operation up to
941 * IDETAPE_MAX_PC_RETRIES times.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +0100943 * 6. In case no error was found, or we decided to give up and not to retry
944 * again, the callback function will be called and then we will handle the next
945 * request.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946 */
947static ide_startstop_t idetape_transfer_pc(ide_drive_t *drive)
948{
949 ide_hwif_t *hwif = drive->hwif;
950 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +0200951 struct ide_atapi_pc *pc = tape->pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952 int retries = 100;
953 ide_startstop_t startstop;
Bartlomiej Zolnierkiewicz8e7657a2008-01-25 22:17:12 +0100954 u8 ireason;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700955
Borislav Petkov5a04cfa2008-02-06 02:57:54 +0100956 if (ide_wait_stat(&startstop, drive, DRQ_STAT, BUSY_STAT, WAIT_READY)) {
957 printk(KERN_ERR "ide-tape: Strange, packet command initiated "
958 "yet DRQ isn't asserted\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 return startstop;
960 }
Bartlomiej Zolnierkiewicz4c3032d2008-04-27 15:38:32 +0200961 ireason = hwif->INB(hwif->io_ports.nsect_addr);
Bartlomiej Zolnierkiewicz8e7657a2008-01-25 22:17:12 +0100962 while (retries-- && ((ireason & CD) == 0 || (ireason & IO))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963 printk(KERN_ERR "ide-tape: (IO,CoD != (0,1) while issuing "
964 "a packet command, retrying\n");
965 udelay(100);
Bartlomiej Zolnierkiewicz4c3032d2008-04-27 15:38:32 +0200966 ireason = hwif->INB(hwif->io_ports.nsect_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 if (retries == 0) {
968 printk(KERN_ERR "ide-tape: (IO,CoD != (0,1) while "
969 "issuing a packet command, ignoring\n");
Bartlomiej Zolnierkiewicz8e7657a2008-01-25 22:17:12 +0100970 ireason |= CD;
971 ireason &= ~IO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 }
973 }
Bartlomiej Zolnierkiewicz8e7657a2008-01-25 22:17:12 +0100974 if ((ireason & CD) == 0 || (ireason & IO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975 printk(KERN_ERR "ide-tape: (IO,CoD) != (0,1) while issuing "
976 "a packet command\n");
977 return ide_do_reset(drive);
978 }
979 /* Set the interrupt routine */
980 ide_set_handler(drive, &idetape_pc_intr, IDETAPE_WAIT_CMD, NULL);
981#ifdef CONFIG_BLK_DEV_IDEDMA
982 /* Begin DMA, if necessary */
Borislav Petkov346331f2008-04-18 00:46:26 +0200983 if (pc->flags & PC_FLAG_DMA_IN_PROGRESS)
Bartlomiej Zolnierkiewicz5e37bdc2008-04-26 22:25:24 +0200984 hwif->dma_ops->dma_start(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985#endif
986 /* Send the actual packet */
987 HWIF(drive)->atapi_output_bytes(drive, pc->c, 12);
988 return ide_started;
989}
990
Borislav Petkovd236d742008-04-18 00:46:27 +0200991static ide_startstop_t idetape_issue_pc(ide_drive_t *drive,
992 struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993{
994 ide_hwif_t *hwif = drive->hwif;
995 idetape_tape_t *tape = drive->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996 int dma_ok = 0;
Bartlomiej Zolnierkiewicz790d1232008-01-25 22:17:12 +0100997 u16 bcount;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998
Borislav Petkov90699ce2008-02-02 19:56:50 +0100999 if (tape->pc->c[0] == REQUEST_SENSE &&
1000 pc->c[0] == REQUEST_SENSE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 printk(KERN_ERR "ide-tape: possible ide-tape.c bug - "
1002 "Two request sense in serial were issued\n");
1003 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004
Borislav Petkov90699ce2008-02-02 19:56:50 +01001005 if (tape->failed_pc == NULL && pc->c[0] != REQUEST_SENSE)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006 tape->failed_pc = pc;
1007 /* Set the current packet command */
1008 tape->pc = pc;
1009
1010 if (pc->retries > IDETAPE_MAX_PC_RETRIES ||
Borislav Petkov346331f2008-04-18 00:46:26 +02001011 (pc->flags & PC_FLAG_ABORT)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012 /*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001013 * We will "abort" retrying a packet command in case legitimate
1014 * error code was received (crossing a filemark, or end of the
1015 * media, for example).
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016 */
Borislav Petkov346331f2008-04-18 00:46:26 +02001017 if (!(pc->flags & PC_FLAG_ABORT)) {
Borislav Petkov90699ce2008-02-02 19:56:50 +01001018 if (!(pc->c[0] == TEST_UNIT_READY &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019 tape->sense_key == 2 && tape->asc == 4 &&
1020 (tape->ascq == 1 || tape->ascq == 8))) {
1021 printk(KERN_ERR "ide-tape: %s: I/O error, "
1022 "pc = %2x, key = %2x, "
1023 "asc = %2x, ascq = %2x\n",
1024 tape->name, pc->c[0],
1025 tape->sense_key, tape->asc,
1026 tape->ascq);
1027 }
1028 /* Giving up */
1029 pc->error = IDETAPE_ERROR_GENERAL;
1030 }
1031 tape->failed_pc = NULL;
Borislav Petkovd236d742008-04-18 00:46:27 +02001032 return pc->idetape_callback(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033 }
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001034 debug_log(DBG_SENSE, "Retry #%d, cmd = %02X\n", pc->retries, pc->c[0]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035
1036 pc->retries++;
1037 /* We haven't transferred any data yet */
Borislav Petkovd236d742008-04-18 00:46:27 +02001038 pc->xferred = 0;
1039 pc->cur_pos = pc->buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 /* Request to transfer the entire buffer at once */
Borislav Petkovd236d742008-04-18 00:46:27 +02001041 bcount = pc->req_xfer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042
Borislav Petkov346331f2008-04-18 00:46:26 +02001043 if (pc->flags & PC_FLAG_DMA_ERROR) {
1044 pc->flags &= ~PC_FLAG_DMA_ERROR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 printk(KERN_WARNING "ide-tape: DMA disabled, "
1046 "reverting to PIO\n");
Bartlomiej Zolnierkiewicz7469aaf2007-02-17 02:40:26 +01001047 ide_dma_off(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048 }
Borislav Petkov346331f2008-04-18 00:46:26 +02001049 if ((pc->flags & PC_FLAG_DMA_RECOMMENDED) && drive->using_dma)
Bartlomiej Zolnierkiewicz5e37bdc2008-04-26 22:25:24 +02001050 dma_ok = !hwif->dma_ops->dma_setup(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051
Bartlomiej Zolnierkiewicz2fc57382008-01-25 22:17:13 +01001052 ide_pktcmd_tf_load(drive, IDE_TFLAG_NO_SELECT_MASK |
1053 IDE_TFLAG_OUT_DEVICE, bcount, dma_ok);
1054
Borislav Petkov346331f2008-04-18 00:46:26 +02001055 if (dma_ok)
1056 /* Will begin DMA later */
1057 pc->flags |= PC_FLAG_DMA_IN_PROGRESS;
1058 if (test_bit(IDETAPE_FLAG_DRQ_INTERRUPT, &tape->flags)) {
Bartlomiej Zolnierkiewiczc1c9dbc2008-02-02 19:56:44 +01001059 ide_execute_command(drive, WIN_PACKETCMD, &idetape_transfer_pc,
1060 IDETAPE_WAIT_CMD, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 return ide_started;
1062 } else {
Bartlomiej Zolnierkiewicz4c3032d2008-04-27 15:38:32 +02001063 hwif->OUTB(WIN_PACKETCMD, hwif->io_ports.command_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064 return idetape_transfer_pc(drive);
1065 }
1066}
1067
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001068static ide_startstop_t idetape_pc_callback(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001069{
1070 idetape_tape_t *tape = drive->driver_data;
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001071
1072 debug_log(DBG_PROCS, "Enter %s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073
1074 idetape_end_request(drive, tape->pc->error ? 0 : 1, 0);
1075 return ide_stopped;
1076}
1077
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001078/* A mode sense command is used to "sense" tape parameters. */
Borislav Petkovd236d742008-04-18 00:46:27 +02001079static void idetape_create_mode_sense_cmd(struct ide_atapi_pc *pc, u8 page_code)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080{
1081 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001082 pc->c[0] = MODE_SENSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001083 if (page_code != IDETAPE_BLOCK_DESCRIPTOR)
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001084 /* DBD = 1 - Don't return block descriptors */
1085 pc->c[1] = 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001086 pc->c[2] = page_code;
1087 /*
1088 * Changed pc->c[3] to 0 (255 will at best return unused info).
1089 *
1090 * For SCSI this byte is defined as subpage instead of high byte
1091 * of length and some IDE drives seem to interpret it this way
1092 * and return an error when 255 is used.
1093 */
1094 pc->c[3] = 0;
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001095 /* We will just discard data in that case */
1096 pc->c[4] = 255;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097 if (page_code == IDETAPE_BLOCK_DESCRIPTOR)
Borislav Petkovd236d742008-04-18 00:46:27 +02001098 pc->req_xfer = 12;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 else if (page_code == IDETAPE_CAPABILITIES_PAGE)
Borislav Petkovd236d742008-04-18 00:46:27 +02001100 pc->req_xfer = 24;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101 else
Borislav Petkovd236d742008-04-18 00:46:27 +02001102 pc->req_xfer = 50;
1103 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104}
1105
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001106static ide_startstop_t idetape_media_access_finished(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107{
1108 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02001109 struct ide_atapi_pc *pc = tape->pc;
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +01001110 u8 stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111
Bartlomiej Zolnierkiewiczc47137a2008-02-06 02:57:51 +01001112 stat = ide_read_status(drive);
1113
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +01001114 if (stat & SEEK_STAT) {
1115 if (stat & ERR_STAT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116 /* Error detected */
Borislav Petkov90699ce2008-02-02 19:56:50 +01001117 if (pc->c[0] != TEST_UNIT_READY)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001118 printk(KERN_ERR "ide-tape: %s: I/O error, ",
1119 tape->name);
1120 /* Retry operation */
1121 return idetape_retry_pc(drive);
1122 }
1123 pc->error = 0;
1124 if (tape->failed_pc == pc)
1125 tape->failed_pc = NULL;
1126 } else {
1127 pc->error = IDETAPE_ERROR_GENERAL;
1128 tape->failed_pc = NULL;
1129 }
Borislav Petkovd236d742008-04-18 00:46:27 +02001130 return pc->idetape_callback(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131}
1132
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001133static ide_startstop_t idetape_rw_callback(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134{
1135 idetape_tape_t *tape = drive->driver_data;
1136 struct request *rq = HWGROUP(drive)->rq;
Borislav Petkovd236d742008-04-18 00:46:27 +02001137 int blocks = tape->pc->xferred / tape->blk_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138
Borislav Petkov54bb2072008-02-06 02:57:52 +01001139 tape->avg_size += blocks * tape->blk_size;
Borislav Petkov83042b22008-04-27 15:38:27 +02001140
Marcelo Feitoza Parisi9bae1ff2006-03-28 01:56:46 -08001141 if (time_after_eq(jiffies, tape->avg_time + HZ)) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001142 tape->avg_speed = tape->avg_size * HZ /
1143 (jiffies - tape->avg_time) / 1024;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144 tape->avg_size = 0;
1145 tape->avg_time = jiffies;
1146 }
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001147 debug_log(DBG_PROCS, "Enter %s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148
Borislav Petkov54bb2072008-02-06 02:57:52 +01001149 tape->first_frame += blocks;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150 rq->current_nr_sectors -= blocks;
1151
1152 if (!tape->pc->error)
1153 idetape_end_request(drive, 1, 0);
1154 else
1155 idetape_end_request(drive, tape->pc->error, 0);
1156 return ide_stopped;
1157}
1158
Borislav Petkovd236d742008-04-18 00:46:27 +02001159static void idetape_create_read_cmd(idetape_tape_t *tape,
1160 struct ide_atapi_pc *pc,
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001161 unsigned int length, struct idetape_bh *bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162{
1163 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001164 pc->c[0] = READ_6;
Borislav Petkov860ff5e2008-02-02 19:56:50 +01001165 put_unaligned(cpu_to_be32(length), (unsigned int *) &pc->c[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 pc->c[1] = 1;
Borislav Petkovd236d742008-04-18 00:46:27 +02001167 pc->idetape_callback = &idetape_rw_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168 pc->bh = bh;
1169 atomic_set(&bh->b_count, 0);
Borislav Petkovd236d742008-04-18 00:46:27 +02001170 pc->buf = NULL;
1171 pc->buf_size = length * tape->blk_size;
1172 pc->req_xfer = pc->buf_size;
Borislav Petkovf73850a2008-04-27 15:38:33 +02001173 if (pc->req_xfer == tape->buffer_size)
Borislav Petkov346331f2008-04-18 00:46:26 +02001174 pc->flags |= PC_FLAG_DMA_RECOMMENDED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175}
1176
Borislav Petkovd236d742008-04-18 00:46:27 +02001177static void idetape_create_write_cmd(idetape_tape_t *tape,
1178 struct ide_atapi_pc *pc,
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001179 unsigned int length, struct idetape_bh *bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180{
1181 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001182 pc->c[0] = WRITE_6;
Borislav Petkov860ff5e2008-02-02 19:56:50 +01001183 put_unaligned(cpu_to_be32(length), (unsigned int *) &pc->c[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184 pc->c[1] = 1;
Borislav Petkovd236d742008-04-18 00:46:27 +02001185 pc->idetape_callback = &idetape_rw_callback;
Borislav Petkov346331f2008-04-18 00:46:26 +02001186 pc->flags |= PC_FLAG_WRITING;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001187 pc->bh = bh;
1188 pc->b_data = bh->b_data;
1189 pc->b_count = atomic_read(&bh->b_count);
Borislav Petkovd236d742008-04-18 00:46:27 +02001190 pc->buf = NULL;
1191 pc->buf_size = length * tape->blk_size;
1192 pc->req_xfer = pc->buf_size;
Borislav Petkovf73850a2008-04-27 15:38:33 +02001193 if (pc->req_xfer == tape->buffer_size)
Borislav Petkov346331f2008-04-18 00:46:26 +02001194 pc->flags |= PC_FLAG_DMA_RECOMMENDED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195}
1196
Linus Torvalds1da177e2005-04-16 15:20:36 -07001197static ide_startstop_t idetape_do_request(ide_drive_t *drive,
1198 struct request *rq, sector_t block)
1199{
1200 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02001201 struct ide_atapi_pc *pc = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001202 struct request *postponed_rq = tape->postponed_rq;
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +01001203 u8 stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001205 debug_log(DBG_SENSE, "sector: %ld, nr_sectors: %ld,"
1206 " current_nr_sectors: %d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 rq->sector, rq->nr_sectors, rq->current_nr_sectors);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208
Jens Axboe4aff5e22006-08-10 08:44:47 +02001209 if (!blk_special_request(rq)) {
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001210 /* We do not support buffer cache originated requests. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 printk(KERN_NOTICE "ide-tape: %s: Unsupported request in "
Jens Axboe4aff5e22006-08-10 08:44:47 +02001212 "request queue (%d)\n", drive->name, rq->cmd_type);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 ide_end_request(drive, 0, 0);
1214 return ide_stopped;
1215 }
1216
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001217 /* Retry a failed packet command */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001218 if (tape->failed_pc && tape->pc->c[0] == REQUEST_SENSE)
Borislav Petkov8d06bfa2008-02-06 02:57:53 +01001219 return idetape_issue_pc(drive, tape->failed_pc);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001220
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 if (postponed_rq != NULL)
1222 if (rq != postponed_rq) {
1223 printk(KERN_ERR "ide-tape: ide-tape.c bug - "
1224 "Two DSC requests were queued\n");
1225 idetape_end_request(drive, 0, 0);
1226 return ide_stopped;
1227 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228
1229 tape->postponed_rq = NULL;
1230
1231 /*
1232 * If the tape is still busy, postpone our request and service
1233 * the other device meanwhile.
1234 */
Bartlomiej Zolnierkiewiczc47137a2008-02-06 02:57:51 +01001235 stat = ide_read_status(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001236
1237 if (!drive->dsc_overlap && !(rq->cmd[0] & REQ_IDETAPE_PC2))
Borislav Petkov346331f2008-04-18 00:46:26 +02001238 set_bit(IDETAPE_FLAG_IGNORE_DSC, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001239
1240 if (drive->post_reset == 1) {
Borislav Petkov346331f2008-04-18 00:46:26 +02001241 set_bit(IDETAPE_FLAG_IGNORE_DSC, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242 drive->post_reset = 0;
1243 }
1244
Borislav Petkov346331f2008-04-18 00:46:26 +02001245 if (!test_and_clear_bit(IDETAPE_FLAG_IGNORE_DSC, &tape->flags) &&
Bartlomiej Zolnierkiewicz22c525b2008-01-25 22:17:11 +01001246 (stat & SEEK_STAT) == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001247 if (postponed_rq == NULL) {
1248 tape->dsc_polling_start = jiffies;
Borislav Petkov54bb2072008-02-06 02:57:52 +01001249 tape->dsc_poll_freq = tape->best_dsc_rw_freq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250 tape->dsc_timeout = jiffies + IDETAPE_DSC_RW_TIMEOUT;
1251 } else if (time_after(jiffies, tape->dsc_timeout)) {
1252 printk(KERN_ERR "ide-tape: %s: DSC timeout\n",
1253 tape->name);
1254 if (rq->cmd[0] & REQ_IDETAPE_PC2) {
1255 idetape_media_access_finished(drive);
1256 return ide_stopped;
1257 } else {
1258 return ide_do_reset(drive);
1259 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001260 } else if (time_after(jiffies,
1261 tape->dsc_polling_start +
1262 IDETAPE_DSC_MA_THRESHOLD))
Borislav Petkov54bb2072008-02-06 02:57:52 +01001263 tape->dsc_poll_freq = IDETAPE_DSC_MA_SLOW;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 idetape_postpone_request(drive);
1265 return ide_stopped;
1266 }
1267 if (rq->cmd[0] & REQ_IDETAPE_READ) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268 pc = idetape_next_pc_storage(drive);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001269 idetape_create_read_cmd(tape, pc, rq->current_nr_sectors,
1270 (struct idetape_bh *)rq->special);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271 goto out;
1272 }
1273 if (rq->cmd[0] & REQ_IDETAPE_WRITE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274 pc = idetape_next_pc_storage(drive);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001275 idetape_create_write_cmd(tape, pc, rq->current_nr_sectors,
1276 (struct idetape_bh *)rq->special);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 goto out;
1278 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 if (rq->cmd[0] & REQ_IDETAPE_PC1) {
Borislav Petkovd236d742008-04-18 00:46:27 +02001280 pc = (struct ide_atapi_pc *) rq->buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281 rq->cmd[0] &= ~(REQ_IDETAPE_PC1);
1282 rq->cmd[0] |= REQ_IDETAPE_PC2;
1283 goto out;
1284 }
1285 if (rq->cmd[0] & REQ_IDETAPE_PC2) {
1286 idetape_media_access_finished(drive);
1287 return ide_stopped;
1288 }
1289 BUG();
1290out:
Borislav Petkov8d06bfa2008-02-06 02:57:53 +01001291 return idetape_issue_pc(drive, pc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292}
1293
Linus Torvalds1da177e2005-04-16 15:20:36 -07001294/*
Borislav Petkov41aa1702008-04-27 15:38:32 +02001295 * The function below uses __get_free_pages to allocate a data buffer of size
Borislav Petkovf73850a2008-04-27 15:38:33 +02001296 * tape->buffer_size (or a bit more). We attempt to combine sequential pages as
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001297 * much as possible.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298 *
Borislav Petkov41aa1702008-04-27 15:38:32 +02001299 * It returns a pointer to the newly allocated buffer, or NULL in case of
1300 * failure.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 */
Borislav Petkov41aa1702008-04-27 15:38:32 +02001302static idetape_stage_t *ide_tape_kmalloc_buffer(idetape_tape_t *tape, int full,
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001303 int clear)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304{
1305 idetape_stage_t *stage;
1306 struct idetape_bh *prev_bh, *bh;
Borislav Petkova997a432008-04-27 15:38:33 +02001307 int pages = tape->pages_per_buffer;
Borislav Petkov41aa1702008-04-27 15:38:32 +02001308 unsigned int order, b_allocd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309 char *b_data = NULL;
1310
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001311 stage = kmalloc(sizeof(idetape_stage_t), GFP_KERNEL);
1312 if (!stage)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001313 return NULL;
1314 stage->next = NULL;
1315
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001316 stage->bh = kmalloc(sizeof(struct idetape_bh), GFP_KERNEL);
1317 bh = stage->bh;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318 if (bh == NULL)
1319 goto abort;
Borislav Petkov41aa1702008-04-27 15:38:32 +02001320
1321 order = fls(pages) - 1;
1322 bh->b_data = (char *) __get_free_pages(GFP_KERNEL, order);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001323 if (!bh->b_data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324 goto abort;
Borislav Petkov41aa1702008-04-27 15:38:32 +02001325 b_allocd = (1 << order) * PAGE_SIZE;
1326 pages &= (order-1);
1327
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 if (clear)
Borislav Petkov41aa1702008-04-27 15:38:32 +02001329 memset(bh->b_data, 0, b_allocd);
1330 bh->b_reqnext = NULL;
1331 bh->b_size = b_allocd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332 atomic_set(&bh->b_count, full ? bh->b_size : 0);
1333
Borislav Petkov41aa1702008-04-27 15:38:32 +02001334 while (pages) {
1335 order = fls(pages) - 1;
1336 b_data = (char *) __get_free_pages(GFP_KERNEL, order);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001337 if (!b_data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338 goto abort;
Borislav Petkov41aa1702008-04-27 15:38:32 +02001339 b_allocd = (1 << order) * PAGE_SIZE;
1340
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341 if (clear)
Borislav Petkov41aa1702008-04-27 15:38:32 +02001342 memset(b_data, 0, b_allocd);
1343
1344 /* newly allocated page frames below buffer header or ...*/
1345 if (bh->b_data == b_data + b_allocd) {
1346 bh->b_size += b_allocd;
1347 bh->b_data -= b_allocd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348 if (full)
Borislav Petkov41aa1702008-04-27 15:38:32 +02001349 atomic_add(b_allocd, &bh->b_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001350 continue;
1351 }
Borislav Petkov41aa1702008-04-27 15:38:32 +02001352 /* they are above the header */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353 if (b_data == bh->b_data + bh->b_size) {
Borislav Petkov41aa1702008-04-27 15:38:32 +02001354 bh->b_size += b_allocd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001355 if (full)
Borislav Petkov41aa1702008-04-27 15:38:32 +02001356 atomic_add(b_allocd, &bh->b_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357 continue;
1358 }
1359 prev_bh = bh;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001360 bh = kmalloc(sizeof(struct idetape_bh), GFP_KERNEL);
1361 if (!bh) {
Borislav Petkov41aa1702008-04-27 15:38:32 +02001362 free_pages((unsigned long) b_data, order);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 goto abort;
1364 }
1365 bh->b_reqnext = NULL;
1366 bh->b_data = b_data;
Borislav Petkov41aa1702008-04-27 15:38:32 +02001367 bh->b_size = b_allocd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 atomic_set(&bh->b_count, full ? bh->b_size : 0);
1369 prev_bh->b_reqnext = bh;
Borislav Petkov41aa1702008-04-27 15:38:32 +02001370
1371 pages &= (order-1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 }
Borislav Petkov41aa1702008-04-27 15:38:32 +02001373
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374 bh->b_size -= tape->excess_bh_size;
1375 if (full)
1376 atomic_sub(tape->excess_bh_size, &bh->b_count);
1377 return stage;
1378abort:
Borislav Petkovd01dbc32008-04-27 15:38:33 +02001379 ide_tape_kfree_buffer(stage);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 return NULL;
1381}
1382
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001383static int idetape_copy_stage_from_user(idetape_tape_t *tape,
Borislav Petkov8646c882008-04-27 15:38:26 +02001384 const char __user *buf, int n)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385{
1386 struct idetape_bh *bh = tape->bh;
1387 int count;
Daniel Walkerdcd96372006-06-25 05:47:37 -07001388 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389
1390 while (n) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391 if (bh == NULL) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001392 printk(KERN_ERR "ide-tape: bh == NULL in %s\n",
1393 __func__);
Daniel Walkerdcd96372006-06-25 05:47:37 -07001394 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001396 count = min((unsigned int)
1397 (bh->b_size - atomic_read(&bh->b_count)),
1398 (unsigned int)n);
1399 if (copy_from_user(bh->b_data + atomic_read(&bh->b_count), buf,
1400 count))
Daniel Walkerdcd96372006-06-25 05:47:37 -07001401 ret = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402 n -= count;
1403 atomic_add(count, &bh->b_count);
1404 buf += count;
1405 if (atomic_read(&bh->b_count) == bh->b_size) {
1406 bh = bh->b_reqnext;
1407 if (bh)
1408 atomic_set(&bh->b_count, 0);
1409 }
1410 }
1411 tape->bh = bh;
Daniel Walkerdcd96372006-06-25 05:47:37 -07001412 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413}
1414
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001415static int idetape_copy_stage_to_user(idetape_tape_t *tape, char __user *buf,
Borislav Petkov99d74e62008-04-27 15:38:25 +02001416 int n)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417{
1418 struct idetape_bh *bh = tape->bh;
1419 int count;
Daniel Walkerdcd96372006-06-25 05:47:37 -07001420 int ret = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421
1422 while (n) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423 if (bh == NULL) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001424 printk(KERN_ERR "ide-tape: bh == NULL in %s\n",
1425 __func__);
Daniel Walkerdcd96372006-06-25 05:47:37 -07001426 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 count = min(tape->b_count, n);
Daniel Walkerdcd96372006-06-25 05:47:37 -07001429 if (copy_to_user(buf, tape->b_data, count))
1430 ret = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001431 n -= count;
1432 tape->b_data += count;
1433 tape->b_count -= count;
1434 buf += count;
1435 if (!tape->b_count) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001436 bh = bh->b_reqnext;
1437 tape->bh = bh;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 if (bh) {
1439 tape->b_data = bh->b_data;
1440 tape->b_count = atomic_read(&bh->b_count);
1441 }
1442 }
1443 }
Daniel Walkerdcd96372006-06-25 05:47:37 -07001444 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445}
1446
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001447static void idetape_init_merge_stage(idetape_tape_t *tape)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448{
1449 struct idetape_bh *bh = tape->merge_stage->bh;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001450
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451 tape->bh = bh;
Borislav Petkov54abf372008-02-06 02:57:52 +01001452 if (tape->chrdev_dir == IDETAPE_DIR_WRITE)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453 atomic_set(&bh->b_count, 0);
1454 else {
1455 tape->b_data = bh->b_data;
1456 tape->b_count = atomic_read(&bh->b_count);
1457 }
1458}
1459
Borislav Petkova2f5b7f2008-02-06 02:57:51 +01001460static ide_startstop_t idetape_read_position_callback(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001461{
1462 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02001463 u8 *readpos = tape->pc->buf;
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001464
1465 debug_log(DBG_PROCS, "Enter %s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466
1467 if (!tape->pc->error) {
Borislav Petkova2f5b7f2008-02-06 02:57:51 +01001468 debug_log(DBG_SENSE, "BOP - %s\n",
1469 (readpos[0] & 0x80) ? "Yes" : "No");
1470 debug_log(DBG_SENSE, "EOP - %s\n",
1471 (readpos[0] & 0x40) ? "Yes" : "No");
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001472
Borislav Petkova2f5b7f2008-02-06 02:57:51 +01001473 if (readpos[0] & 0x4) {
1474 printk(KERN_INFO "ide-tape: Block location is unknown"
1475 "to the tape\n");
Borislav Petkov346331f2008-04-18 00:46:26 +02001476 clear_bit(IDETAPE_FLAG_ADDRESS_VALID, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477 idetape_end_request(drive, 0, 0);
1478 } else {
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001479 debug_log(DBG_SENSE, "Block Location - %u\n",
Borislav Petkova2f5b7f2008-02-06 02:57:51 +01001480 be32_to_cpu(*(u32 *)&readpos[4]));
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001481
Borislav Petkova2f5b7f2008-02-06 02:57:51 +01001482 tape->partition = readpos[1];
Borislav Petkov54bb2072008-02-06 02:57:52 +01001483 tape->first_frame =
Borislav Petkova2f5b7f2008-02-06 02:57:51 +01001484 be32_to_cpu(*(u32 *)&readpos[4]);
Borislav Petkov346331f2008-04-18 00:46:26 +02001485 set_bit(IDETAPE_FLAG_ADDRESS_VALID, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486 idetape_end_request(drive, 1, 0);
1487 }
1488 } else {
1489 idetape_end_request(drive, 0, 0);
1490 }
1491 return ide_stopped;
1492}
1493
1494/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001495 * Write a filemark if write_filemark=1. Flush the device buffers without
1496 * writing a filemark otherwise.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001498static void idetape_create_write_filemark_cmd(ide_drive_t *drive,
Borislav Petkovd236d742008-04-18 00:46:27 +02001499 struct ide_atapi_pc *pc, int write_filemark)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500{
1501 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001502 pc->c[0] = WRITE_FILEMARKS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503 pc->c[4] = write_filemark;
Borislav Petkov346331f2008-04-18 00:46:26 +02001504 pc->flags |= PC_FLAG_WAIT_FOR_DSC;
Borislav Petkovd236d742008-04-18 00:46:27 +02001505 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506}
1507
Borislav Petkovd236d742008-04-18 00:46:27 +02001508static void idetape_create_test_unit_ready_cmd(struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509{
1510 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001511 pc->c[0] = TEST_UNIT_READY;
Borislav Petkovd236d742008-04-18 00:46:27 +02001512 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513}
1514
1515/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001516 * We add a special packet command request to the tail of the request queue, and
1517 * wait for it to be serviced. This is not to be called from within the request
1518 * handling part of the driver! We allocate here data on the stack and it is
1519 * valid until the request is finished. This is not the case for the bottom part
1520 * of the driver, where we are always leaving the functions to wait for an
1521 * interrupt or a timer event.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001523 * From the bottom part of the driver, we should allocate safe memory using
1524 * idetape_next_pc_storage() and ide_tape_next_rq_storage(), and add the request
1525 * to the request list without waiting for it to be serviced! In that case, we
1526 * usually use idetape_queue_pc_head().
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527 */
Borislav Petkovea1ab3d2008-04-27 15:38:27 +02001528static int idetape_queue_pc_tail(ide_drive_t *drive, struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529{
1530 struct ide_tape_obj *tape = drive->driver_data;
1531 struct request rq;
1532
1533 idetape_init_rq(&rq, REQ_IDETAPE_PC1);
1534 rq.buffer = (char *) pc;
1535 rq.rq_disk = tape->disk;
1536 return ide_do_drive_cmd(drive, &rq, ide_wait);
1537}
1538
Borislav Petkovd236d742008-04-18 00:46:27 +02001539static void idetape_create_load_unload_cmd(ide_drive_t *drive,
1540 struct ide_atapi_pc *pc, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541{
1542 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001543 pc->c[0] = START_STOP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544 pc->c[4] = cmd;
Borislav Petkov346331f2008-04-18 00:46:26 +02001545 pc->flags |= PC_FLAG_WAIT_FOR_DSC;
Borislav Petkovd236d742008-04-18 00:46:27 +02001546 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001547}
1548
1549static int idetape_wait_ready(ide_drive_t *drive, unsigned long timeout)
1550{
1551 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02001552 struct ide_atapi_pc pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 int load_attempted = 0;
1554
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001555 /* Wait for the tape to become ready */
Borislav Petkov346331f2008-04-18 00:46:26 +02001556 set_bit(IDETAPE_FLAG_MEDIUM_PRESENT, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557 timeout += jiffies;
1558 while (time_before(jiffies, timeout)) {
1559 idetape_create_test_unit_ready_cmd(&pc);
Borislav Petkovea1ab3d2008-04-27 15:38:27 +02001560 if (!idetape_queue_pc_tail(drive, &pc))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561 return 0;
1562 if ((tape->sense_key == 2 && tape->asc == 4 && tape->ascq == 2)
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001563 || (tape->asc == 0x3A)) {
1564 /* no media */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 if (load_attempted)
1566 return -ENOMEDIUM;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001567 idetape_create_load_unload_cmd(drive, &pc,
1568 IDETAPE_LU_LOAD_MASK);
Borislav Petkovea1ab3d2008-04-27 15:38:27 +02001569 idetape_queue_pc_tail(drive, &pc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 load_attempted = 1;
1571 /* not about to be ready */
1572 } else if (!(tape->sense_key == 2 && tape->asc == 4 &&
1573 (tape->ascq == 1 || tape->ascq == 8)))
1574 return -EIO;
Nishanth Aravamudan80ce45f2005-09-10 00:27:08 -07001575 msleep(100);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576 }
1577 return -EIO;
1578}
1579
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001580static int idetape_flush_tape_buffers(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581{
Borislav Petkovd236d742008-04-18 00:46:27 +02001582 struct ide_atapi_pc pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583 int rc;
1584
1585 idetape_create_write_filemark_cmd(drive, &pc, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001586 rc = idetape_queue_pc_tail(drive, &pc);
1587 if (rc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588 return rc;
1589 idetape_wait_ready(drive, 60 * 5 * HZ);
1590 return 0;
1591}
1592
Borislav Petkovd236d742008-04-18 00:46:27 +02001593static void idetape_create_read_position_cmd(struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594{
1595 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001596 pc->c[0] = READ_POSITION;
Borislav Petkovd236d742008-04-18 00:46:27 +02001597 pc->req_xfer = 20;
1598 pc->idetape_callback = &idetape_read_position_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599}
1600
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001601static int idetape_read_position(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602{
1603 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02001604 struct ide_atapi_pc pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605 int position;
1606
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001607 debug_log(DBG_PROCS, "Enter %s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608
1609 idetape_create_read_position_cmd(&pc);
1610 if (idetape_queue_pc_tail(drive, &pc))
1611 return -1;
Borislav Petkov54bb2072008-02-06 02:57:52 +01001612 position = tape->first_frame;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613 return position;
1614}
1615
Borislav Petkovd236d742008-04-18 00:46:27 +02001616static void idetape_create_locate_cmd(ide_drive_t *drive,
1617 struct ide_atapi_pc *pc,
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001618 unsigned int block, u8 partition, int skip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619{
1620 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001621 pc->c[0] = POSITION_TO_ELEMENT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 pc->c[1] = 2;
Borislav Petkov860ff5e2008-02-02 19:56:50 +01001623 put_unaligned(cpu_to_be32(block), (unsigned int *) &pc->c[3]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624 pc->c[8] = partition;
Borislav Petkov346331f2008-04-18 00:46:26 +02001625 pc->flags |= PC_FLAG_WAIT_FOR_DSC;
Borislav Petkovd236d742008-04-18 00:46:27 +02001626 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627}
1628
Borislav Petkovd236d742008-04-18 00:46:27 +02001629static int idetape_create_prevent_cmd(ide_drive_t *drive,
1630 struct ide_atapi_pc *pc, int prevent)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001631{
1632 idetape_tape_t *tape = drive->driver_data;
1633
Borislav Petkovb6422012008-02-02 19:56:49 +01001634 /* device supports locking according to capabilities page */
1635 if (!(tape->caps[6] & 0x01))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636 return 0;
1637
1638 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001639 pc->c[0] = ALLOW_MEDIUM_REMOVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 pc->c[4] = prevent;
Borislav Petkovd236d742008-04-18 00:46:27 +02001641 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 return 1;
1643}
1644
Borislav Petkovec0fdb02008-04-27 15:38:34 +02001645static void __ide_tape_discard_merge_buffer(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646{
1647 idetape_tape_t *tape = drive->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648
Borislav Petkov54abf372008-02-06 02:57:52 +01001649 if (tape->chrdev_dir != IDETAPE_DIR_READ)
Borislav Petkov97986302008-04-27 15:38:34 +02001650 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651
Borislav Petkov83042b22008-04-27 15:38:27 +02001652 clear_bit(IDETAPE_FLAG_FILEMARK, &tape->flags);
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001653 tape->merge_bh_size = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654 if (tape->merge_stage != NULL) {
Borislav Petkovd01dbc32008-04-27 15:38:33 +02001655 ide_tape_kfree_buffer(tape->merge_stage);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 tape->merge_stage = NULL;
1657 }
1658
Borislav Petkov54abf372008-02-06 02:57:52 +01001659 tape->chrdev_dir = IDETAPE_DIR_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660}
1661
1662/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001663 * Position the tape to the requested block using the LOCATE packet command.
1664 * A READ POSITION command is then issued to check where we are positioned. Like
1665 * all higher level operations, we queue the commands at the tail of the request
1666 * queue and wait for their completion.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001667 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001668static int idetape_position_tape(ide_drive_t *drive, unsigned int block,
1669 u8 partition, int skip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670{
1671 idetape_tape_t *tape = drive->driver_data;
1672 int retval;
Borislav Petkovd236d742008-04-18 00:46:27 +02001673 struct ide_atapi_pc pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674
Borislav Petkov54abf372008-02-06 02:57:52 +01001675 if (tape->chrdev_dir == IDETAPE_DIR_READ)
Borislav Petkovec0fdb02008-04-27 15:38:34 +02001676 __ide_tape_discard_merge_buffer(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677 idetape_wait_ready(drive, 60 * 5 * HZ);
1678 idetape_create_locate_cmd(drive, &pc, block, partition, skip);
1679 retval = idetape_queue_pc_tail(drive, &pc);
1680 if (retval)
1681 return (retval);
1682
1683 idetape_create_read_position_cmd(&pc);
1684 return (idetape_queue_pc_tail(drive, &pc));
1685}
1686
Borislav Petkovec0fdb02008-04-27 15:38:34 +02001687static void ide_tape_discard_merge_buffer(ide_drive_t *drive,
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001688 int restore_position)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689{
1690 idetape_tape_t *tape = drive->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691 int seek, position;
1692
Borislav Petkovec0fdb02008-04-27 15:38:34 +02001693 __ide_tape_discard_merge_buffer(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694 if (restore_position) {
1695 position = idetape_read_position(drive);
Borislav Petkov97986302008-04-27 15:38:34 +02001696 seek = position > 0 ? position : 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697 if (idetape_position_tape(drive, seek, 0, 0)) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001698 printk(KERN_INFO "ide-tape: %s: position_tape failed in"
Borislav Petkovec0fdb02008-04-27 15:38:34 +02001699 " %s\n", tape->name, __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 return;
1701 }
1702 }
1703}
1704
1705/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001706 * Generate a read/write request for the block device interface and wait for it
1707 * to be serviced.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001709static int idetape_queue_rw_tail(ide_drive_t *drive, int cmd, int blocks,
1710 struct idetape_bh *bh)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711{
1712 idetape_tape_t *tape = drive->driver_data;
1713 struct request rq;
1714
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001715 debug_log(DBG_SENSE, "%s: cmd=%d\n", __func__, cmd);
1716
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 idetape_init_rq(&rq, cmd);
1718 rq.rq_disk = tape->disk;
1719 rq.special = (void *)bh;
Borislav Petkov54bb2072008-02-06 02:57:52 +01001720 rq.sector = tape->first_frame;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001721 rq.nr_sectors = blocks;
1722 rq.current_nr_sectors = blocks;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 (void) ide_do_drive_cmd(drive, &rq, ide_wait);
1724
1725 if ((cmd & (REQ_IDETAPE_READ | REQ_IDETAPE_WRITE)) == 0)
1726 return 0;
1727
1728 if (tape->merge_stage)
1729 idetape_init_merge_stage(tape);
1730 if (rq.errors == IDETAPE_ERROR_GENERAL)
1731 return -EIO;
Borislav Petkov54bb2072008-02-06 02:57:52 +01001732 return (tape->blk_size * (blocks-rq.current_nr_sectors));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733}
1734
Borislav Petkovd236d742008-04-18 00:46:27 +02001735static void idetape_create_inquiry_cmd(struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001736{
1737 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001738 pc->c[0] = INQUIRY;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001739 pc->c[4] = 254;
Borislav Petkovd236d742008-04-18 00:46:27 +02001740 pc->req_xfer = 254;
1741 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742}
1743
Borislav Petkovd236d742008-04-18 00:46:27 +02001744static void idetape_create_rewind_cmd(ide_drive_t *drive,
1745 struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746{
1747 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001748 pc->c[0] = REZERO_UNIT;
Borislav Petkov346331f2008-04-18 00:46:26 +02001749 pc->flags |= PC_FLAG_WAIT_FOR_DSC;
Borislav Petkovd236d742008-04-18 00:46:27 +02001750 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001751}
1752
Borislav Petkovd236d742008-04-18 00:46:27 +02001753static void idetape_create_erase_cmd(struct ide_atapi_pc *pc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754{
1755 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001756 pc->c[0] = ERASE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757 pc->c[1] = 1;
Borislav Petkov346331f2008-04-18 00:46:26 +02001758 pc->flags |= PC_FLAG_WAIT_FOR_DSC;
Borislav Petkovd236d742008-04-18 00:46:27 +02001759 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001760}
1761
Borislav Petkovd236d742008-04-18 00:46:27 +02001762static void idetape_create_space_cmd(struct ide_atapi_pc *pc, int count, u8 cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763{
1764 idetape_init_pc(pc);
Borislav Petkov90699ce2008-02-02 19:56:50 +01001765 pc->c[0] = SPACE;
Borislav Petkov860ff5e2008-02-02 19:56:50 +01001766 put_unaligned(cpu_to_be32(count), (unsigned int *) &pc->c[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001767 pc->c[1] = cmd;
Borislav Petkov346331f2008-04-18 00:46:26 +02001768 pc->flags |= PC_FLAG_WAIT_FOR_DSC;
Borislav Petkovd236d742008-04-18 00:46:27 +02001769 pc->idetape_callback = &idetape_pc_callback;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001770}
1771
Borislav Petkov97c566c2008-04-27 15:38:25 +02001772/* Queue up a character device originated write request. */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001773static int idetape_add_chrdev_write_request(ide_drive_t *drive, int blocks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774{
1775 idetape_tape_t *tape = drive->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001777 debug_log(DBG_CHRDEV, "Enter %s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001778
Borislav Petkov0aa4b012008-04-27 15:38:27 +02001779 return idetape_queue_rw_tail(drive, REQ_IDETAPE_WRITE,
1780 blocks, tape->merge_stage->bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001781}
1782
Borislav Petkovd9df9372008-04-27 15:38:34 +02001783static void ide_tape_flush_merge_buffer(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784{
1785 idetape_tape_t *tape = drive->driver_data;
1786 int blocks, min;
1787 struct idetape_bh *bh;
Borislav Petkov55a5d292008-02-02 19:56:49 +01001788
Borislav Petkov54abf372008-02-06 02:57:52 +01001789 if (tape->chrdev_dir != IDETAPE_DIR_WRITE) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001790 printk(KERN_ERR "ide-tape: bug: Trying to empty write pipeline,"
1791 " but we are not writing.\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 return;
1793 }
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001794 if (tape->merge_bh_size > tape->buffer_size) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795 printk(KERN_ERR "ide-tape: bug: merge_buffer too big\n");
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001796 tape->merge_bh_size = tape->buffer_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001797 }
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001798 if (tape->merge_bh_size) {
1799 blocks = tape->merge_bh_size / tape->blk_size;
1800 if (tape->merge_bh_size % tape->blk_size) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801 unsigned int i;
1802
1803 blocks++;
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001804 i = tape->blk_size - tape->merge_bh_size %
Borislav Petkov54bb2072008-02-06 02:57:52 +01001805 tape->blk_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806 bh = tape->bh->b_reqnext;
1807 while (bh) {
1808 atomic_set(&bh->b_count, 0);
1809 bh = bh->b_reqnext;
1810 }
1811 bh = tape->bh;
1812 while (i) {
1813 if (bh == NULL) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001814 printk(KERN_INFO "ide-tape: bug,"
1815 " bh NULL\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816 break;
1817 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001818 min = min(i, (unsigned int)(bh->b_size -
1819 atomic_read(&bh->b_count)));
1820 memset(bh->b_data + atomic_read(&bh->b_count),
1821 0, min);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822 atomic_add(min, &bh->b_count);
1823 i -= min;
1824 bh = bh->b_reqnext;
1825 }
1826 }
1827 (void) idetape_add_chrdev_write_request(drive, blocks);
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001828 tape->merge_bh_size = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 if (tape->merge_stage != NULL) {
Borislav Petkovd01dbc32008-04-27 15:38:33 +02001831 ide_tape_kfree_buffer(tape->merge_stage);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 tape->merge_stage = NULL;
1833 }
Borislav Petkov54abf372008-02-06 02:57:52 +01001834 tape->chrdev_dir = IDETAPE_DIR_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001835}
1836
Borislav Petkov83042b22008-04-27 15:38:27 +02001837static int idetape_init_read(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838{
1839 idetape_tape_t *tape = drive->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840 int bytes_read;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841
1842 /* Initialize read operation */
Borislav Petkov54abf372008-02-06 02:57:52 +01001843 if (tape->chrdev_dir != IDETAPE_DIR_READ) {
1844 if (tape->chrdev_dir == IDETAPE_DIR_WRITE) {
Borislav Petkovd9df9372008-04-27 15:38:34 +02001845 ide_tape_flush_merge_buffer(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846 idetape_flush_tape_buffers(drive);
1847 }
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001848 if (tape->merge_stage || tape->merge_bh_size) {
1849 printk(KERN_ERR "ide-tape: merge_bh_size should be"
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001850 " 0 now\n");
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001851 tape->merge_bh_size = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852 }
Borislav Petkov41aa1702008-04-27 15:38:32 +02001853 tape->merge_stage = ide_tape_kmalloc_buffer(tape, 0, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001854 if (!tape->merge_stage)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001855 return -ENOMEM;
Borislav Petkov54abf372008-02-06 02:57:52 +01001856 tape->chrdev_dir = IDETAPE_DIR_READ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857
1858 /*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001859 * Issue a read 0 command to ensure that DSC handshake is
1860 * switched from completion mode to buffer available mode.
1861 * No point in issuing this if DSC overlap isn't supported, some
1862 * drives (Seagate STT3401A) will return an error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863 */
1864 if (drive->dsc_overlap) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001865 bytes_read = idetape_queue_rw_tail(drive,
1866 REQ_IDETAPE_READ, 0,
1867 tape->merge_stage->bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868 if (bytes_read < 0) {
Borislav Petkovd01dbc32008-04-27 15:38:33 +02001869 ide_tape_kfree_buffer(tape->merge_stage);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870 tape->merge_stage = NULL;
Borislav Petkov54abf372008-02-06 02:57:52 +01001871 tape->chrdev_dir = IDETAPE_DIR_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872 return bytes_read;
1873 }
1874 }
1875 }
Borislav Petkov5e69bd92008-04-27 15:38:25 +02001876
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877 return 0;
1878}
1879
Borislav Petkov5bd50dc2008-04-27 15:38:28 +02001880/* called from idetape_chrdev_read() to service a chrdev read request. */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001881static int idetape_add_chrdev_read_request(ide_drive_t *drive, int blocks)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882{
1883 idetape_tape_t *tape = drive->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001885 debug_log(DBG_PROCS, "Enter %s, %d blocks\n", __func__, blocks);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001886
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001887 /* If we are at a filemark, return a read length of 0 */
Borislav Petkov346331f2008-04-18 00:46:26 +02001888 if (test_bit(IDETAPE_FLAG_FILEMARK, &tape->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001889 return 0;
1890
Borislav Petkov83042b22008-04-27 15:38:27 +02001891 idetape_init_read(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892
Borislav Petkov5e69bd92008-04-27 15:38:25 +02001893 return idetape_queue_rw_tail(drive, REQ_IDETAPE_READ, blocks,
1894 tape->merge_stage->bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895}
1896
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001897static void idetape_pad_zeros(ide_drive_t *drive, int bcount)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898{
1899 idetape_tape_t *tape = drive->driver_data;
1900 struct idetape_bh *bh;
1901 int blocks;
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001902
Linus Torvalds1da177e2005-04-16 15:20:36 -07001903 while (bcount) {
1904 unsigned int count;
1905
1906 bh = tape->merge_stage->bh;
Borislav Petkovf73850a2008-04-27 15:38:33 +02001907 count = min(tape->buffer_size, bcount);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908 bcount -= count;
Borislav Petkov54bb2072008-02-06 02:57:52 +01001909 blocks = count / tape->blk_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910 while (count) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001911 atomic_set(&bh->b_count,
1912 min(count, (unsigned int)bh->b_size));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913 memset(bh->b_data, 0, atomic_read(&bh->b_count));
1914 count -= atomic_read(&bh->b_count);
1915 bh = bh->b_reqnext;
1916 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001917 idetape_queue_rw_tail(drive, REQ_IDETAPE_WRITE, blocks,
1918 tape->merge_stage->bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919 }
1920}
1921
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001923 * Rewinds the tape to the Beginning Of the current Partition (BOP). We
1924 * currently support only one partition.
1925 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001926static int idetape_rewind_tape(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927{
1928 int retval;
Borislav Petkovd236d742008-04-18 00:46:27 +02001929 struct ide_atapi_pc pc;
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001930 idetape_tape_t *tape;
1931 tape = drive->driver_data;
1932
1933 debug_log(DBG_SENSE, "Enter %s\n", __func__);
1934
Linus Torvalds1da177e2005-04-16 15:20:36 -07001935 idetape_create_rewind_cmd(drive, &pc);
1936 retval = idetape_queue_pc_tail(drive, &pc);
1937 if (retval)
1938 return retval;
1939
1940 idetape_create_read_position_cmd(&pc);
1941 retval = idetape_queue_pc_tail(drive, &pc);
1942 if (retval)
1943 return retval;
1944 return 0;
1945}
1946
Borislav Petkov3c98bf32008-02-06 02:57:53 +01001947/* mtio.h compatible commands should be issued to the chrdev interface. */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001948static int idetape_blkdev_ioctl(ide_drive_t *drive, unsigned int cmd,
1949 unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950{
1951 idetape_tape_t *tape = drive->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952 void __user *argp = (void __user *)arg;
1953
Borislav Petkovd59823f2008-02-02 19:56:51 +01001954 struct idetape_config {
1955 int dsc_rw_frequency;
1956 int dsc_media_access_frequency;
1957 int nr_stages;
1958 } config;
1959
Borislav Petkov8004a8c2008-02-06 02:57:51 +01001960 debug_log(DBG_PROCS, "Enter %s\n", __func__);
1961
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962 switch (cmd) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001963 case 0x0340:
1964 if (copy_from_user(&config, argp, sizeof(config)))
1965 return -EFAULT;
1966 tape->best_dsc_rw_freq = config.dsc_rw_frequency;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001967 break;
1968 case 0x0350:
1969 config.dsc_rw_frequency = (int) tape->best_dsc_rw_freq;
Borislav Petkov83042b22008-04-27 15:38:27 +02001970 config.nr_stages = 1;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001971 if (copy_to_user(argp, &config, sizeof(config)))
1972 return -EFAULT;
1973 break;
1974 default:
1975 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 }
1977 return 0;
1978}
1979
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001980static int idetape_space_over_filemarks(ide_drive_t *drive, short mt_op,
1981 int mt_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982{
1983 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02001984 struct ide_atapi_pc pc;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001985 int retval, count = 0;
Borislav Petkovb6422012008-02-02 19:56:49 +01001986 int sprev = !!(tape->caps[4] & 0x20);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001987
1988 if (mt_count == 0)
1989 return 0;
1990 if (MTBSF == mt_op || MTBSFM == mt_op) {
Borislav Petkovb6422012008-02-02 19:56:49 +01001991 if (!sprev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992 return -EIO;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01001993 mt_count = -mt_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001994 }
1995
Borislav Petkov54abf372008-02-06 02:57:52 +01001996 if (tape->chrdev_dir == IDETAPE_DIR_READ) {
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02001997 tape->merge_bh_size = 0;
Borislav Petkov346331f2008-04-18 00:46:26 +02001998 if (test_and_clear_bit(IDETAPE_FLAG_FILEMARK, &tape->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999 ++count;
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002000 ide_tape_discard_merge_buffer(drive, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 }
2002
2003 /*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002004 * The filemark was not found in our internal pipeline; now we can issue
2005 * the space command.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 */
2007 switch (mt_op) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002008 case MTFSF:
2009 case MTBSF:
2010 idetape_create_space_cmd(&pc, mt_count - count,
2011 IDETAPE_SPACE_OVER_FILEMARK);
2012 return idetape_queue_pc_tail(drive, &pc);
2013 case MTFSFM:
2014 case MTBSFM:
2015 if (!sprev)
2016 return -EIO;
2017 retval = idetape_space_over_filemarks(drive, MTFSF,
2018 mt_count - count);
2019 if (retval)
2020 return retval;
2021 count = (MTBSFM == mt_op ? 1 : -1);
2022 return idetape_space_over_filemarks(drive, MTFSF, count);
2023 default:
2024 printk(KERN_ERR "ide-tape: MTIO operation %d not supported\n",
2025 mt_op);
2026 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027 }
2028}
2029
Linus Torvalds1da177e2005-04-16 15:20:36 -07002030/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002031 * Our character device read / write functions.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002033 * The tape is optimized to maximize throughput when it is transferring an
2034 * integral number of the "continuous transfer limit", which is a parameter of
2035 * the specific tape (26kB on my particular tape, 32kB for Onstream).
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002037 * As of version 1.3 of the driver, the character device provides an abstract
2038 * continuous view of the media - any mix of block sizes (even 1 byte) on the
2039 * same backup/restore procedure is supported. The driver will internally
2040 * convert the requests to the recommended transfer unit, so that an unmatch
2041 * between the user's block size to the recommended size will only result in a
2042 * (slightly) increased driver overhead, but will no longer hit performance.
2043 * This is not applicable to Onstream.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002045static ssize_t idetape_chrdev_read(struct file *file, char __user *buf,
2046 size_t count, loff_t *ppos)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047{
2048 struct ide_tape_obj *tape = ide_tape_f(file);
2049 ide_drive_t *drive = tape->drive;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002050 ssize_t bytes_read, temp, actually_read = 0, rc;
Daniel Walkerdcd96372006-06-25 05:47:37 -07002051 ssize_t ret = 0;
Borislav Petkovb6422012008-02-02 19:56:49 +01002052 u16 ctl = *(u16 *)&tape->caps[12];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002053
Borislav Petkov8004a8c2008-02-06 02:57:51 +01002054 debug_log(DBG_CHRDEV, "Enter %s, count %Zd\n", __func__, count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055
Borislav Petkov54abf372008-02-06 02:57:52 +01002056 if (tape->chrdev_dir != IDETAPE_DIR_READ) {
Borislav Petkov346331f2008-04-18 00:46:26 +02002057 if (test_bit(IDETAPE_FLAG_DETECT_BS, &tape->flags))
Borislav Petkov54bb2072008-02-06 02:57:52 +01002058 if (count > tape->blk_size &&
2059 (count % tape->blk_size) == 0)
2060 tape->user_bs_factor = count / tape->blk_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061 }
Borislav Petkov83042b22008-04-27 15:38:27 +02002062 rc = idetape_init_read(drive);
Borislav Petkov8d06bfa2008-02-06 02:57:53 +01002063 if (rc < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064 return rc;
2065 if (count == 0)
2066 return (0);
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002067 if (tape->merge_bh_size) {
2068 actually_read = min((unsigned int)(tape->merge_bh_size),
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002069 (unsigned int)count);
Borislav Petkov99d74e62008-04-27 15:38:25 +02002070 if (idetape_copy_stage_to_user(tape, buf, actually_read))
Daniel Walkerdcd96372006-06-25 05:47:37 -07002071 ret = -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072 buf += actually_read;
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002073 tape->merge_bh_size -= actually_read;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074 count -= actually_read;
2075 }
Borislav Petkovf73850a2008-04-27 15:38:33 +02002076 while (count >= tape->buffer_size) {
Borislav Petkovb6422012008-02-02 19:56:49 +01002077 bytes_read = idetape_add_chrdev_read_request(drive, ctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078 if (bytes_read <= 0)
2079 goto finish;
Borislav Petkov99d74e62008-04-27 15:38:25 +02002080 if (idetape_copy_stage_to_user(tape, buf, bytes_read))
Daniel Walkerdcd96372006-06-25 05:47:37 -07002081 ret = -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082 buf += bytes_read;
2083 count -= bytes_read;
2084 actually_read += bytes_read;
2085 }
2086 if (count) {
Borislav Petkovb6422012008-02-02 19:56:49 +01002087 bytes_read = idetape_add_chrdev_read_request(drive, ctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088 if (bytes_read <= 0)
2089 goto finish;
2090 temp = min((unsigned long)count, (unsigned long)bytes_read);
Borislav Petkov99d74e62008-04-27 15:38:25 +02002091 if (idetape_copy_stage_to_user(tape, buf, temp))
Daniel Walkerdcd96372006-06-25 05:47:37 -07002092 ret = -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002093 actually_read += temp;
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002094 tape->merge_bh_size = bytes_read-temp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002095 }
2096finish:
Borislav Petkov346331f2008-04-18 00:46:26 +02002097 if (!actually_read && test_bit(IDETAPE_FLAG_FILEMARK, &tape->flags)) {
Borislav Petkov8004a8c2008-02-06 02:57:51 +01002098 debug_log(DBG_SENSE, "%s: spacing over filemark\n", tape->name);
2099
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 idetape_space_over_filemarks(drive, MTFSF, 1);
2101 return 0;
2102 }
Daniel Walkerdcd96372006-06-25 05:47:37 -07002103
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002104 return ret ? ret : actually_read;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105}
2106
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002107static ssize_t idetape_chrdev_write(struct file *file, const char __user *buf,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108 size_t count, loff_t *ppos)
2109{
2110 struct ide_tape_obj *tape = ide_tape_f(file);
2111 ide_drive_t *drive = tape->drive;
Daniel Walkerdcd96372006-06-25 05:47:37 -07002112 ssize_t actually_written = 0;
2113 ssize_t ret = 0;
Borislav Petkovb6422012008-02-02 19:56:49 +01002114 u16 ctl = *(u16 *)&tape->caps[12];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115
2116 /* The drive is write protected. */
2117 if (tape->write_prot)
2118 return -EACCES;
2119
Borislav Petkov8004a8c2008-02-06 02:57:51 +01002120 debug_log(DBG_CHRDEV, "Enter %s, count %Zd\n", __func__, count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002121
2122 /* Initialize write operation */
Borislav Petkov54abf372008-02-06 02:57:52 +01002123 if (tape->chrdev_dir != IDETAPE_DIR_WRITE) {
2124 if (tape->chrdev_dir == IDETAPE_DIR_READ)
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002125 ide_tape_discard_merge_buffer(drive, 1);
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002126 if (tape->merge_stage || tape->merge_bh_size) {
2127 printk(KERN_ERR "ide-tape: merge_bh_size "
Linus Torvalds1da177e2005-04-16 15:20:36 -07002128 "should be 0 now\n");
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002129 tape->merge_bh_size = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130 }
Borislav Petkov41aa1702008-04-27 15:38:32 +02002131 tape->merge_stage = ide_tape_kmalloc_buffer(tape, 0, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002132 if (!tape->merge_stage)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 return -ENOMEM;
Borislav Petkov54abf372008-02-06 02:57:52 +01002134 tape->chrdev_dir = IDETAPE_DIR_WRITE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135 idetape_init_merge_stage(tape);
2136
2137 /*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002138 * Issue a write 0 command to ensure that DSC handshake is
2139 * switched from completion mode to buffer available mode. No
2140 * point in issuing this if DSC overlap isn't supported, some
2141 * drives (Seagate STT3401A) will return an error.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142 */
2143 if (drive->dsc_overlap) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002144 ssize_t retval = idetape_queue_rw_tail(drive,
2145 REQ_IDETAPE_WRITE, 0,
2146 tape->merge_stage->bh);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147 if (retval < 0) {
Borislav Petkovd01dbc32008-04-27 15:38:33 +02002148 ide_tape_kfree_buffer(tape->merge_stage);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149 tape->merge_stage = NULL;
Borislav Petkov54abf372008-02-06 02:57:52 +01002150 tape->chrdev_dir = IDETAPE_DIR_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151 return retval;
2152 }
2153 }
2154 }
2155 if (count == 0)
2156 return (0);
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002157 if (tape->merge_bh_size) {
2158 if (tape->merge_bh_size >= tape->buffer_size) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002159 printk(KERN_ERR "ide-tape: bug: merge buf too big\n");
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002160 tape->merge_bh_size = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002162 actually_written = min((unsigned int)
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002163 (tape->buffer_size - tape->merge_bh_size),
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002164 (unsigned int)count);
Borislav Petkov8646c882008-04-27 15:38:26 +02002165 if (idetape_copy_stage_from_user(tape, buf, actually_written))
Daniel Walkerdcd96372006-06-25 05:47:37 -07002166 ret = -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167 buf += actually_written;
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002168 tape->merge_bh_size += actually_written;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169 count -= actually_written;
2170
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002171 if (tape->merge_bh_size == tape->buffer_size) {
Daniel Walkerdcd96372006-06-25 05:47:37 -07002172 ssize_t retval;
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002173 tape->merge_bh_size = 0;
Borislav Petkovb6422012008-02-02 19:56:49 +01002174 retval = idetape_add_chrdev_write_request(drive, ctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175 if (retval <= 0)
2176 return (retval);
2177 }
2178 }
Borislav Petkovf73850a2008-04-27 15:38:33 +02002179 while (count >= tape->buffer_size) {
Daniel Walkerdcd96372006-06-25 05:47:37 -07002180 ssize_t retval;
Borislav Petkovf73850a2008-04-27 15:38:33 +02002181 if (idetape_copy_stage_from_user(tape, buf, tape->buffer_size))
Daniel Walkerdcd96372006-06-25 05:47:37 -07002182 ret = -EFAULT;
Borislav Petkovf73850a2008-04-27 15:38:33 +02002183 buf += tape->buffer_size;
2184 count -= tape->buffer_size;
Borislav Petkovb6422012008-02-02 19:56:49 +01002185 retval = idetape_add_chrdev_write_request(drive, ctl);
Borislav Petkovf73850a2008-04-27 15:38:33 +02002186 actually_written += tape->buffer_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187 if (retval <= 0)
2188 return (retval);
2189 }
2190 if (count) {
2191 actually_written += count;
Borislav Petkov8646c882008-04-27 15:38:26 +02002192 if (idetape_copy_stage_from_user(tape, buf, count))
Daniel Walkerdcd96372006-06-25 05:47:37 -07002193 ret = -EFAULT;
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002194 tape->merge_bh_size += count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002196 return ret ? ret : actually_written;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197}
2198
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002199static int idetape_write_filemark(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200{
Borislav Petkovd236d742008-04-18 00:46:27 +02002201 struct ide_atapi_pc pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202
2203 /* Write a filemark */
2204 idetape_create_write_filemark_cmd(drive, &pc, 1);
2205 if (idetape_queue_pc_tail(drive, &pc)) {
2206 printk(KERN_ERR "ide-tape: Couldn't write a filemark\n");
2207 return -EIO;
2208 }
2209 return 0;
2210}
2211
2212/*
Borislav Petkovd99c9da2008-02-02 19:56:51 +01002213 * Called from idetape_chrdev_ioctl when the general mtio MTIOCTOP ioctl is
2214 * requested.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215 *
Borislav Petkovd99c9da2008-02-02 19:56:51 +01002216 * Note: MTBSF and MTBSFM are not supported when the tape doesn't support
2217 * spacing over filemarks in the reverse direction. In this case, MTFSFM is also
Borislav Petkov5bd50dc2008-04-27 15:38:28 +02002218 * usually not supported.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002219 *
Borislav Petkovd99c9da2008-02-02 19:56:51 +01002220 * The following commands are currently not supported:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221 *
Borislav Petkovd99c9da2008-02-02 19:56:51 +01002222 * MTFSS, MTBSS, MTWSM, MTSETDENSITY, MTSETDRVBUFFER, MT_ST_BOOLEANS,
2223 * MT_ST_WRITE_THRESHOLD.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224 */
Borislav Petkovd99c9da2008-02-02 19:56:51 +01002225static int idetape_mtioctop(ide_drive_t *drive, short mt_op, int mt_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226{
2227 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02002228 struct ide_atapi_pc pc;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002229 int i, retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002230
Borislav Petkov8004a8c2008-02-06 02:57:51 +01002231 debug_log(DBG_ERR, "Handling MTIOCTOP ioctl: mt_op=%d, mt_count=%d\n",
2232 mt_op, mt_count);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002233
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234 switch (mt_op) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002235 case MTFSF:
2236 case MTFSFM:
2237 case MTBSF:
2238 case MTBSFM:
2239 if (!mt_count)
2240 return 0;
2241 return idetape_space_over_filemarks(drive, mt_op, mt_count);
2242 default:
2243 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002245
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 switch (mt_op) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002247 case MTWEOF:
2248 if (tape->write_prot)
2249 return -EACCES;
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002250 ide_tape_discard_merge_buffer(drive, 1);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002251 for (i = 0; i < mt_count; i++) {
2252 retval = idetape_write_filemark(drive);
2253 if (retval)
2254 return retval;
2255 }
2256 return 0;
2257 case MTREW:
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002258 ide_tape_discard_merge_buffer(drive, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002259 if (idetape_rewind_tape(drive))
2260 return -EIO;
2261 return 0;
2262 case MTLOAD:
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002263 ide_tape_discard_merge_buffer(drive, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002264 idetape_create_load_unload_cmd(drive, &pc,
2265 IDETAPE_LU_LOAD_MASK);
2266 return idetape_queue_pc_tail(drive, &pc);
2267 case MTUNLOAD:
2268 case MTOFFL:
2269 /*
2270 * If door is locked, attempt to unlock before
2271 * attempting to eject.
2272 */
2273 if (tape->door_locked) {
2274 if (idetape_create_prevent_cmd(drive, &pc, 0))
2275 if (!idetape_queue_pc_tail(drive, &pc))
2276 tape->door_locked = DOOR_UNLOCKED;
2277 }
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002278 ide_tape_discard_merge_buffer(drive, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002279 idetape_create_load_unload_cmd(drive, &pc,
2280 !IDETAPE_LU_LOAD_MASK);
2281 retval = idetape_queue_pc_tail(drive, &pc);
2282 if (!retval)
Borislav Petkov346331f2008-04-18 00:46:26 +02002283 clear_bit(IDETAPE_FLAG_MEDIUM_PRESENT, &tape->flags);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002284 return retval;
2285 case MTNOP:
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002286 ide_tape_discard_merge_buffer(drive, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002287 return idetape_flush_tape_buffers(drive);
2288 case MTRETEN:
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002289 ide_tape_discard_merge_buffer(drive, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002290 idetape_create_load_unload_cmd(drive, &pc,
2291 IDETAPE_LU_RETENSION_MASK | IDETAPE_LU_LOAD_MASK);
2292 return idetape_queue_pc_tail(drive, &pc);
2293 case MTEOM:
2294 idetape_create_space_cmd(&pc, 0, IDETAPE_SPACE_TO_EOD);
2295 return idetape_queue_pc_tail(drive, &pc);
2296 case MTERASE:
2297 (void)idetape_rewind_tape(drive);
2298 idetape_create_erase_cmd(&pc);
2299 return idetape_queue_pc_tail(drive, &pc);
2300 case MTSETBLK:
2301 if (mt_count) {
2302 if (mt_count < tape->blk_size ||
2303 mt_count % tape->blk_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304 return -EIO;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002305 tape->user_bs_factor = mt_count / tape->blk_size;
Borislav Petkov346331f2008-04-18 00:46:26 +02002306 clear_bit(IDETAPE_FLAG_DETECT_BS, &tape->flags);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002307 } else
Borislav Petkov346331f2008-04-18 00:46:26 +02002308 set_bit(IDETAPE_FLAG_DETECT_BS, &tape->flags);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002309 return 0;
2310 case MTSEEK:
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002311 ide_tape_discard_merge_buffer(drive, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002312 return idetape_position_tape(drive,
2313 mt_count * tape->user_bs_factor, tape->partition, 0);
2314 case MTSETPART:
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002315 ide_tape_discard_merge_buffer(drive, 0);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002316 return idetape_position_tape(drive, 0, mt_count, 0);
2317 case MTFSR:
2318 case MTBSR:
2319 case MTLOCK:
2320 if (!idetape_create_prevent_cmd(drive, &pc, 1))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321 return 0;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002322 retval = idetape_queue_pc_tail(drive, &pc);
2323 if (retval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324 return retval;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002325 tape->door_locked = DOOR_EXPLICITLY_LOCKED;
2326 return 0;
2327 case MTUNLOCK:
2328 if (!idetape_create_prevent_cmd(drive, &pc, 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329 return 0;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002330 retval = idetape_queue_pc_tail(drive, &pc);
2331 if (retval)
2332 return retval;
2333 tape->door_locked = DOOR_UNLOCKED;
2334 return 0;
2335 default:
2336 printk(KERN_ERR "ide-tape: MTIO operation %d not supported\n",
2337 mt_op);
2338 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339 }
2340}
2341
2342/*
Borislav Petkovd99c9da2008-02-02 19:56:51 +01002343 * Our character device ioctls. General mtio.h magnetic io commands are
2344 * supported here, and not in the corresponding block interface. Our own
2345 * ide-tape ioctls are supported on both interfaces.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346 */
Borislav Petkovd99c9da2008-02-02 19:56:51 +01002347static int idetape_chrdev_ioctl(struct inode *inode, struct file *file,
2348 unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349{
2350 struct ide_tape_obj *tape = ide_tape_f(file);
2351 ide_drive_t *drive = tape->drive;
2352 struct mtop mtop;
2353 struct mtget mtget;
2354 struct mtpos mtpos;
Borislav Petkov54bb2072008-02-06 02:57:52 +01002355 int block_offset = 0, position = tape->first_frame;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002356 void __user *argp = (void __user *)arg;
2357
Borislav Petkov8004a8c2008-02-06 02:57:51 +01002358 debug_log(DBG_CHRDEV, "Enter %s, cmd=%u\n", __func__, cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359
Borislav Petkov54abf372008-02-06 02:57:52 +01002360 if (tape->chrdev_dir == IDETAPE_DIR_WRITE) {
Borislav Petkovd9df9372008-04-27 15:38:34 +02002361 ide_tape_flush_merge_buffer(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362 idetape_flush_tape_buffers(drive);
2363 }
2364 if (cmd == MTIOCGET || cmd == MTIOCPOS) {
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002365 block_offset = tape->merge_bh_size /
Borislav Petkov54bb2072008-02-06 02:57:52 +01002366 (tape->blk_size * tape->user_bs_factor);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002367 position = idetape_read_position(drive);
2368 if (position < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002369 return -EIO;
2370 }
2371 switch (cmd) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002372 case MTIOCTOP:
2373 if (copy_from_user(&mtop, argp, sizeof(struct mtop)))
2374 return -EFAULT;
2375 return idetape_mtioctop(drive, mtop.mt_op, mtop.mt_count);
2376 case MTIOCGET:
2377 memset(&mtget, 0, sizeof(struct mtget));
2378 mtget.mt_type = MT_ISSCSI2;
2379 mtget.mt_blkno = position / tape->user_bs_factor - block_offset;
2380 mtget.mt_dsreg =
2381 ((tape->blk_size * tape->user_bs_factor)
2382 << MT_ST_BLKSIZE_SHIFT) & MT_ST_BLKSIZE_MASK;
Borislav Petkov54bb2072008-02-06 02:57:52 +01002383
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002384 if (tape->drv_write_prot)
2385 mtget.mt_gstat |= GMT_WR_PROT(0xffffffff);
2386
2387 if (copy_to_user(argp, &mtget, sizeof(struct mtget)))
2388 return -EFAULT;
2389 return 0;
2390 case MTIOCPOS:
2391 mtpos.mt_blkno = position / tape->user_bs_factor - block_offset;
2392 if (copy_to_user(argp, &mtpos, sizeof(struct mtpos)))
2393 return -EFAULT;
2394 return 0;
2395 default:
2396 if (tape->chrdev_dir == IDETAPE_DIR_READ)
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002397 ide_tape_discard_merge_buffer(drive, 1);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002398 return idetape_blkdev_ioctl(drive, cmd, arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002399 }
2400}
2401
Borislav Petkov3cffb9c2008-02-02 19:56:50 +01002402/*
2403 * Do a mode sense page 0 with block descriptor and if it succeeds set the tape
2404 * block size with the reported value.
2405 */
2406static void ide_tape_get_bsize_from_bdesc(ide_drive_t *drive)
2407{
2408 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02002409 struct ide_atapi_pc pc;
Borislav Petkov3cffb9c2008-02-02 19:56:50 +01002410
2411 idetape_create_mode_sense_cmd(&pc, IDETAPE_BLOCK_DESCRIPTOR);
2412 if (idetape_queue_pc_tail(drive, &pc)) {
2413 printk(KERN_ERR "ide-tape: Can't get block descriptor\n");
Borislav Petkov54bb2072008-02-06 02:57:52 +01002414 if (tape->blk_size == 0) {
Borislav Petkov3cffb9c2008-02-02 19:56:50 +01002415 printk(KERN_WARNING "ide-tape: Cannot deal with zero "
2416 "block size, assuming 32k\n");
Borislav Petkov54bb2072008-02-06 02:57:52 +01002417 tape->blk_size = 32768;
Borislav Petkov3cffb9c2008-02-02 19:56:50 +01002418 }
2419 return;
2420 }
Borislav Petkovd236d742008-04-18 00:46:27 +02002421 tape->blk_size = (pc.buf[4 + 5] << 16) +
2422 (pc.buf[4 + 6] << 8) +
2423 pc.buf[4 + 7];
2424 tape->drv_write_prot = (pc.buf[2] & 0x80) >> 7;
Borislav Petkov3cffb9c2008-02-02 19:56:50 +01002425}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002427static int idetape_chrdev_open(struct inode *inode, struct file *filp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428{
2429 unsigned int minor = iminor(inode), i = minor & ~0xc0;
2430 ide_drive_t *drive;
2431 idetape_tape_t *tape;
Borislav Petkovd236d742008-04-18 00:46:27 +02002432 struct ide_atapi_pc pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433 int retval;
2434
Borislav Petkov8004a8c2008-02-06 02:57:51 +01002435 if (i >= MAX_HWIFS * MAX_DRIVES)
2436 return -ENXIO;
2437
2438 tape = ide_tape_chrdev_get(i);
2439 if (!tape)
2440 return -ENXIO;
2441
2442 debug_log(DBG_CHRDEV, "Enter %s\n", __func__);
2443
Linus Torvalds1da177e2005-04-16 15:20:36 -07002444 /*
2445 * We really want to do nonseekable_open(inode, filp); here, but some
2446 * versions of tar incorrectly call lseek on tapes and bail out if that
2447 * fails. So we disallow pread() and pwrite(), but permit lseeks.
2448 */
2449 filp->f_mode &= ~(FMODE_PREAD | FMODE_PWRITE);
2450
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451 drive = tape->drive;
2452
2453 filp->private_data = tape;
2454
Borislav Petkov346331f2008-04-18 00:46:26 +02002455 if (test_and_set_bit(IDETAPE_FLAG_BUSY, &tape->flags)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002456 retval = -EBUSY;
2457 goto out_put_tape;
2458 }
2459
2460 retval = idetape_wait_ready(drive, 60 * HZ);
2461 if (retval) {
Borislav Petkov346331f2008-04-18 00:46:26 +02002462 clear_bit(IDETAPE_FLAG_BUSY, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463 printk(KERN_ERR "ide-tape: %s: drive not ready\n", tape->name);
2464 goto out_put_tape;
2465 }
2466
2467 idetape_read_position(drive);
Borislav Petkov346331f2008-04-18 00:46:26 +02002468 if (!test_bit(IDETAPE_FLAG_ADDRESS_VALID, &tape->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002469 (void)idetape_rewind_tape(drive);
2470
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471 /* Read block size and write protect status from drive. */
Borislav Petkov3cffb9c2008-02-02 19:56:50 +01002472 ide_tape_get_bsize_from_bdesc(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473
2474 /* Set write protect flag if device is opened as read-only. */
2475 if ((filp->f_flags & O_ACCMODE) == O_RDONLY)
2476 tape->write_prot = 1;
2477 else
2478 tape->write_prot = tape->drv_write_prot;
2479
2480 /* Make sure drive isn't write protected if user wants to write. */
2481 if (tape->write_prot) {
2482 if ((filp->f_flags & O_ACCMODE) == O_WRONLY ||
2483 (filp->f_flags & O_ACCMODE) == O_RDWR) {
Borislav Petkov346331f2008-04-18 00:46:26 +02002484 clear_bit(IDETAPE_FLAG_BUSY, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485 retval = -EROFS;
2486 goto out_put_tape;
2487 }
2488 }
2489
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002490 /* Lock the tape drive door so user can't eject. */
Borislav Petkov54abf372008-02-06 02:57:52 +01002491 if (tape->chrdev_dir == IDETAPE_DIR_NONE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492 if (idetape_create_prevent_cmd(drive, &pc, 1)) {
2493 if (!idetape_queue_pc_tail(drive, &pc)) {
2494 if (tape->door_locked != DOOR_EXPLICITLY_LOCKED)
2495 tape->door_locked = DOOR_LOCKED;
2496 }
2497 }
2498 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 return 0;
2500
2501out_put_tape:
2502 ide_tape_put(tape);
2503 return retval;
2504}
2505
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002506static void idetape_write_release(ide_drive_t *drive, unsigned int minor)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507{
2508 idetape_tape_t *tape = drive->driver_data;
2509
Borislav Petkovd9df9372008-04-27 15:38:34 +02002510 ide_tape_flush_merge_buffer(drive);
Borislav Petkov41aa1702008-04-27 15:38:32 +02002511 tape->merge_stage = ide_tape_kmalloc_buffer(tape, 1, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512 if (tape->merge_stage != NULL) {
Borislav Petkov54bb2072008-02-06 02:57:52 +01002513 idetape_pad_zeros(drive, tape->blk_size *
2514 (tape->user_bs_factor - 1));
Borislav Petkovd01dbc32008-04-27 15:38:33 +02002515 ide_tape_kfree_buffer(tape->merge_stage);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516 tape->merge_stage = NULL;
2517 }
2518 idetape_write_filemark(drive);
2519 idetape_flush_tape_buffers(drive);
2520 idetape_flush_tape_buffers(drive);
2521}
2522
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002523static int idetape_chrdev_release(struct inode *inode, struct file *filp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524{
2525 struct ide_tape_obj *tape = ide_tape_f(filp);
2526 ide_drive_t *drive = tape->drive;
Borislav Petkovd236d742008-04-18 00:46:27 +02002527 struct ide_atapi_pc pc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528 unsigned int minor = iminor(inode);
2529
2530 lock_kernel();
2531 tape = drive->driver_data;
Borislav Petkov8004a8c2008-02-06 02:57:51 +01002532
2533 debug_log(DBG_CHRDEV, "Enter %s\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534
Borislav Petkov54abf372008-02-06 02:57:52 +01002535 if (tape->chrdev_dir == IDETAPE_DIR_WRITE)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002536 idetape_write_release(drive, minor);
Borislav Petkov54abf372008-02-06 02:57:52 +01002537 if (tape->chrdev_dir == IDETAPE_DIR_READ) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538 if (minor < 128)
Borislav Petkovec0fdb02008-04-27 15:38:34 +02002539 ide_tape_discard_merge_buffer(drive, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540 }
Borislav Petkovf64eee72008-04-27 15:38:25 +02002541
Borislav Petkov346331f2008-04-18 00:46:26 +02002542 if (minor < 128 && test_bit(IDETAPE_FLAG_MEDIUM_PRESENT, &tape->flags))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543 (void) idetape_rewind_tape(drive);
Borislav Petkov54abf372008-02-06 02:57:52 +01002544 if (tape->chrdev_dir == IDETAPE_DIR_NONE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545 if (tape->door_locked == DOOR_LOCKED) {
2546 if (idetape_create_prevent_cmd(drive, &pc, 0)) {
2547 if (!idetape_queue_pc_tail(drive, &pc))
2548 tape->door_locked = DOOR_UNLOCKED;
2549 }
2550 }
2551 }
Borislav Petkov346331f2008-04-18 00:46:26 +02002552 clear_bit(IDETAPE_FLAG_BUSY, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553 ide_tape_put(tape);
2554 unlock_kernel();
2555 return 0;
2556}
2557
2558/*
Borislav Petkov71071b82008-02-06 02:57:53 +01002559 * check the contents of the ATAPI IDENTIFY command results. We return:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560 *
Borislav Petkov71071b82008-02-06 02:57:53 +01002561 * 1 - If the tape can be supported by us, based on the information we have so
2562 * far.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002563 *
Borislav Petkov71071b82008-02-06 02:57:53 +01002564 * 0 - If this tape driver is not currently supported by us.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565 */
Borislav Petkov71071b82008-02-06 02:57:53 +01002566static int idetape_identify_device(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002567{
Borislav Petkov71071b82008-02-06 02:57:53 +01002568 u8 gcw[2], protocol, device_type, removable, packet_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569
2570 if (drive->id_read == 0)
2571 return 1;
2572
Borislav Petkov71071b82008-02-06 02:57:53 +01002573 *((unsigned short *) &gcw) = drive->id->config;
2574
2575 protocol = (gcw[1] & 0xC0) >> 6;
2576 device_type = gcw[1] & 0x1F;
2577 removable = !!(gcw[0] & 0x80);
2578 packet_size = gcw[0] & 0x3;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580 /* Check that we can support this device */
Borislav Petkov71071b82008-02-06 02:57:53 +01002581 if (protocol != 2)
Bartlomiej Zolnierkiewicz16422de32008-02-02 19:56:48 +01002582 printk(KERN_ERR "ide-tape: Protocol (0x%02x) is not ATAPI\n",
Borislav Petkov71071b82008-02-06 02:57:53 +01002583 protocol);
2584 else if (device_type != 1)
Bartlomiej Zolnierkiewicz16422de32008-02-02 19:56:48 +01002585 printk(KERN_ERR "ide-tape: Device type (0x%02x) is not set "
Borislav Petkov71071b82008-02-06 02:57:53 +01002586 "to tape\n", device_type);
2587 else if (!removable)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588 printk(KERN_ERR "ide-tape: The removable flag is not set\n");
Borislav Petkov71071b82008-02-06 02:57:53 +01002589 else if (packet_size != 0) {
Borislav Petkov24d57f82008-02-06 02:57:54 +01002590 printk(KERN_ERR "ide-tape: Packet size (0x%02x) is not 12"
2591 " bytes\n", packet_size);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592 } else
2593 return 1;
2594 return 0;
2595}
2596
Borislav Petkov6d29c8f2008-02-02 19:56:49 +01002597static void idetape_get_inquiry_results(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02002600 struct ide_atapi_pc pc;
Borislav Petkov41f81d542008-02-06 02:57:52 +01002601 char fw_rev[6], vendor_id[10], product_id[18];
Borislav Petkov6d29c8f2008-02-02 19:56:49 +01002602
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 idetape_create_inquiry_cmd(&pc);
2604 if (idetape_queue_pc_tail(drive, &pc)) {
Borislav Petkov6d29c8f2008-02-02 19:56:49 +01002605 printk(KERN_ERR "ide-tape: %s: can't get INQUIRY results\n",
2606 tape->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607 return;
2608 }
Borislav Petkovd236d742008-04-18 00:46:27 +02002609 memcpy(vendor_id, &pc.buf[8], 8);
2610 memcpy(product_id, &pc.buf[16], 16);
2611 memcpy(fw_rev, &pc.buf[32], 4);
Borislav Petkov6d29c8f2008-02-02 19:56:49 +01002612
Borislav Petkov41f81d542008-02-06 02:57:52 +01002613 ide_fixstring(vendor_id, 10, 0);
2614 ide_fixstring(product_id, 18, 0);
2615 ide_fixstring(fw_rev, 6, 0);
2616
Borislav Petkov6d29c8f2008-02-02 19:56:49 +01002617 printk(KERN_INFO "ide-tape: %s <-> %s: %s %s rev %s\n",
Borislav Petkov41f81d542008-02-06 02:57:52 +01002618 drive->name, tape->name, vendor_id, product_id, fw_rev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002619}
2620
2621/*
Borislav Petkovb6422012008-02-02 19:56:49 +01002622 * Ask the tape about its various parameters. In particular, we will adjust our
2623 * data transfer buffer size to the recommended value as returned by the tape.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002624 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002625static void idetape_get_mode_sense_results(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002626{
2627 idetape_tape_t *tape = drive->driver_data;
Borislav Petkovd236d742008-04-18 00:46:27 +02002628 struct ide_atapi_pc pc;
Borislav Petkovb6422012008-02-02 19:56:49 +01002629 u8 *caps;
2630 u8 speed, max_speed;
Borislav Petkov47314fa2008-02-02 19:56:48 +01002631
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632 idetape_create_mode_sense_cmd(&pc, IDETAPE_CAPABILITIES_PAGE);
2633 if (idetape_queue_pc_tail(drive, &pc)) {
Borislav Petkovb6422012008-02-02 19:56:49 +01002634 printk(KERN_ERR "ide-tape: Can't get tape parameters - assuming"
2635 " some default values\n");
Borislav Petkov54bb2072008-02-06 02:57:52 +01002636 tape->blk_size = 512;
Borislav Petkovb6422012008-02-02 19:56:49 +01002637 put_unaligned(52, (u16 *)&tape->caps[12]);
2638 put_unaligned(540, (u16 *)&tape->caps[14]);
2639 put_unaligned(6*52, (u16 *)&tape->caps[16]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002640 return;
2641 }
Borislav Petkovd236d742008-04-18 00:46:27 +02002642 caps = pc.buf + 4 + pc.buf[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643
Borislav Petkovb6422012008-02-02 19:56:49 +01002644 /* convert to host order and save for later use */
2645 speed = be16_to_cpu(*(u16 *)&caps[14]);
2646 max_speed = be16_to_cpu(*(u16 *)&caps[8]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002647
Borislav Petkovb6422012008-02-02 19:56:49 +01002648 put_unaligned(max_speed, (u16 *)&caps[8]);
2649 put_unaligned(be16_to_cpu(*(u16 *)&caps[12]), (u16 *)&caps[12]);
2650 put_unaligned(speed, (u16 *)&caps[14]);
2651 put_unaligned(be16_to_cpu(*(u16 *)&caps[16]), (u16 *)&caps[16]);
2652
2653 if (!speed) {
2654 printk(KERN_INFO "ide-tape: %s: invalid tape speed "
2655 "(assuming 650KB/sec)\n", drive->name);
2656 put_unaligned(650, (u16 *)&caps[14]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657 }
Borislav Petkovb6422012008-02-02 19:56:49 +01002658 if (!max_speed) {
2659 printk(KERN_INFO "ide-tape: %s: invalid max_speed "
2660 "(assuming 650KB/sec)\n", drive->name);
2661 put_unaligned(650, (u16 *)&caps[8]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662 }
2663
Borislav Petkovb6422012008-02-02 19:56:49 +01002664 memcpy(&tape->caps, caps, 20);
2665 if (caps[7] & 0x02)
Borislav Petkov54bb2072008-02-06 02:57:52 +01002666 tape->blk_size = 512;
Borislav Petkovb6422012008-02-02 19:56:49 +01002667 else if (caps[7] & 0x04)
Borislav Petkov54bb2072008-02-06 02:57:52 +01002668 tape->blk_size = 1024;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002669}
2670
Bartlomiej Zolnierkiewicz7662d042007-05-10 00:01:10 +02002671#ifdef CONFIG_IDE_PROC_FS
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002672static void idetape_add_settings(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673{
2674 idetape_tape_t *tape = drive->driver_data;
2675
Borislav Petkovb6422012008-02-02 19:56:49 +01002676 ide_add_setting(drive, "buffer", SETTING_READ, TYPE_SHORT, 0, 0xffff,
2677 1, 2, (u16 *)&tape->caps[16], NULL);
Borislav Petkovb6422012008-02-02 19:56:49 +01002678 ide_add_setting(drive, "speed", SETTING_READ, TYPE_SHORT, 0, 0xffff,
2679 1, 1, (u16 *)&tape->caps[14], NULL);
Borislav Petkovf73850a2008-04-27 15:38:33 +02002680 ide_add_setting(drive, "buffer_size", SETTING_READ, TYPE_INT, 0, 0xffff,
2681 1, 1024, &tape->buffer_size, NULL);
Borislav Petkov54bb2072008-02-06 02:57:52 +01002682 ide_add_setting(drive, "tdsc", SETTING_RW, TYPE_INT, IDETAPE_DSC_RW_MIN,
2683 IDETAPE_DSC_RW_MAX, 1000, HZ, &tape->best_dsc_rw_freq,
2684 NULL);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002685 ide_add_setting(drive, "dsc_overlap", SETTING_RW, TYPE_BYTE, 0, 1, 1,
2686 1, &drive->dsc_overlap, NULL);
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002687 ide_add_setting(drive, "avg_speed", SETTING_READ, TYPE_INT, 0, 0xffff,
2688 1, 1, &tape->avg_speed, NULL);
Borislav Petkov8004a8c2008-02-06 02:57:51 +01002689 ide_add_setting(drive, "debug_mask", SETTING_RW, TYPE_INT, 0, 0xffff, 1,
2690 1, &tape->debug_mask, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691}
Bartlomiej Zolnierkiewicz7662d042007-05-10 00:01:10 +02002692#else
2693static inline void idetape_add_settings(ide_drive_t *drive) { ; }
2694#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695
2696/*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002697 * The function below is called to:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002699 * 1. Initialize our various state variables.
2700 * 2. Ask the tape for its capabilities.
2701 * 3. Allocate a buffer which will be used for data transfer. The buffer size
2702 * is chosen based on the recommendation which we received in step 2.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 *
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002704 * Note that at this point ide.c already assigned us an irq, so that we can
2705 * queue requests here and wait for their completion.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706 */
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002707static void idetape_setup(ide_drive_t *drive, idetape_tape_t *tape, int minor)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708{
Borislav Petkov83042b22008-04-27 15:38:27 +02002709 unsigned long t;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710 int speed;
Borislav Petkovf73850a2008-04-27 15:38:33 +02002711 int buffer_size;
Borislav Petkov71071b82008-02-06 02:57:53 +01002712 u8 gcw[2];
Borislav Petkovb6422012008-02-02 19:56:49 +01002713 u16 *ctl = (u16 *)&tape->caps[12];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714
Borislav Petkov54bb2072008-02-06 02:57:52 +01002715 spin_lock_init(&tape->lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716 drive->dsc_overlap = 1;
Bartlomiej Zolnierkiewicz4166c192008-02-01 23:09:30 +01002717 if (drive->hwif->host_flags & IDE_HFLAG_NO_DSC) {
2718 printk(KERN_INFO "ide-tape: %s: disabling DSC overlap\n",
2719 tape->name);
2720 drive->dsc_overlap = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002721 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722 /* Seagate Travan drives do not support DSC overlap. */
2723 if (strstr(drive->id->model, "Seagate STT3401"))
2724 drive->dsc_overlap = 0;
2725 tape->minor = minor;
2726 tape->name[0] = 'h';
2727 tape->name[1] = 't';
2728 tape->name[2] = '0' + minor;
Borislav Petkov54abf372008-02-06 02:57:52 +01002729 tape->chrdev_dir = IDETAPE_DIR_NONE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730 tape->pc = tape->pc_stack;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002731 *((unsigned short *) &gcw) = drive->id->config;
Borislav Petkov71071b82008-02-06 02:57:53 +01002732
2733 /* Command packet DRQ type */
2734 if (((gcw[0] & 0x60) >> 5) == 1)
Borislav Petkov346331f2008-04-18 00:46:26 +02002735 set_bit(IDETAPE_FLAG_DRQ_INTERRUPT, &tape->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002736
Linus Torvalds1da177e2005-04-16 15:20:36 -07002737 idetape_get_inquiry_results(drive);
2738 idetape_get_mode_sense_results(drive);
Borislav Petkov3cffb9c2008-02-02 19:56:50 +01002739 ide_tape_get_bsize_from_bdesc(drive);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740 tape->user_bs_factor = 1;
Borislav Petkovf73850a2008-04-27 15:38:33 +02002741 tape->buffer_size = *ctl * tape->blk_size;
2742 while (tape->buffer_size > 0xffff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743 printk(KERN_NOTICE "ide-tape: decreasing stage size\n");
Borislav Petkovb6422012008-02-02 19:56:49 +01002744 *ctl /= 2;
Borislav Petkovf73850a2008-04-27 15:38:33 +02002745 tape->buffer_size = *ctl * tape->blk_size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746 }
Borislav Petkovf73850a2008-04-27 15:38:33 +02002747 buffer_size = tape->buffer_size;
Borislav Petkova997a432008-04-27 15:38:33 +02002748 tape->pages_per_buffer = buffer_size / PAGE_SIZE;
Borislav Petkovf73850a2008-04-27 15:38:33 +02002749 if (buffer_size % PAGE_SIZE) {
Borislav Petkova997a432008-04-27 15:38:33 +02002750 tape->pages_per_buffer++;
Borislav Petkovf73850a2008-04-27 15:38:33 +02002751 tape->excess_bh_size = PAGE_SIZE - buffer_size % PAGE_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752 }
2753
Borislav Petkov83042b22008-04-27 15:38:27 +02002754 /* select the "best" DSC read/write polling freq */
Borislav Petkovb6422012008-02-02 19:56:49 +01002755 speed = max(*(u16 *)&tape->caps[14], *(u16 *)&tape->caps[8]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756
Borislav Petkovf73850a2008-04-27 15:38:33 +02002757 t = (IDETAPE_FIFO_THRESHOLD * tape->buffer_size * HZ) / (speed * 1000);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002758
2759 /*
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002760 * Ensure that the number we got makes sense; limit it within
2761 * IDETAPE_DSC_RW_MIN and IDETAPE_DSC_RW_MAX.
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762 */
Borislav Petkov54bb2072008-02-06 02:57:52 +01002763 tape->best_dsc_rw_freq = max_t(unsigned long,
2764 min_t(unsigned long, t, IDETAPE_DSC_RW_MAX),
2765 IDETAPE_DSC_RW_MIN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766 printk(KERN_INFO "ide-tape: %s <-> %s: %dKBps, %d*%dkB buffer, "
Borislav Petkov83042b22008-04-27 15:38:27 +02002767 "%lums tDSC%s\n",
Borislav Petkovb6422012008-02-02 19:56:49 +01002768 drive->name, tape->name, *(u16 *)&tape->caps[14],
Borislav Petkovf73850a2008-04-27 15:38:33 +02002769 (*(u16 *)&tape->caps[16] * 512) / tape->buffer_size,
2770 tape->buffer_size / 1024,
Borislav Petkov54bb2072008-02-06 02:57:52 +01002771 tape->best_dsc_rw_freq * 1000 / HZ,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772 drive->using_dma ? ", DMA":"");
2773
2774 idetape_add_settings(drive);
2775}
2776
Russell King4031bbe2006-01-06 11:41:00 +00002777static void ide_tape_remove(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778{
2779 idetape_tape_t *tape = drive->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780
Bartlomiej Zolnierkiewicz7662d042007-05-10 00:01:10 +02002781 ide_proc_unregister_driver(drive, tape->driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782
2783 ide_unregister_region(tape->disk);
2784
2785 ide_tape_put(tape);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786}
2787
2788static void ide_tape_release(struct kref *kref)
2789{
2790 struct ide_tape_obj *tape = to_ide_tape(kref);
2791 ide_drive_t *drive = tape->drive;
2792 struct gendisk *g = tape->disk;
2793
Borislav Petkov01a63aeb2008-04-27 15:38:34 +02002794 BUG_ON(tape->merge_bh_size);
Bartlomiej Zolnierkiewicz8604aff2005-05-26 14:55:34 +02002795
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796 drive->dsc_overlap = 0;
2797 drive->driver_data = NULL;
Tony Jonesdbc12722007-09-25 02:03:03 +02002798 device_destroy(idetape_sysfs_class, MKDEV(IDETAPE_MAJOR, tape->minor));
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002799 device_destroy(idetape_sysfs_class,
2800 MKDEV(IDETAPE_MAJOR, tape->minor + 128));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801 idetape_devs[tape->minor] = NULL;
2802 g->private_data = NULL;
2803 put_disk(g);
2804 kfree(tape);
2805}
2806
Bartlomiej Zolnierkiewiczecfd80e2007-05-10 00:01:09 +02002807#ifdef CONFIG_IDE_PROC_FS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808static int proc_idetape_read_name
2809 (char *page, char **start, off_t off, int count, int *eof, void *data)
2810{
2811 ide_drive_t *drive = (ide_drive_t *) data;
2812 idetape_tape_t *tape = drive->driver_data;
2813 char *out = page;
2814 int len;
2815
2816 len = sprintf(out, "%s\n", tape->name);
2817 PROC_IDE_READ_RETURN(page, start, off, count, eof, len);
2818}
2819
2820static ide_proc_entry_t idetape_proc[] = {
2821 { "capacity", S_IFREG|S_IRUGO, proc_ide_read_capacity, NULL },
2822 { "name", S_IFREG|S_IRUGO, proc_idetape_read_name, NULL },
2823 { NULL, 0, NULL, NULL }
2824};
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825#endif
2826
Russell King4031bbe2006-01-06 11:41:00 +00002827static int ide_tape_probe(ide_drive_t *);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828
Linus Torvalds1da177e2005-04-16 15:20:36 -07002829static ide_driver_t idetape_driver = {
Bartlomiej Zolnierkiewicz8604aff2005-05-26 14:55:34 +02002830 .gen_driver = {
Laurent Riffard4ef3b8f2005-11-18 22:15:40 +01002831 .owner = THIS_MODULE,
Bartlomiej Zolnierkiewicz8604aff2005-05-26 14:55:34 +02002832 .name = "ide-tape",
2833 .bus = &ide_bus_type,
Bartlomiej Zolnierkiewicz8604aff2005-05-26 14:55:34 +02002834 },
Russell King4031bbe2006-01-06 11:41:00 +00002835 .probe = ide_tape_probe,
2836 .remove = ide_tape_remove,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837 .version = IDETAPE_VERSION,
2838 .media = ide_tape,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839 .supports_dsc_overlap = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840 .do_request = idetape_do_request,
2841 .end_request = idetape_end_request,
2842 .error = __ide_error,
2843 .abort = __ide_abort,
Bartlomiej Zolnierkiewicz7662d042007-05-10 00:01:10 +02002844#ifdef CONFIG_IDE_PROC_FS
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845 .proc = idetape_proc,
Bartlomiej Zolnierkiewicz7662d042007-05-10 00:01:10 +02002846#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847};
2848
Borislav Petkov3c98bf32008-02-06 02:57:53 +01002849/* Our character device supporting functions, passed to register_chrdev. */
Arjan van de Ven2b8693c2007-02-12 00:55:32 -08002850static const struct file_operations idetape_fops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851 .owner = THIS_MODULE,
2852 .read = idetape_chrdev_read,
2853 .write = idetape_chrdev_write,
2854 .ioctl = idetape_chrdev_ioctl,
2855 .open = idetape_chrdev_open,
2856 .release = idetape_chrdev_release,
2857};
2858
2859static int idetape_open(struct inode *inode, struct file *filp)
2860{
2861 struct gendisk *disk = inode->i_bdev->bd_disk;
2862 struct ide_tape_obj *tape;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002863
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002864 tape = ide_tape_get(disk);
2865 if (!tape)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002866 return -ENXIO;
2867
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868 return 0;
2869}
2870
2871static int idetape_release(struct inode *inode, struct file *filp)
2872{
2873 struct gendisk *disk = inode->i_bdev->bd_disk;
2874 struct ide_tape_obj *tape = ide_tape_g(disk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875
2876 ide_tape_put(tape);
2877
2878 return 0;
2879}
2880
2881static int idetape_ioctl(struct inode *inode, struct file *file,
2882 unsigned int cmd, unsigned long arg)
2883{
2884 struct block_device *bdev = inode->i_bdev;
2885 struct ide_tape_obj *tape = ide_tape_g(bdev->bd_disk);
2886 ide_drive_t *drive = tape->drive;
2887 int err = generic_ide_ioctl(drive, file, bdev, cmd, arg);
2888 if (err == -EINVAL)
2889 err = idetape_blkdev_ioctl(drive, cmd, arg);
2890 return err;
2891}
2892
2893static struct block_device_operations idetape_block_ops = {
2894 .owner = THIS_MODULE,
2895 .open = idetape_open,
2896 .release = idetape_release,
2897 .ioctl = idetape_ioctl,
2898};
2899
Russell King4031bbe2006-01-06 11:41:00 +00002900static int ide_tape_probe(ide_drive_t *drive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901{
2902 idetape_tape_t *tape;
2903 struct gendisk *g;
2904 int minor;
2905
2906 if (!strstr("ide-tape", drive->driver_req))
2907 goto failed;
2908 if (!drive->present)
2909 goto failed;
2910 if (drive->media != ide_tape)
2911 goto failed;
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002912 if (!idetape_identify_device(drive)) {
2913 printk(KERN_ERR "ide-tape: %s: not supported by this version of"
2914 " the driver\n", drive->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915 goto failed;
2916 }
2917 if (drive->scsi) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002918 printk(KERN_INFO "ide-tape: passing drive %s to ide-scsi"
2919 " emulation.\n", drive->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920 goto failed;
2921 }
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002922 tape = kzalloc(sizeof(idetape_tape_t), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002923 if (tape == NULL) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002924 printk(KERN_ERR "ide-tape: %s: Can't allocate a tape struct\n",
2925 drive->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926 goto failed;
2927 }
2928
2929 g = alloc_disk(1 << PARTN_BITS);
2930 if (!g)
2931 goto out_free_tape;
2932
2933 ide_init_disk(g, drive);
2934
Bartlomiej Zolnierkiewicz7662d042007-05-10 00:01:10 +02002935 ide_proc_register_driver(drive, &idetape_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936
Linus Torvalds1da177e2005-04-16 15:20:36 -07002937 kref_init(&tape->kref);
2938
2939 tape->drive = drive;
2940 tape->driver = &idetape_driver;
2941 tape->disk = g;
2942
2943 g->private_data = &tape->driver;
2944
2945 drive->driver_data = tape;
2946
Arjan van de Vencf8b8972006-03-23 03:00:45 -08002947 mutex_lock(&idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948 for (minor = 0; idetape_devs[minor]; minor++)
2949 ;
2950 idetape_devs[minor] = tape;
Arjan van de Vencf8b8972006-03-23 03:00:45 -08002951 mutex_unlock(&idetape_ref_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952
2953 idetape_setup(drive, tape, minor);
2954
Tony Jonesdbc12722007-09-25 02:03:03 +02002955 device_create(idetape_sysfs_class, &drive->gendev,
2956 MKDEV(IDETAPE_MAJOR, minor), "%s", tape->name);
2957 device_create(idetape_sysfs_class, &drive->gendev,
2958 MKDEV(IDETAPE_MAJOR, minor + 128), "n%s", tape->name);
Will Dysond5dee802005-09-16 02:55:07 -07002959
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960 g->fops = &idetape_block_ops;
2961 ide_register_region(g);
2962
2963 return 0;
Bartlomiej Zolnierkiewicz8604aff2005-05-26 14:55:34 +02002964
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965out_free_tape:
2966 kfree(tape);
2967failed:
Bartlomiej Zolnierkiewicz8604aff2005-05-26 14:55:34 +02002968 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969}
2970
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002971static void __exit idetape_exit(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972{
Bartlomiej Zolnierkiewicz8604aff2005-05-26 14:55:34 +02002973 driver_unregister(&idetape_driver.gen_driver);
Will Dysond5dee802005-09-16 02:55:07 -07002974 class_destroy(idetape_sysfs_class);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 unregister_chrdev(IDETAPE_MAJOR, "ht");
2976}
2977
Bartlomiej Zolnierkiewicz17514e82005-11-19 22:24:35 +01002978static int __init idetape_init(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979{
Will Dysond5dee802005-09-16 02:55:07 -07002980 int error = 1;
2981 idetape_sysfs_class = class_create(THIS_MODULE, "ide_tape");
2982 if (IS_ERR(idetape_sysfs_class)) {
2983 idetape_sysfs_class = NULL;
2984 printk(KERN_ERR "Unable to create sysfs class for ide tapes\n");
2985 error = -EBUSY;
2986 goto out;
2987 }
2988
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989 if (register_chrdev(IDETAPE_MAJOR, "ht", &idetape_fops)) {
Borislav Petkov5a04cfa2008-02-06 02:57:54 +01002990 printk(KERN_ERR "ide-tape: Failed to register chrdev"
2991 " interface\n");
Will Dysond5dee802005-09-16 02:55:07 -07002992 error = -EBUSY;
2993 goto out_free_class;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994 }
Will Dysond5dee802005-09-16 02:55:07 -07002995
2996 error = driver_register(&idetape_driver.gen_driver);
2997 if (error)
2998 goto out_free_driver;
2999
3000 return 0;
3001
3002out_free_driver:
3003 driver_unregister(&idetape_driver.gen_driver);
3004out_free_class:
3005 class_destroy(idetape_sysfs_class);
3006out:
3007 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008}
3009
Kay Sievers263756e2005-12-12 18:03:44 +01003010MODULE_ALIAS("ide:*m-tape*");
Linus Torvalds1da177e2005-04-16 15:20:36 -07003011module_init(idetape_init);
3012module_exit(idetape_exit);
3013MODULE_ALIAS_CHARDEV_MAJOR(IDETAPE_MAJOR);
Borislav Petkov9c145762008-02-06 02:57:54 +01003014MODULE_DESCRIPTION("ATAPI Streaming TAPE Driver");
3015MODULE_LICENSE("GPL");