blob: 0a767740bf02c15c2efdfbf04b3ae9f7f2c5527f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/************************************************************************
2 * Linux driver for *
3 * ICP vortex GmbH: GDT ISA/EISA/PCI Disk Array Controllers *
4 * Intel Corporation: Storage RAID Controllers *
5 * *
6 * gdth.c *
Leubner, Achimcbd5f692006-06-09 11:34:29 -07007 * Copyright (C) 1995-06 ICP vortex GmbH, Achim Leubner *
Linus Torvalds1da177e2005-04-16 15:20:36 -07008 * Copyright (C) 2002-04 Intel Corporation *
Leubner, Achimcbd5f692006-06-09 11:34:29 -07009 * Copyright (C) 2003-06 Adaptec Inc. *
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 * <achim_leubner@adaptec.com> *
11 * *
12 * Additions/Fixes: *
13 * Boji Tony Kannanthanam <boji.t.kannanthanam@intel.com> *
14 * Johannes Dinner <johannes_dinner@adaptec.com> *
15 * *
16 * This program is free software; you can redistribute it and/or modify *
17 * it under the terms of the GNU General Public License as published *
18 * by the Free Software Foundation; either version 2 of the License, *
19 * or (at your option) any later version. *
20 * *
21 * This program is distributed in the hope that it will be useful, *
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
24 * GNU General Public License for more details. *
25 * *
26 * You should have received a copy of the GNU General Public License *
27 * along with this kernel; if not, write to the Free Software *
28 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. *
29 * *
Jeff Garzik8d7a5da2007-10-02 22:54:28 +020030 * Linux kernel 2.6.x supported *
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 * *
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 ************************************************************************/
33
34/* All GDT Disk Array Controllers are fully supported by this driver.
35 * This includes the PCI/EISA/ISA SCSI Disk Array Controllers and the
36 * PCI Fibre Channel Disk Array Controllers. See gdth.h for a complete
37 * list of all controller types.
38 *
39 * If you have one or more GDT3000/3020 EISA controllers with
40 * controller BIOS disabled, you have to set the IRQ values with the
41 * command line option "gdth=irq1,irq2,...", where the irq1,irq2,... are
42 * the IRQ values for the EISA controllers.
43 *
44 * After the optional list of IRQ values, other possible
45 * command line options are:
46 * disable:Y disable driver
47 * disable:N enable driver
48 * reserve_mode:0 reserve no drives for the raw service
49 * reserve_mode:1 reserve all not init., removable drives
50 * reserve_mode:2 reserve all not init. drives
51 * reserve_list:h,b,t,l,h,b,t,l,... reserve particular drive(s) with
52 * h- controller no., b- channel no.,
53 * t- target ID, l- LUN
54 * reverse_scan:Y reverse scan order for PCI controllers
55 * reverse_scan:N scan PCI controllers like BIOS
56 * max_ids:x x - target ID count per channel (1..MAXID)
57 * rescan:Y rescan all channels/IDs
58 * rescan:N use all devices found until now
Linus Torvalds1da177e2005-04-16 15:20:36 -070059 * hdr_channel:x x - number of virtual bus for host drives
60 * shared_access:Y disable driver reserve/release protocol to
61 * access a shared resource from several nodes,
Adrian Bunk575c9682006-01-15 02:00:17 +010062 * appropriate controller firmware required
Linus Torvalds1da177e2005-04-16 15:20:36 -070063 * shared_access:N enable driver reserve/release protocol
64 * probe_eisa_isa:Y scan for EISA/ISA controllers
65 * probe_eisa_isa:N do not scan for EISA/ISA controllers
66 * force_dma32:Y use only 32 bit DMA mode
67 * force_dma32:N use 64 bit DMA mode, if supported
68 *
69 * The default values are: "gdth=disable:N,reserve_mode:1,reverse_scan:N,
Christoph Hellwig52759e62007-10-02 22:59:53 +020070 * max_ids:127,rescan:N,hdr_channel:0,
Linus Torvalds1da177e2005-04-16 15:20:36 -070071 * shared_access:Y,probe_eisa_isa:N,force_dma32:N".
72 * Here is another example: "gdth=reserve_list:0,1,2,0,0,1,3,0,rescan:Y".
73 *
74 * When loading the gdth driver as a module, the same options are available.
75 * You can set the IRQs with "IRQ=...". However, the syntax to specify the
76 * options changes slightly. You must replace all ',' between options
77 * with ' ' and all ':' with '=' and you must use
78 * '1' in place of 'Y' and '0' in place of 'N'.
79 *
80 * Default: "modprobe gdth disable=0 reserve_mode=1 reverse_scan=0
Christoph Hellwig52759e62007-10-02 22:59:53 +020081 * max_ids=127 rescan=0 hdr_channel=0 shared_access=0
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 * probe_eisa_isa=0 force_dma32=0"
83 * The other example: "modprobe gdth reserve_list=0,1,2,0,0,1,3,0 rescan=1".
84 */
85
86/* The meaning of the Scsi_Pointer members in this driver is as follows:
87 * ptr: Chaining
Boaz Harroshd35055a2008-02-27 15:31:20 -080088 * this_residual: unused
89 * buffer: unused
Boaz Harrosh3892d882007-10-02 23:18:03 +020090 * dma_handle: unused
Boaz Harroshd35055a2008-02-27 15:31:20 -080091 * buffers_residual: unused
Boaz Harrosh3892d882007-10-02 23:18:03 +020092 * Status: unused
Boaz Harroshf842b642007-10-02 23:16:01 +020093 * Message: unused
94 * have_data_in: unused
95 * sent_command: unused
96 * phase: unused
Linus Torvalds1da177e2005-04-16 15:20:36 -070097 */
98
99
100/* interrupt coalescing */
101/* #define INT_COAL */
102
103/* statistics */
104#define GDTH_STATISTICS
105
106#include <linux/module.h>
107
108#include <linux/version.h>
109#include <linux/kernel.h>
110#include <linux/types.h>
111#include <linux/pci.h>
112#include <linux/string.h>
113#include <linux/ctype.h>
114#include <linux/ioport.h>
115#include <linux/delay.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116#include <linux/interrupt.h>
117#include <linux/in.h>
118#include <linux/proc_fs.h>
119#include <linux/time.h>
120#include <linux/timer.h>
Matthias Gehre910638a2006-03-28 01:56:48 -0800121#include <linux/dma-mapping.h>
Christoph Hellwig835cc242007-10-02 23:09:56 +0200122#include <linux/list.h>
Arnd Bergmannc45d15d2010-06-02 14:28:52 +0200123#include <linux/mutex.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +0900124#include <linux/slab.h>
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700125
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126#ifdef GDTH_RTC
127#include <linux/mc146818rtc.h>
128#endif
129#include <linux/reboot.h>
130
131#include <asm/dma.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132#include <asm/io.h>
133#include <asm/uaccess.h>
134#include <linux/spinlock.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700135#include <linux/blkdev.h>
Boaz Harrosh3892d882007-10-02 23:18:03 +0200136#include <linux/scatterlist.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137
138#include "scsi.h"
139#include <scsi/scsi_host.h>
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700140#include "gdth.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141
Arnd Bergmannc45d15d2010-06-02 14:28:52 +0200142static DEFINE_MUTEX(gdth_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143static void gdth_delay(int milliseconds);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500144static void gdth_eval_mapping(u32 size, u32 *cyls, int *heads, int *secs);
David Howells7d12e782006-10-05 14:55:46 +0100145static irqreturn_t gdth_interrupt(int irq, void *dev_id);
Jeff Garzik230e8862007-12-13 16:14:12 -0800146static irqreturn_t __gdth_interrupt(gdth_ha_str *ha,
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +0200147 int gdth_from_wait, int* pIndex);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500148static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index,
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200149 Scsi_Cmnd *scp);
150static int gdth_async_event(gdth_ha_str *ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151static void gdth_log_event(gdth_evt_data *dvr, char *buffer);
152
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500153static void gdth_putq(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 priority);
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200154static void gdth_next(gdth_ha_str *ha);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500155static int gdth_fill_raw_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 b);
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200156static int gdth_special_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500157static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, u16 source,
158 u16 idx, gdth_evt_data *evt);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500160static void gdth_readapp_event(gdth_ha_str *ha, u8 application,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 gdth_evt_str *estr);
162static void gdth_clear_events(void);
163
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200164static void gdth_copy_internal_data(gdth_ha_str *ha, Scsi_Cmnd *scp,
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500165 char *buffer, u16 count);
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200166static int gdth_internal_cache_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500167static int gdth_fill_cache_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u16 hdrive);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200169static void gdth_enable_int(gdth_ha_str *ha);
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200170static int gdth_test_busy(gdth_ha_str *ha);
171static int gdth_get_cmd_index(gdth_ha_str *ha);
172static void gdth_release_event(gdth_ha_str *ha);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500173static int gdth_wait(gdth_ha_str *ha, int index,u32 time);
174static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode,
175 u32 p1, u64 p2,u64 p3);
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200176static int gdth_search_drives(gdth_ha_str *ha);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500177static int gdth_analyse_hdrive(gdth_ha_str *ha, u16 hdrive);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200179static const char *gdth_ctr_name(gdth_ha_str *ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180
181static int gdth_open(struct inode *inode, struct file *filep);
182static int gdth_close(struct inode *inode, struct file *filep);
Arnd Bergmannf4927c42010-04-27 00:24:01 +0200183static long gdth_unlocked_ioctl(struct file *filep, unsigned int cmd,
184 unsigned long arg);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185
Boaz Harrosh45f1a412007-10-02 23:05:53 +0200186static void gdth_flush(gdth_ha_str *ha);
Jeff Garzikf2812332010-11-16 02:10:29 -0500187static int gdth_queuecommand(struct Scsi_Host *h, struct scsi_cmnd *cmd);
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200188static int __gdth_queuecommand(gdth_ha_str *ha, struct scsi_cmnd *scp,
189 struct gdth_cmndinfo *cmndinfo);
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700190static void gdth_scsi_done(struct scsi_cmnd *scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191
192#ifdef DEBUG_GDTH
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500193static u8 DebugState = DEBUG_GDTH;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
195#ifdef __SERIAL__
196#define MAX_SERBUF 160
197static void ser_init(void);
198static void ser_puts(char *str);
199static void ser_putc(char c);
200static int ser_printk(const char *fmt, ...);
201static char strbuf[MAX_SERBUF+1];
202#ifdef __COM2__
203#define COM_BASE 0x2f8
204#else
205#define COM_BASE 0x3f8
206#endif
207static void ser_init()
208{
209 unsigned port=COM_BASE;
210
211 outb(0x80,port+3);
212 outb(0,port+1);
213 /* 19200 Baud, if 9600: outb(12,port) */
214 outb(6, port);
215 outb(3,port+3);
216 outb(0,port+1);
217 /*
218 ser_putc('I');
219 ser_putc(' ');
220 */
221}
222
223static void ser_puts(char *str)
224{
225 char *ptr;
226
227 ser_init();
228 for (ptr=str;*ptr;++ptr)
229 ser_putc(*ptr);
230}
231
232static void ser_putc(char c)
233{
234 unsigned port=COM_BASE;
235
236 while ((inb(port+5) & 0x20)==0);
237 outb(c,port);
238 if (c==0x0a)
239 {
240 while ((inb(port+5) & 0x20)==0);
241 outb(0x0d,port);
242 }
243}
244
245static int ser_printk(const char *fmt, ...)
246{
247 va_list args;
248 int i;
249
250 va_start(args,fmt);
251 i = vsprintf(strbuf,fmt,args);
252 ser_puts(strbuf);
253 va_end(args);
254 return i;
255}
256
257#define TRACE(a) {if (DebugState==1) {ser_printk a;}}
258#define TRACE2(a) {if (DebugState==1 || DebugState==2) {ser_printk a;}}
259#define TRACE3(a) {if (DebugState!=0) {ser_printk a;}}
260
261#else /* !__SERIAL__ */
262#define TRACE(a) {if (DebugState==1) {printk a;}}
263#define TRACE2(a) {if (DebugState==1 || DebugState==2) {printk a;}}
264#define TRACE3(a) {if (DebugState!=0) {printk a;}}
265#endif
266
267#else /* !DEBUG */
268#define TRACE(a)
269#define TRACE2(a)
270#define TRACE3(a)
271#endif
272
273#ifdef GDTH_STATISTICS
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500274static u32 max_rq=0, max_index=0, max_sg=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275#ifdef INT_COAL
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500276static u32 max_int_coal=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277#endif
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500278static u32 act_ints=0, act_ios=0, act_stats=0, act_rq=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279static struct timer_list gdth_timer;
280#endif
281
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500282#define PTR2USHORT(a) (u16)(unsigned long)(a)
Tobias Klauser6391a112006-06-08 22:23:48 -0700283#define GDTOFFSOF(a,b) (size_t)&(((a*)0)->b)
284#define INDEX_OK(i,t) ((i)<ARRAY_SIZE(t))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286#define BUS_L2P(a,b) ((b)>(a)->virt_bus ? (b-1):(b))
287
Christoph Hellwigaed91cb2007-10-02 22:48:16 +0200288#ifdef CONFIG_ISA
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500289static u8 gdth_drq_tab[4] = {5,6,7,7}; /* DRQ table */
Christoph Hellwigaed91cb2007-10-02 22:48:16 +0200290#endif
Dhaval Gianic8e91b02007-10-12 15:12:31 +0530291#if defined(CONFIG_EISA) || defined(CONFIG_ISA)
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500292static u8 gdth_irq_tab[6] = {0,10,11,12,14,0}; /* IRQ table */
Christoph Hellwig706a5d42007-10-02 22:49:35 +0200293#endif
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500294static u8 gdth_polling; /* polling if TRUE */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295static int gdth_ctr_count = 0; /* controller count */
Boaz Harrosh884f7fb2007-10-02 23:11:24 +0200296static LIST_HEAD(gdth_instances); /* controller list */
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500297static u8 gdth_write_through = FALSE; /* write through */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298static gdth_evt_str ebuffer[MAX_EVENTS]; /* event buffer */
299static int elastidx;
300static int eoldidx;
301static int major;
302
303#define DIN 1 /* IN data direction */
304#define DOU 2 /* OUT data direction */
305#define DNO DIN /* no data transfer */
306#define DUN DIN /* unknown data direction */
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500307static u8 gdth_direction_tab[0x100] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 DNO,DNO,DIN,DIN,DOU,DIN,DIN,DOU,DIN,DUN,DOU,DOU,DUN,DUN,DUN,DIN,
309 DNO,DIN,DIN,DOU,DIN,DOU,DNO,DNO,DOU,DNO,DIN,DNO,DIN,DOU,DNO,DUN,
310 DIN,DUN,DIN,DUN,DOU,DIN,DUN,DUN,DIN,DIN,DOU,DNO,DUN,DIN,DOU,DOU,
311 DOU,DOU,DOU,DNO,DIN,DNO,DNO,DIN,DOU,DOU,DOU,DOU,DIN,DOU,DIN,DOU,
312 DOU,DOU,DIN,DIN,DIN,DNO,DUN,DNO,DNO,DNO,DUN,DNO,DOU,DIN,DUN,DUN,
313 DUN,DUN,DUN,DUN,DUN,DOU,DUN,DUN,DUN,DUN,DIN,DUN,DUN,DUN,DUN,DUN,
314 DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
315 DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
316 DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DIN,DUN,DOU,DUN,DUN,DUN,DUN,DUN,
317 DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DIN,DUN,
318 DUN,DUN,DUN,DUN,DUN,DNO,DNO,DUN,DIN,DNO,DOU,DUN,DNO,DUN,DOU,DOU,
319 DOU,DOU,DOU,DNO,DUN,DIN,DOU,DIN,DIN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
320 DUN,DUN,DOU,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
321 DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
322 DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DOU,DUN,DUN,DUN,DUN,DUN,
323 DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN
324};
325
326/* LILO and modprobe/insmod parameters */
327/* IRQ list for GDT3000/3020 EISA controllers */
328static int irq[MAXHA] __initdata =
329{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
330 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff};
331/* disable driver flag */
332static int disable __initdata = 0;
333/* reserve flag */
334static int reserve_mode = 1;
335/* reserve list */
336static int reserve_list[MAX_RES_ARGS] =
337{0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
338 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
339 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff};
340/* scan order for PCI controllers */
341static int reverse_scan = 0;
342/* virtual channel for the host drives */
343static int hdr_channel = 0;
344/* max. IDs per channel */
345static int max_ids = MAXID;
346/* rescan all IDs */
347static int rescan = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348/* shared access */
349static int shared_access = 1;
350/* enable support for EISA and ISA controllers */
351static int probe_eisa_isa = 0;
352/* 64 bit DMA mode, support for drives > 2 TB, if force_dma32 = 0 */
353static int force_dma32 = 0;
354
355/* parameters for modprobe/insmod */
356module_param_array(irq, int, NULL, 0);
357module_param(disable, int, 0);
358module_param(reserve_mode, int, 0);
359module_param_array(reserve_list, int, NULL, 0);
360module_param(reverse_scan, int, 0);
361module_param(hdr_channel, int, 0);
362module_param(max_ids, int, 0);
363module_param(rescan, int, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364module_param(shared_access, int, 0);
365module_param(probe_eisa_isa, int, 0);
366module_param(force_dma32, int, 0);
367MODULE_AUTHOR("Achim Leubner");
368MODULE_LICENSE("GPL");
369
370/* ioctl interface */
Arjan van de Ven00977a52007-02-12 00:55:34 -0800371static const struct file_operations gdth_fops = {
Arnd Bergmannf4927c42010-04-27 00:24:01 +0200372 .unlocked_ioctl = gdth_unlocked_ioctl,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373 .open = gdth_open,
374 .release = gdth_close,
Arnd Bergmann6038f372010-08-15 18:52:59 +0200375 .llseek = noop_llseek,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700376};
377
378#include "gdth_proc.h"
379#include "gdth_proc.c"
380
Boaz Harrosh884f7fb2007-10-02 23:11:24 +0200381static gdth_ha_str *gdth_find_ha(int hanum)
382{
383 gdth_ha_str *ha;
384
385 list_for_each_entry(ha, &gdth_instances, list)
386 if (hanum == ha->hanum)
387 return ha;
388
389 return NULL;
390}
391
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200392static struct gdth_cmndinfo *gdth_get_cmndinfo(gdth_ha_str *ha)
393{
394 struct gdth_cmndinfo *priv = NULL;
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500395 unsigned long flags;
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200396 int i;
397
398 spin_lock_irqsave(&ha->smp_lock, flags);
399
400 for (i=0; i<GDTH_MAXCMDS; ++i) {
401 if (ha->cmndinfo[i].index == 0) {
402 priv = &ha->cmndinfo[i];
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200403 memset(priv, 0, sizeof(*priv));
Boaz Harroshee54cc62008-02-27 15:29:15 -0800404 priv->index = i+1;
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200405 break;
406 }
407 }
408
409 spin_unlock_irqrestore(&ha->smp_lock, flags);
410
411 return priv;
412}
413
414static void gdth_put_cmndinfo(struct gdth_cmndinfo *priv)
415{
416 BUG_ON(!priv);
417 priv->index = 0;
418}
419
Linus Torvalds1da177e2005-04-16 15:20:36 -0700420static void gdth_delay(int milliseconds)
421{
422 if (milliseconds == 0) {
423 udelay(1);
424 } else {
425 mdelay(milliseconds);
426 }
427}
428
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700429static void gdth_scsi_done(struct scsi_cmnd *scp)
430{
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200431 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp);
432 int internal_command = cmndinfo->internal_command;
433
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +0200434 TRACE2(("gdth_scsi_done()\n"));
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700435
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200436 gdth_put_cmndinfo(cmndinfo);
437 scp->host_scribble = NULL;
438
439 if (internal_command)
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +0200440 complete((struct completion *)scp->request);
441 else
442 scp->scsi_done(scp);
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700443}
444
445int __gdth_execute(struct scsi_device *sdev, gdth_cmd_str *gdtcmd, char *cmnd,
446 int timeout, u32 *info)
447{
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200448 gdth_ha_str *ha = shost_priv(sdev->host);
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700449 Scsi_Cmnd *scp;
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200450 struct gdth_cmndinfo cmndinfo;
Peter Zijlstra6e9a4732006-09-30 23:28:10 -0700451 DECLARE_COMPLETION_ONSTACK(wait);
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700452 int rval;
453
Mariusz Kozlowskibbfbbbc2007-08-11 10:13:24 +0200454 scp = kzalloc(sizeof(*scp), GFP_KERNEL);
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700455 if (!scp)
456 return -ENOMEM;
Mariusz Kozlowskibbfbbbc2007-08-11 10:13:24 +0200457
Sven Schnelle1b96f892008-03-10 22:50:04 +0100458 scp->sense_buffer = kzalloc(SCSI_SENSE_BUFFERSIZE, GFP_KERNEL);
459 if (!scp->sense_buffer) {
460 kfree(scp);
461 return -ENOMEM;
462 }
463
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700464 scp->device = sdev;
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200465 memset(&cmndinfo, 0, sizeof(cmndinfo));
466
Christoph Hellwigbeb40482006-06-10 18:01:03 +0200467 /* use request field to save the ptr. to completion struct. */
468 scp->request = (struct request *)&wait;
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700469 scp->cmd_len = 12;
Boaz Harrosh64a87b22008-04-30 11:19:47 +0300470 scp->cmnd = cmnd;
Boaz Harroshf842b642007-10-02 23:16:01 +0200471 cmndinfo.priority = IOCTL_PRI;
Boaz Harroshee54cc62008-02-27 15:29:15 -0800472 cmndinfo.internal_cmd_str = gdtcmd;
Boaz Harrosh3058d5d2007-10-02 23:14:39 +0200473 cmndinfo.internal_command = 1;
474
475 TRACE(("__gdth_execute() cmd 0x%x\n", scp->cmnd[0]));
476 __gdth_queuecommand(ha, scp, &cmndinfo);
477
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700478 wait_for_completion(&wait);
479
Boaz Harroshf842b642007-10-02 23:16:01 +0200480 rval = cmndinfo.status;
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700481 if (info)
Boaz Harroshf842b642007-10-02 23:16:01 +0200482 *info = cmndinfo.info;
Sven Schnelle1b96f892008-03-10 22:50:04 +0100483 kfree(scp->sense_buffer);
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700484 kfree(scp);
485 return rval;
486}
Leubner, Achimcbd5f692006-06-09 11:34:29 -0700487
488int gdth_execute(struct Scsi_Host *shost, gdth_cmd_str *gdtcmd, char *cmnd,
489 int timeout, u32 *info)
490{
491 struct scsi_device *sdev = scsi_get_host_dev(shost);
492 int rval = __gdth_execute(sdev, gdtcmd, cmnd, timeout, info);
493
494 scsi_free_host_dev(sdev);
495 return rval;
496}
497
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500498static void gdth_eval_mapping(u32 size, u32 *cyls, int *heads, int *secs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499{
500 *cyls = size /HEADS/SECS;
501 if (*cyls <= MAXCYLS) {
502 *heads = HEADS;
503 *secs = SECS;
504 } else { /* too high for 64*32 */
505 *cyls = size /MEDHEADS/MEDSECS;
506 if (*cyls <= MAXCYLS) {
507 *heads = MEDHEADS;
508 *secs = MEDSECS;
509 } else { /* too high for 127*63 */
510 *cyls = size /BIGHEADS/BIGSECS;
511 *heads = BIGHEADS;
512 *secs = BIGSECS;
513 }
514 }
515}
516
517/* controller search and initialization functions */
Christoph Hellwig706a5d42007-10-02 22:49:35 +0200518#ifdef CONFIG_EISA
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500519static int __init gdth_search_eisa(u16 eisa_adr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520{
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500521 u32 id;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522
523 TRACE(("gdth_search_eisa() adr. %x\n",eisa_adr));
524 id = inl(eisa_adr+ID0REG);
525 if (id == GDT3A_ID || id == GDT3B_ID) { /* GDT3000A or GDT3000B */
526 if ((inb(eisa_adr+EISAREG) & 8) == 0)
527 return 0; /* not EISA configured */
528 return 1;
529 }
530 if (id == GDT3_ID) /* GDT3000 */
531 return 1;
532
533 return 0;
534}
Christoph Hellwig706a5d42007-10-02 22:49:35 +0200535#endif /* CONFIG_EISA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700536
Christoph Hellwigaed91cb2007-10-02 22:48:16 +0200537#ifdef CONFIG_ISA
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500538static int __init gdth_search_isa(u32 bios_adr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539{
540 void __iomem *addr;
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500541 u32 id;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542
543 TRACE(("gdth_search_isa() bios adr. %x\n",bios_adr));
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500544 if ((addr = ioremap(bios_adr+BIOS_ID_OFFS, sizeof(u32))) != NULL) {
Jeff Garzika52667f2007-10-02 22:55:53 +0200545 id = readl(addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546 iounmap(addr);
547 if (id == GDT2_ID) /* GDT2000 */
548 return 1;
549 }
550 return 0;
551}
Christoph Hellwigaed91cb2007-10-02 22:48:16 +0200552#endif /* CONFIG_ISA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553
Christoph Hellwig8514ef22007-10-02 22:51:06 +0200554#ifdef CONFIG_PCI
Christoph Hellwig8514ef22007-10-02 22:51:06 +0200555
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500556static bool gdth_search_vortex(u16 device)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700557{
Jeff Garzikcff26802008-02-15 22:20:09 -0500558 if (device <= PCI_DEVICE_ID_VORTEX_GDT6555)
559 return true;
560 if (device >= PCI_DEVICE_ID_VORTEX_GDT6x17RP &&
561 device <= PCI_DEVICE_ID_VORTEX_GDTMAXRP)
562 return true;
563 if (device == PCI_DEVICE_ID_VORTEX_GDTNEWRX ||
564 device == PCI_DEVICE_ID_VORTEX_GDTNEWRX2)
565 return true;
566 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567}
568
Jeff Garzikcff26802008-02-15 22:20:09 -0500569static int gdth_pci_probe_one(gdth_pci_str *pcistr, gdth_ha_str **ha_out);
570static int gdth_pci_init_one(struct pci_dev *pdev,
571 const struct pci_device_id *ent);
572static void gdth_pci_remove_one(struct pci_dev *pdev);
573static void gdth_remove_one(gdth_ha_str *ha);
574
Linus Torvalds1da177e2005-04-16 15:20:36 -0700575/* Vortex only makes RAID controllers.
576 * We do not really want to specify all 550 ids here, so wildcard match.
577 */
Jeff Garzikcff26802008-02-15 22:20:09 -0500578static const struct pci_device_id gdthtable[] = {
579 { PCI_VDEVICE(VORTEX, PCI_ANY_ID) },
580 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_SRC) },
581 { PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_SRC_XSCALE) },
582 { } /* terminate list */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700583};
Jeff Garzikcff26802008-02-15 22:20:09 -0500584MODULE_DEVICE_TABLE(pci, gdthtable);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700585
Jeff Garzikcff26802008-02-15 22:20:09 -0500586static struct pci_driver gdth_pci_driver = {
587 .name = "gdth",
588 .id_table = gdthtable,
589 .probe = gdth_pci_init_one,
590 .remove = gdth_pci_remove_one,
591};
592
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -0800593static void gdth_pci_remove_one(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594{
Jeff Garzikcff26802008-02-15 22:20:09 -0500595 gdth_ha_str *ha = pci_get_drvdata(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700596
Jeff Garzikcff26802008-02-15 22:20:09 -0500597 list_del(&ha->list);
598 gdth_remove_one(ha);
599
600 pci_disable_device(pdev);
601}
602
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -0800603static int gdth_pci_init_one(struct pci_dev *pdev,
604 const struct pci_device_id *ent)
Jeff Garzikcff26802008-02-15 22:20:09 -0500605{
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500606 u16 vendor = pdev->vendor;
607 u16 device = pdev->device;
608 unsigned long base0, base1, base2;
Jeff Garzikcff26802008-02-15 22:20:09 -0500609 int rc;
610 gdth_pci_str gdth_pcistr;
611 gdth_ha_str *ha = NULL;
612
613 TRACE(("gdth_search_dev() cnt %d vendor %x device %x\n",
614 gdth_ctr_count, vendor, device));
615
616 memset(&gdth_pcistr, 0, sizeof(gdth_pcistr));
617
618 if (vendor == PCI_VENDOR_ID_VORTEX && !gdth_search_vortex(device))
619 return -ENODEV;
620
621 rc = pci_enable_device(pdev);
622 if (rc)
623 return rc;
624
625 if (gdth_ctr_count >= MAXHA)
626 return -EBUSY;
Sergio Luis99109302008-02-12 20:48:03 -0300627
Linus Torvalds1da177e2005-04-16 15:20:36 -0700628 /* GDT PCI controller found, resources are already in pdev */
Jeff Garzikcff26802008-02-15 22:20:09 -0500629 gdth_pcistr.pdev = pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 base0 = pci_resource_flags(pdev, 0);
631 base1 = pci_resource_flags(pdev, 1);
632 base2 = pci_resource_flags(pdev, 2);
633 if (device <= PCI_DEVICE_ID_VORTEX_GDT6000B || /* GDT6000/B */
634 device >= PCI_DEVICE_ID_VORTEX_GDT6x17RP) { /* MPR */
635 if (!(base0 & IORESOURCE_MEM))
Jeff Garzikcff26802008-02-15 22:20:09 -0500636 return -ENODEV;
637 gdth_pcistr.dpmem = pci_resource_start(pdev, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638 } else { /* GDT6110, GDT6120, .. */
639 if (!(base0 & IORESOURCE_MEM) ||
640 !(base2 & IORESOURCE_MEM) ||
641 !(base1 & IORESOURCE_IO))
Jeff Garzikcff26802008-02-15 22:20:09 -0500642 return -ENODEV;
643 gdth_pcistr.dpmem = pci_resource_start(pdev, 2);
644 gdth_pcistr.io = pci_resource_start(pdev, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700645 }
646 TRACE2(("Controller found at %d/%d, irq %d, dpmem 0x%lx\n",
Jeff Garzikcff26802008-02-15 22:20:09 -0500647 gdth_pcistr.pdev->bus->number,
648 PCI_SLOT(gdth_pcistr.pdev->devfn),
649 gdth_pcistr.irq,
650 gdth_pcistr.dpmem));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651
Jeff Garzikcff26802008-02-15 22:20:09 -0500652 rc = gdth_pci_probe_one(&gdth_pcistr, &ha);
653 if (rc)
654 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655
Jeff Garzikcff26802008-02-15 22:20:09 -0500656 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657}
Christoph Hellwig8514ef22007-10-02 22:51:06 +0200658#endif /* CONFIG_PCI */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700659
Christoph Hellwig706a5d42007-10-02 22:49:35 +0200660#ifdef CONFIG_EISA
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500661static int __init gdth_init_eisa(u16 eisa_adr,gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662{
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500663 u32 retries,id;
664 u8 prot_ver,eisacf,i,irq_found;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665
666 TRACE(("gdth_init_eisa() adr. %x\n",eisa_adr));
667
668 /* disable board interrupts, deinitialize services */
669 outb(0xff,eisa_adr+EDOORREG);
670 outb(0x00,eisa_adr+EDENABREG);
671 outb(0x00,eisa_adr+EINTENABREG);
672
673 outb(0xff,eisa_adr+LDOORREG);
674 retries = INIT_RETRIES;
675 gdth_delay(20);
676 while (inb(eisa_adr+EDOORREG) != 0xff) {
677 if (--retries == 0) {
678 printk("GDT-EISA: Initialization error (DEINIT failed)\n");
679 return 0;
680 }
681 gdth_delay(1);
682 TRACE2(("wait for DEINIT: retries=%d\n",retries));
683 }
684 prot_ver = inb(eisa_adr+MAILBOXREG);
685 outb(0xff,eisa_adr+EDOORREG);
686 if (prot_ver != PROTOCOL_VERSION) {
687 printk("GDT-EISA: Illegal protocol version\n");
688 return 0;
689 }
690 ha->bmic = eisa_adr;
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500691 ha->brd_phys = (u32)eisa_adr >> 12;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700692
693 outl(0,eisa_adr+MAILBOXREG);
694 outl(0,eisa_adr+MAILBOXREG+4);
695 outl(0,eisa_adr+MAILBOXREG+8);
696 outl(0,eisa_adr+MAILBOXREG+12);
697
698 /* detect IRQ */
699 if ((id = inl(eisa_adr+ID0REG)) == GDT3_ID) {
700 ha->oem_id = OEM_ID_ICP;
701 ha->type = GDT_EISA;
702 ha->stype = id;
703 outl(1,eisa_adr+MAILBOXREG+8);
704 outb(0xfe,eisa_adr+LDOORREG);
705 retries = INIT_RETRIES;
706 gdth_delay(20);
707 while (inb(eisa_adr+EDOORREG) != 0xfe) {
708 if (--retries == 0) {
709 printk("GDT-EISA: Initialization error (get IRQ failed)\n");
710 return 0;
711 }
712 gdth_delay(1);
713 }
714 ha->irq = inb(eisa_adr+MAILBOXREG);
715 outb(0xff,eisa_adr+EDOORREG);
716 TRACE2(("GDT3000/3020: IRQ=%d\n",ha->irq));
717 /* check the result */
718 if (ha->irq == 0) {
719 TRACE2(("Unknown IRQ, use IRQ table from cmd line !\n"));
720 for (i = 0, irq_found = FALSE;
721 i < MAXHA && irq[i] != 0xff; ++i) {
722 if (irq[i]==10 || irq[i]==11 || irq[i]==12 || irq[i]==14) {
723 irq_found = TRUE;
724 break;
725 }
726 }
727 if (irq_found) {
728 ha->irq = irq[i];
729 irq[i] = 0;
730 printk("GDT-EISA: Can not detect controller IRQ,\n");
731 printk("Use IRQ setting from command line (IRQ = %d)\n",
732 ha->irq);
733 } else {
734 printk("GDT-EISA: Initialization error (unknown IRQ), Enable\n");
735 printk("the controller BIOS or use command line parameters\n");
736 return 0;
737 }
738 }
739 } else {
740 eisacf = inb(eisa_adr+EISAREG) & 7;
741 if (eisacf > 4) /* level triggered */
742 eisacf -= 4;
743 ha->irq = gdth_irq_tab[eisacf];
744 ha->oem_id = OEM_ID_ICP;
745 ha->type = GDT_EISA;
746 ha->stype = id;
747 }
748
749 ha->dma64_support = 0;
750 return 1;
751}
Christoph Hellwig706a5d42007-10-02 22:49:35 +0200752#endif /* CONFIG_EISA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753
Christoph Hellwigaed91cb2007-10-02 22:48:16 +0200754#ifdef CONFIG_ISA
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500755static int __init gdth_init_isa(u32 bios_adr,gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756{
757 register gdt2_dpram_str __iomem *dp2_ptr;
758 int i;
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500759 u8 irq_drq,prot_ver;
760 u32 retries;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761
762 TRACE(("gdth_init_isa() bios adr. %x\n",bios_adr));
763
764 ha->brd = ioremap(bios_adr, sizeof(gdt2_dpram_str));
765 if (ha->brd == NULL) {
766 printk("GDT-ISA: Initialization error (DPMEM remap error)\n");
767 return 0;
768 }
769 dp2_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +0200770 writeb(1, &dp2_ptr->io.memlock); /* switch off write protection */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 /* reset interface area */
772 memset_io(&dp2_ptr->u, 0, sizeof(dp2_ptr->u));
Jeff Garzika52667f2007-10-02 22:55:53 +0200773 if (readl(&dp2_ptr->u) != 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774 printk("GDT-ISA: Initialization error (DPMEM write error)\n");
775 iounmap(ha->brd);
776 return 0;
777 }
778
779 /* disable board interrupts, read DRQ and IRQ */
Jeff Garzika52667f2007-10-02 22:55:53 +0200780 writeb(0xff, &dp2_ptr->io.irqdel);
781 writeb(0x00, &dp2_ptr->io.irqen);
782 writeb(0x00, &dp2_ptr->u.ic.S_Status);
783 writeb(0x00, &dp2_ptr->u.ic.Cmd_Index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700784
Jeff Garzika52667f2007-10-02 22:55:53 +0200785 irq_drq = readb(&dp2_ptr->io.rq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 for (i=0; i<3; ++i) {
787 if ((irq_drq & 1)==0)
788 break;
789 irq_drq >>= 1;
790 }
791 ha->drq = gdth_drq_tab[i];
792
Jeff Garzika52667f2007-10-02 22:55:53 +0200793 irq_drq = readb(&dp2_ptr->io.rq) >> 3;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700794 for (i=1; i<5; ++i) {
795 if ((irq_drq & 1)==0)
796 break;
797 irq_drq >>= 1;
798 }
799 ha->irq = gdth_irq_tab[i];
800
801 /* deinitialize services */
Jeff Garzika52667f2007-10-02 22:55:53 +0200802 writel(bios_adr, &dp2_ptr->u.ic.S_Info[0]);
803 writeb(0xff, &dp2_ptr->u.ic.S_Cmd_Indx);
804 writeb(0, &dp2_ptr->io.event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 retries = INIT_RETRIES;
806 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +0200807 while (readb(&dp2_ptr->u.ic.S_Status) != 0xff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 if (--retries == 0) {
809 printk("GDT-ISA: Initialization error (DEINIT failed)\n");
810 iounmap(ha->brd);
811 return 0;
812 }
813 gdth_delay(1);
814 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500815 prot_ver = (u8)readl(&dp2_ptr->u.ic.S_Info[0]);
Jeff Garzika52667f2007-10-02 22:55:53 +0200816 writeb(0, &dp2_ptr->u.ic.Status);
817 writeb(0xff, &dp2_ptr->io.irqdel);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 if (prot_ver != PROTOCOL_VERSION) {
819 printk("GDT-ISA: Illegal protocol version\n");
820 iounmap(ha->brd);
821 return 0;
822 }
823
824 ha->oem_id = OEM_ID_ICP;
825 ha->type = GDT_ISA;
826 ha->ic_all_size = sizeof(dp2_ptr->u);
827 ha->stype= GDT2_ID;
828 ha->brd_phys = bios_adr >> 4;
829
830 /* special request to controller BIOS */
Jeff Garzika52667f2007-10-02 22:55:53 +0200831 writel(0x00, &dp2_ptr->u.ic.S_Info[0]);
832 writel(0x00, &dp2_ptr->u.ic.S_Info[1]);
833 writel(0x01, &dp2_ptr->u.ic.S_Info[2]);
834 writel(0x00, &dp2_ptr->u.ic.S_Info[3]);
835 writeb(0xfe, &dp2_ptr->u.ic.S_Cmd_Indx);
836 writeb(0, &dp2_ptr->io.event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837 retries = INIT_RETRIES;
838 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +0200839 while (readb(&dp2_ptr->u.ic.S_Status) != 0xfe) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840 if (--retries == 0) {
841 printk("GDT-ISA: Initialization error\n");
842 iounmap(ha->brd);
843 return 0;
844 }
845 gdth_delay(1);
846 }
Jeff Garzika52667f2007-10-02 22:55:53 +0200847 writeb(0, &dp2_ptr->u.ic.Status);
848 writeb(0xff, &dp2_ptr->io.irqdel);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849
850 ha->dma64_support = 0;
851 return 1;
852}
Christoph Hellwigaed91cb2007-10-02 22:48:16 +0200853#endif /* CONFIG_ISA */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854
Christoph Hellwig8514ef22007-10-02 22:51:06 +0200855#ifdef CONFIG_PCI
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -0800856static int gdth_init_pci(struct pci_dev *pdev, gdth_pci_str *pcistr,
857 gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700858{
859 register gdt6_dpram_str __iomem *dp6_ptr;
860 register gdt6c_dpram_str __iomem *dp6c_ptr;
861 register gdt6m_dpram_str __iomem *dp6m_ptr;
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500862 u32 retries;
863 u8 prot_ver;
864 u16 command;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 int i, found = FALSE;
866
867 TRACE(("gdth_init_pci()\n"));
868
Jeff Garzik4c9c8d72008-02-15 21:35:26 -0500869 if (pdev->vendor == PCI_VENDOR_ID_INTEL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 ha->oem_id = OEM_ID_INTEL;
871 else
872 ha->oem_id = OEM_ID_ICP;
Jeff Garzik4c9c8d72008-02-15 21:35:26 -0500873 ha->brd_phys = (pdev->bus->number << 8) | (pdev->devfn & 0xf8);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500874 ha->stype = (u32)pdev->device;
Jeff Garzik4c9c8d72008-02-15 21:35:26 -0500875 ha->irq = pdev->irq;
876 ha->pdev = pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877
Jeff Garzik8e9a8a02007-07-17 05:25:17 -0400878 if (ha->pdev->device <= PCI_DEVICE_ID_VORTEX_GDT6000B) { /* GDT6000/B */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879 TRACE2(("init_pci() dpmem %lx irq %d\n",pcistr->dpmem,ha->irq));
880 ha->brd = ioremap(pcistr->dpmem, sizeof(gdt6_dpram_str));
881 if (ha->brd == NULL) {
882 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
883 return 0;
884 }
885 /* check and reset interface area */
886 dp6_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +0200887 writel(DPMEM_MAGIC, &dp6_ptr->u);
888 if (readl(&dp6_ptr->u) != DPMEM_MAGIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700889 printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)\n",
890 pcistr->dpmem);
891 found = FALSE;
892 for (i = 0xC8000; i < 0xE8000; i += 0x4000) {
893 iounmap(ha->brd);
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500894 ha->brd = ioremap(i, sizeof(u16));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895 if (ha->brd == NULL) {
896 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
897 return 0;
898 }
Jeff Garzika52667f2007-10-02 22:55:53 +0200899 if (readw(ha->brd) != 0xffff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 TRACE2(("init_pci_old() address 0x%x busy\n", i));
901 continue;
902 }
903 iounmap(ha->brd);
Jeff Garzik4c9c8d72008-02-15 21:35:26 -0500904 pci_write_config_dword(pdev, PCI_BASE_ADDRESS_0, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700905 ha->brd = ioremap(i, sizeof(gdt6_dpram_str));
906 if (ha->brd == NULL) {
907 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
908 return 0;
909 }
910 dp6_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +0200911 writel(DPMEM_MAGIC, &dp6_ptr->u);
912 if (readl(&dp6_ptr->u) == DPMEM_MAGIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700913 printk("GDT-PCI: Use free address at 0x%x\n", i);
914 found = TRUE;
915 break;
916 }
917 }
918 if (!found) {
919 printk("GDT-PCI: No free address found!\n");
920 iounmap(ha->brd);
921 return 0;
922 }
923 }
924 memset_io(&dp6_ptr->u, 0, sizeof(dp6_ptr->u));
Jeff Garzika52667f2007-10-02 22:55:53 +0200925 if (readl(&dp6_ptr->u) != 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700926 printk("GDT-PCI: Initialization error (DPMEM write error)\n");
927 iounmap(ha->brd);
928 return 0;
929 }
930
931 /* disable board interrupts, deinit services */
Jeff Garzika52667f2007-10-02 22:55:53 +0200932 writeb(0xff, &dp6_ptr->io.irqdel);
933 writeb(0x00, &dp6_ptr->io.irqen);
934 writeb(0x00, &dp6_ptr->u.ic.S_Status);
935 writeb(0x00, &dp6_ptr->u.ic.Cmd_Index);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936
Jeff Garzika52667f2007-10-02 22:55:53 +0200937 writel(pcistr->dpmem, &dp6_ptr->u.ic.S_Info[0]);
938 writeb(0xff, &dp6_ptr->u.ic.S_Cmd_Indx);
939 writeb(0, &dp6_ptr->io.event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700940 retries = INIT_RETRIES;
941 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +0200942 while (readb(&dp6_ptr->u.ic.S_Status) != 0xff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943 if (--retries == 0) {
944 printk("GDT-PCI: Initialization error (DEINIT failed)\n");
945 iounmap(ha->brd);
946 return 0;
947 }
948 gdth_delay(1);
949 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -0500950 prot_ver = (u8)readl(&dp6_ptr->u.ic.S_Info[0]);
Jeff Garzika52667f2007-10-02 22:55:53 +0200951 writeb(0, &dp6_ptr->u.ic.S_Status);
952 writeb(0xff, &dp6_ptr->io.irqdel);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700953 if (prot_ver != PROTOCOL_VERSION) {
954 printk("GDT-PCI: Illegal protocol version\n");
955 iounmap(ha->brd);
956 return 0;
957 }
958
959 ha->type = GDT_PCI;
960 ha->ic_all_size = sizeof(dp6_ptr->u);
961
962 /* special command to controller BIOS */
Jeff Garzika52667f2007-10-02 22:55:53 +0200963 writel(0x00, &dp6_ptr->u.ic.S_Info[0]);
964 writel(0x00, &dp6_ptr->u.ic.S_Info[1]);
965 writel(0x00, &dp6_ptr->u.ic.S_Info[2]);
966 writel(0x00, &dp6_ptr->u.ic.S_Info[3]);
967 writeb(0xfe, &dp6_ptr->u.ic.S_Cmd_Indx);
968 writeb(0, &dp6_ptr->io.event);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700969 retries = INIT_RETRIES;
970 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +0200971 while (readb(&dp6_ptr->u.ic.S_Status) != 0xfe) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 if (--retries == 0) {
973 printk("GDT-PCI: Initialization error\n");
974 iounmap(ha->brd);
975 return 0;
976 }
977 gdth_delay(1);
978 }
Jeff Garzika52667f2007-10-02 22:55:53 +0200979 writeb(0, &dp6_ptr->u.ic.S_Status);
980 writeb(0xff, &dp6_ptr->io.irqdel);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981
982 ha->dma64_support = 0;
983
Jeff Garzik8e9a8a02007-07-17 05:25:17 -0400984 } else if (ha->pdev->device <= PCI_DEVICE_ID_VORTEX_GDT6555) { /* GDT6110, ... */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 ha->plx = (gdt6c_plx_regs *)pcistr->io;
986 TRACE2(("init_pci_new() dpmem %lx irq %d\n",
987 pcistr->dpmem,ha->irq));
988 ha->brd = ioremap(pcistr->dpmem, sizeof(gdt6c_dpram_str));
989 if (ha->brd == NULL) {
990 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
991 iounmap(ha->brd);
992 return 0;
993 }
994 /* check and reset interface area */
995 dp6c_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +0200996 writel(DPMEM_MAGIC, &dp6c_ptr->u);
997 if (readl(&dp6c_ptr->u) != DPMEM_MAGIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998 printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)\n",
999 pcistr->dpmem);
1000 found = FALSE;
1001 for (i = 0xC8000; i < 0xE8000; i += 0x4000) {
1002 iounmap(ha->brd);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001003 ha->brd = ioremap(i, sizeof(u16));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 if (ha->brd == NULL) {
1005 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1006 return 0;
1007 }
Jeff Garzika52667f2007-10-02 22:55:53 +02001008 if (readw(ha->brd) != 0xffff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009 TRACE2(("init_pci_plx() address 0x%x busy\n", i));
1010 continue;
1011 }
1012 iounmap(ha->brd);
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05001013 pci_write_config_dword(pdev, PCI_BASE_ADDRESS_2, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014 ha->brd = ioremap(i, sizeof(gdt6c_dpram_str));
1015 if (ha->brd == NULL) {
1016 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1017 return 0;
1018 }
1019 dp6c_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001020 writel(DPMEM_MAGIC, &dp6c_ptr->u);
1021 if (readl(&dp6c_ptr->u) == DPMEM_MAGIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022 printk("GDT-PCI: Use free address at 0x%x\n", i);
1023 found = TRUE;
1024 break;
1025 }
1026 }
1027 if (!found) {
1028 printk("GDT-PCI: No free address found!\n");
1029 iounmap(ha->brd);
1030 return 0;
1031 }
1032 }
1033 memset_io(&dp6c_ptr->u, 0, sizeof(dp6c_ptr->u));
Jeff Garzika52667f2007-10-02 22:55:53 +02001034 if (readl(&dp6c_ptr->u) != 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 printk("GDT-PCI: Initialization error (DPMEM write error)\n");
1036 iounmap(ha->brd);
1037 return 0;
1038 }
1039
1040 /* disable board interrupts, deinit services */
1041 outb(0x00,PTR2USHORT(&ha->plx->control1));
1042 outb(0xff,PTR2USHORT(&ha->plx->edoor_reg));
1043
Jeff Garzika52667f2007-10-02 22:55:53 +02001044 writeb(0x00, &dp6c_ptr->u.ic.S_Status);
1045 writeb(0x00, &dp6c_ptr->u.ic.Cmd_Index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046
Jeff Garzika52667f2007-10-02 22:55:53 +02001047 writel(pcistr->dpmem, &dp6c_ptr->u.ic.S_Info[0]);
1048 writeb(0xff, &dp6c_ptr->u.ic.S_Cmd_Indx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049
1050 outb(1,PTR2USHORT(&ha->plx->ldoor_reg));
1051
1052 retries = INIT_RETRIES;
1053 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +02001054 while (readb(&dp6c_ptr->u.ic.S_Status) != 0xff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055 if (--retries == 0) {
1056 printk("GDT-PCI: Initialization error (DEINIT failed)\n");
1057 iounmap(ha->brd);
1058 return 0;
1059 }
1060 gdth_delay(1);
1061 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001062 prot_ver = (u8)readl(&dp6c_ptr->u.ic.S_Info[0]);
Jeff Garzika52667f2007-10-02 22:55:53 +02001063 writeb(0, &dp6c_ptr->u.ic.Status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001064 if (prot_ver != PROTOCOL_VERSION) {
1065 printk("GDT-PCI: Illegal protocol version\n");
1066 iounmap(ha->brd);
1067 return 0;
1068 }
1069
1070 ha->type = GDT_PCINEW;
1071 ha->ic_all_size = sizeof(dp6c_ptr->u);
1072
1073 /* special command to controller BIOS */
Jeff Garzika52667f2007-10-02 22:55:53 +02001074 writel(0x00, &dp6c_ptr->u.ic.S_Info[0]);
1075 writel(0x00, &dp6c_ptr->u.ic.S_Info[1]);
1076 writel(0x00, &dp6c_ptr->u.ic.S_Info[2]);
1077 writel(0x00, &dp6c_ptr->u.ic.S_Info[3]);
1078 writeb(0xfe, &dp6c_ptr->u.ic.S_Cmd_Indx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079
1080 outb(1,PTR2USHORT(&ha->plx->ldoor_reg));
1081
1082 retries = INIT_RETRIES;
1083 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +02001084 while (readb(&dp6c_ptr->u.ic.S_Status) != 0xfe) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001085 if (--retries == 0) {
1086 printk("GDT-PCI: Initialization error\n");
1087 iounmap(ha->brd);
1088 return 0;
1089 }
1090 gdth_delay(1);
1091 }
Jeff Garzika52667f2007-10-02 22:55:53 +02001092 writeb(0, &dp6c_ptr->u.ic.S_Status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093
1094 ha->dma64_support = 0;
1095
1096 } else { /* MPR */
1097 TRACE2(("init_pci_mpr() dpmem %lx irq %d\n",pcistr->dpmem,ha->irq));
1098 ha->brd = ioremap(pcistr->dpmem, sizeof(gdt6m_dpram_str));
1099 if (ha->brd == NULL) {
1100 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1101 return 0;
1102 }
1103
1104 /* manipulate config. space to enable DPMEM, start RP controller */
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05001105 pci_read_config_word(pdev, PCI_COMMAND, &command);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106 command |= 6;
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05001107 pci_write_config_word(pdev, PCI_COMMAND, command);
Bjorn Helgaas8108de92012-11-06 15:04:44 -07001108 gdth_delay(1);
1109
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110 dp6m_ptr = ha->brd;
1111
1112 /* Ensure that it is safe to access the non HW portions of DPMEM.
1113 * Aditional check needed for Xscale based RAID controllers */
Jeff Garzika52667f2007-10-02 22:55:53 +02001114 while( ((int)readb(&dp6m_ptr->i960r.sema0_reg) ) & 3 )
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115 gdth_delay(1);
1116
1117 /* check and reset interface area */
Jeff Garzika52667f2007-10-02 22:55:53 +02001118 writel(DPMEM_MAGIC, &dp6m_ptr->u);
1119 if (readl(&dp6m_ptr->u) != DPMEM_MAGIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120 printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)\n",
1121 pcistr->dpmem);
1122 found = FALSE;
1123 for (i = 0xC8000; i < 0xE8000; i += 0x4000) {
1124 iounmap(ha->brd);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001125 ha->brd = ioremap(i, sizeof(u16));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 if (ha->brd == NULL) {
1127 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1128 return 0;
1129 }
Jeff Garzika52667f2007-10-02 22:55:53 +02001130 if (readw(ha->brd) != 0xffff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 TRACE2(("init_pci_mpr() address 0x%x busy\n", i));
1132 continue;
1133 }
1134 iounmap(ha->brd);
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05001135 pci_write_config_dword(pdev, PCI_BASE_ADDRESS_0, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136 ha->brd = ioremap(i, sizeof(gdt6m_dpram_str));
1137 if (ha->brd == NULL) {
1138 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1139 return 0;
1140 }
1141 dp6m_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001142 writel(DPMEM_MAGIC, &dp6m_ptr->u);
1143 if (readl(&dp6m_ptr->u) == DPMEM_MAGIC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144 printk("GDT-PCI: Use free address at 0x%x\n", i);
1145 found = TRUE;
1146 break;
1147 }
1148 }
1149 if (!found) {
1150 printk("GDT-PCI: No free address found!\n");
1151 iounmap(ha->brd);
1152 return 0;
1153 }
1154 }
1155 memset_io(&dp6m_ptr->u, 0, sizeof(dp6m_ptr->u));
1156
1157 /* disable board interrupts, deinit services */
Jeff Garzika52667f2007-10-02 22:55:53 +02001158 writeb(readb(&dp6m_ptr->i960r.edoor_en_reg) | 4,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159 &dp6m_ptr->i960r.edoor_en_reg);
Jeff Garzika52667f2007-10-02 22:55:53 +02001160 writeb(0xff, &dp6m_ptr->i960r.edoor_reg);
1161 writeb(0x00, &dp6m_ptr->u.ic.S_Status);
1162 writeb(0x00, &dp6m_ptr->u.ic.Cmd_Index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163
Jeff Garzika52667f2007-10-02 22:55:53 +02001164 writel(pcistr->dpmem, &dp6m_ptr->u.ic.S_Info[0]);
1165 writeb(0xff, &dp6m_ptr->u.ic.S_Cmd_Indx);
1166 writeb(1, &dp6m_ptr->i960r.ldoor_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167 retries = INIT_RETRIES;
1168 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +02001169 while (readb(&dp6m_ptr->u.ic.S_Status) != 0xff) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170 if (--retries == 0) {
1171 printk("GDT-PCI: Initialization error (DEINIT failed)\n");
1172 iounmap(ha->brd);
1173 return 0;
1174 }
1175 gdth_delay(1);
1176 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001177 prot_ver = (u8)readl(&dp6m_ptr->u.ic.S_Info[0]);
Jeff Garzika52667f2007-10-02 22:55:53 +02001178 writeb(0, &dp6m_ptr->u.ic.S_Status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 if (prot_ver != PROTOCOL_VERSION) {
1180 printk("GDT-PCI: Illegal protocol version\n");
1181 iounmap(ha->brd);
1182 return 0;
1183 }
1184
1185 ha->type = GDT_PCIMPR;
1186 ha->ic_all_size = sizeof(dp6m_ptr->u);
1187
1188 /* special command to controller BIOS */
Jeff Garzika52667f2007-10-02 22:55:53 +02001189 writel(0x00, &dp6m_ptr->u.ic.S_Info[0]);
1190 writel(0x00, &dp6m_ptr->u.ic.S_Info[1]);
1191 writel(0x00, &dp6m_ptr->u.ic.S_Info[2]);
1192 writel(0x00, &dp6m_ptr->u.ic.S_Info[3]);
1193 writeb(0xfe, &dp6m_ptr->u.ic.S_Cmd_Indx);
1194 writeb(1, &dp6m_ptr->i960r.ldoor_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 retries = INIT_RETRIES;
1196 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +02001197 while (readb(&dp6m_ptr->u.ic.S_Status) != 0xfe) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198 if (--retries == 0) {
1199 printk("GDT-PCI: Initialization error\n");
1200 iounmap(ha->brd);
1201 return 0;
1202 }
1203 gdth_delay(1);
1204 }
Jeff Garzika52667f2007-10-02 22:55:53 +02001205 writeb(0, &dp6m_ptr->u.ic.S_Status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206
1207 /* read FW version to detect 64-bit DMA support */
Jeff Garzika52667f2007-10-02 22:55:53 +02001208 writeb(0xfd, &dp6m_ptr->u.ic.S_Cmd_Indx);
1209 writeb(1, &dp6m_ptr->i960r.ldoor_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210 retries = INIT_RETRIES;
1211 gdth_delay(20);
Jeff Garzika52667f2007-10-02 22:55:53 +02001212 while (readb(&dp6m_ptr->u.ic.S_Status) != 0xfd) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 if (--retries == 0) {
1214 printk("GDT-PCI: Initialization error (DEINIT failed)\n");
1215 iounmap(ha->brd);
1216 return 0;
1217 }
1218 gdth_delay(1);
1219 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001220 prot_ver = (u8)(readl(&dp6m_ptr->u.ic.S_Info[0]) >> 16);
Jeff Garzika52667f2007-10-02 22:55:53 +02001221 writeb(0, &dp6m_ptr->u.ic.S_Status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222 if (prot_ver < 0x2b) /* FW < x.43: no 64-bit DMA support */
1223 ha->dma64_support = 0;
1224 else
1225 ha->dma64_support = 1;
1226 }
1227
1228 return 1;
1229}
Christoph Hellwig8514ef22007-10-02 22:51:06 +02001230#endif /* CONFIG_PCI */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001231
1232/* controller protocol functions */
1233
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08001234static void gdth_enable_int(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235{
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001236 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 gdt2_dpram_str __iomem *dp2_ptr;
1238 gdt6_dpram_str __iomem *dp6_ptr;
1239 gdt6m_dpram_str __iomem *dp6m_ptr;
1240
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001241 TRACE(("gdth_enable_int() hanum %d\n",ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242 spin_lock_irqsave(&ha->smp_lock, flags);
1243
1244 if (ha->type == GDT_EISA) {
1245 outb(0xff, ha->bmic + EDOORREG);
1246 outb(0xff, ha->bmic + EDENABREG);
1247 outb(0x01, ha->bmic + EINTENABREG);
1248 } else if (ha->type == GDT_ISA) {
1249 dp2_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001250 writeb(1, &dp2_ptr->io.irqdel);
1251 writeb(0, &dp2_ptr->u.ic.Cmd_Index);
1252 writeb(1, &dp2_ptr->io.irqen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253 } else if (ha->type == GDT_PCI) {
1254 dp6_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001255 writeb(1, &dp6_ptr->io.irqdel);
1256 writeb(0, &dp6_ptr->u.ic.Cmd_Index);
1257 writeb(1, &dp6_ptr->io.irqen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258 } else if (ha->type == GDT_PCINEW) {
1259 outb(0xff, PTR2USHORT(&ha->plx->edoor_reg));
1260 outb(0x03, PTR2USHORT(&ha->plx->control1));
1261 } else if (ha->type == GDT_PCIMPR) {
1262 dp6m_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001263 writeb(0xff, &dp6m_ptr->i960r.edoor_reg);
1264 writeb(readb(&dp6m_ptr->i960r.edoor_en_reg) & ~4,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001265 &dp6m_ptr->i960r.edoor_en_reg);
1266 }
1267 spin_unlock_irqrestore(&ha->smp_lock, flags);
1268}
1269
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001270/* return IStatus if interrupt was from this card else 0 */
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001271static u8 gdth_get_status(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272{
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001273 u8 IStatus = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274
Jeff Garzik230e8862007-12-13 16:14:12 -08001275 TRACE(("gdth_get_status() irq %d ctr_count %d\n", ha->irq, gdth_ctr_count));
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001276
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 if (ha->type == GDT_EISA)
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001278 IStatus = inb((u16)ha->bmic + EDOORREG);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 else if (ha->type == GDT_ISA)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001280 IStatus =
Jeff Garzika52667f2007-10-02 22:55:53 +02001281 readb(&((gdt2_dpram_str __iomem *)ha->brd)->u.ic.Cmd_Index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282 else if (ha->type == GDT_PCI)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001283 IStatus =
Jeff Garzika52667f2007-10-02 22:55:53 +02001284 readb(&((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Cmd_Index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285 else if (ha->type == GDT_PCINEW)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001286 IStatus = inb(PTR2USHORT(&ha->plx->edoor_reg));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001287 else if (ha->type == GDT_PCIMPR)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001288 IStatus =
Jeff Garzika52667f2007-10-02 22:55:53 +02001289 readb(&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.edoor_reg);
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001290
1291 return IStatus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292}
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001293
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001294static int gdth_test_busy(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296 register int gdtsema0 = 0;
1297
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001298 TRACE(("gdth_test_busy() hanum %d\n", ha->hanum));
1299
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300 if (ha->type == GDT_EISA)
1301 gdtsema0 = (int)inb(ha->bmic + SEMA0REG);
1302 else if (ha->type == GDT_ISA)
Jeff Garzika52667f2007-10-02 22:55:53 +02001303 gdtsema0 = (int)readb(&((gdt2_dpram_str __iomem *)ha->brd)->u.ic.Sema0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304 else if (ha->type == GDT_PCI)
Jeff Garzika52667f2007-10-02 22:55:53 +02001305 gdtsema0 = (int)readb(&((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Sema0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306 else if (ha->type == GDT_PCINEW)
1307 gdtsema0 = (int)inb(PTR2USHORT(&ha->plx->sema0_reg));
1308 else if (ha->type == GDT_PCIMPR)
1309 gdtsema0 =
Jeff Garzika52667f2007-10-02 22:55:53 +02001310 (int)readb(&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.sema0_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311
1312 return (gdtsema0 & 1);
1313}
1314
1315
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001316static int gdth_get_cmd_index(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001317{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318 int i;
1319
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001320 TRACE(("gdth_get_cmd_index() hanum %d\n", ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 for (i=0; i<GDTH_MAXCMDS; ++i) {
1323 if (ha->cmd_tab[i].cmnd == UNUSED_CMND) {
1324 ha->cmd_tab[i].cmnd = ha->pccb->RequestBuffer;
1325 ha->cmd_tab[i].service = ha->pccb->Service;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001326 ha->pccb->CommandIndex = (u32)i+2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327 return (i+2);
1328 }
1329 }
1330 return 0;
1331}
1332
1333
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001334static void gdth_set_sema0(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001335{
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001336 TRACE(("gdth_set_sema0() hanum %d\n", ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337
Linus Torvalds1da177e2005-04-16 15:20:36 -07001338 if (ha->type == GDT_EISA) {
1339 outb(1, ha->bmic + SEMA0REG);
1340 } else if (ha->type == GDT_ISA) {
Jeff Garzika52667f2007-10-02 22:55:53 +02001341 writeb(1, &((gdt2_dpram_str __iomem *)ha->brd)->u.ic.Sema0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001342 } else if (ha->type == GDT_PCI) {
Jeff Garzika52667f2007-10-02 22:55:53 +02001343 writeb(1, &((gdt6_dpram_str __iomem *)ha->brd)->u.ic.Sema0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344 } else if (ha->type == GDT_PCINEW) {
1345 outb(1, PTR2USHORT(&ha->plx->sema0_reg));
1346 } else if (ha->type == GDT_PCIMPR) {
Jeff Garzika52667f2007-10-02 22:55:53 +02001347 writeb(1, &((gdt6m_dpram_str __iomem *)ha->brd)->i960r.sema0_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001348 }
1349}
1350
1351
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001352static void gdth_copy_command(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 register gdth_cmd_str *cmd_ptr;
1355 register gdt6m_dpram_str __iomem *dp6m_ptr;
1356 register gdt6c_dpram_str __iomem *dp6c_ptr;
1357 gdt6_dpram_str __iomem *dp6_ptr;
1358 gdt2_dpram_str __iomem *dp2_ptr;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001359 u16 cp_count,dp_offset,cmd_no;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001361 TRACE(("gdth_copy_command() hanum %d\n", ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 cp_count = ha->cmd_len;
1364 dp_offset= ha->cmd_offs_dpmem;
1365 cmd_no = ha->cmd_cnt;
1366 cmd_ptr = ha->pccb;
1367
1368 ++ha->cmd_cnt;
1369 if (ha->type == GDT_EISA)
1370 return; /* no DPMEM, no copy */
1371
1372 /* set cpcount dword aligned */
1373 if (cp_count & 3)
1374 cp_count += (4 - (cp_count & 3));
1375
1376 ha->cmd_offs_dpmem += cp_count;
1377
1378 /* set offset and service, copy command to DPMEM */
1379 if (ha->type == GDT_ISA) {
1380 dp2_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001381 writew(dp_offset + DPMEM_COMMAND_OFFSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 &dp2_ptr->u.ic.comm_queue[cmd_no].offset);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001383 writew((u16)cmd_ptr->Service,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384 &dp2_ptr->u.ic.comm_queue[cmd_no].serv_id);
1385 memcpy_toio(&dp2_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count);
1386 } else if (ha->type == GDT_PCI) {
1387 dp6_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001388 writew(dp_offset + DPMEM_COMMAND_OFFSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389 &dp6_ptr->u.ic.comm_queue[cmd_no].offset);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001390 writew((u16)cmd_ptr->Service,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001391 &dp6_ptr->u.ic.comm_queue[cmd_no].serv_id);
1392 memcpy_toio(&dp6_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count);
1393 } else if (ha->type == GDT_PCINEW) {
1394 dp6c_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001395 writew(dp_offset + DPMEM_COMMAND_OFFSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396 &dp6c_ptr->u.ic.comm_queue[cmd_no].offset);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001397 writew((u16)cmd_ptr->Service,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398 &dp6c_ptr->u.ic.comm_queue[cmd_no].serv_id);
1399 memcpy_toio(&dp6c_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count);
1400 } else if (ha->type == GDT_PCIMPR) {
1401 dp6m_ptr = ha->brd;
Jeff Garzika52667f2007-10-02 22:55:53 +02001402 writew(dp_offset + DPMEM_COMMAND_OFFSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 &dp6m_ptr->u.ic.comm_queue[cmd_no].offset);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001404 writew((u16)cmd_ptr->Service,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 &dp6m_ptr->u.ic.comm_queue[cmd_no].serv_id);
1406 memcpy_toio(&dp6m_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count);
1407 }
1408}
1409
1410
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001411static void gdth_release_event(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412{
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001413 TRACE(("gdth_release_event() hanum %d\n", ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001414
1415#ifdef GDTH_STATISTICS
1416 {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001417 u32 i,j;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418 for (i=0,j=0; j<GDTH_MAXCMDS; ++j) {
1419 if (ha->cmd_tab[j].cmnd != UNUSED_CMND)
1420 ++i;
1421 }
1422 if (max_index < i) {
1423 max_index = i;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001424 TRACE3(("GDT: max_index = %d\n",(u16)i));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425 }
1426 }
1427#endif
1428
1429 if (ha->pccb->OpCode == GDT_INIT)
1430 ha->pccb->Service |= 0x80;
1431
1432 if (ha->type == GDT_EISA) {
1433 if (ha->pccb->OpCode == GDT_INIT) /* store DMA buffer */
1434 outl(ha->ccb_phys, ha->bmic + MAILBOXREG);
1435 outb(ha->pccb->Service, ha->bmic + LDOORREG);
1436 } else if (ha->type == GDT_ISA) {
Jeff Garzika52667f2007-10-02 22:55:53 +02001437 writeb(0, &((gdt2_dpram_str __iomem *)ha->brd)->io.event);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 } else if (ha->type == GDT_PCI) {
Jeff Garzika52667f2007-10-02 22:55:53 +02001439 writeb(0, &((gdt6_dpram_str __iomem *)ha->brd)->io.event);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 } else if (ha->type == GDT_PCINEW) {
1441 outb(1, PTR2USHORT(&ha->plx->ldoor_reg));
1442 } else if (ha->type == GDT_PCIMPR) {
Jeff Garzika52667f2007-10-02 22:55:53 +02001443 writeb(1, &((gdt6m_dpram_str __iomem *)ha->brd)->i960r.ldoor_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 }
1445}
1446
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001447static int gdth_wait(gdth_ha_str *ha, int index, u32 time)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449 int answer_found = FALSE;
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001450 int wait_index = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001452 TRACE(("gdth_wait() hanum %d index %d time %d\n", ha->hanum, index, time));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454 if (index == 0)
1455 return 1; /* no wait required */
1456
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457 do {
Jeff Garzik230e8862007-12-13 16:14:12 -08001458 __gdth_interrupt(ha, true, &wait_index);
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02001459 if (wait_index == index) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001460 answer_found = TRUE;
1461 break;
1462 }
1463 gdth_delay(1);
1464 } while (--time);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001465
1466 while (gdth_test_busy(ha))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467 gdth_delay(0);
1468
1469 return (answer_found);
1470}
1471
1472
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001473static int gdth_internal_cmd(gdth_ha_str *ha, u8 service, u16 opcode,
1474 u32 p1, u64 p2, u64 p3)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476 register gdth_cmd_str *cmd_ptr;
1477 int retries,index;
1478
1479 TRACE2(("gdth_internal_cmd() service %d opcode %d\n",service,opcode));
1480
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481 cmd_ptr = ha->pccb;
1482 memset((char*)cmd_ptr,0,sizeof(gdth_cmd_str));
1483
1484 /* make command */
1485 for (retries = INIT_RETRIES;;) {
1486 cmd_ptr->Service = service;
1487 cmd_ptr->RequestBuffer = INTERNAL_CMND;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001488 if (!(index=gdth_get_cmd_index(ha))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489 TRACE(("GDT: No free command index found\n"));
1490 return 0;
1491 }
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001492 gdth_set_sema0(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493 cmd_ptr->OpCode = opcode;
1494 cmd_ptr->BoardNode = LOCALBOARD;
1495 if (service == CACHESERVICE) {
1496 if (opcode == GDT_IOCTL) {
1497 cmd_ptr->u.ioctl.subfunc = p1;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001498 cmd_ptr->u.ioctl.channel = (u32)p2;
1499 cmd_ptr->u.ioctl.param_size = (u16)p3;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500 cmd_ptr->u.ioctl.p_param = ha->scratch_phys;
1501 } else {
1502 if (ha->cache_feat & GDT_64BIT) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001503 cmd_ptr->u.cache64.DeviceNo = (u16)p1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504 cmd_ptr->u.cache64.BlockNo = p2;
1505 } else {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001506 cmd_ptr->u.cache.DeviceNo = (u16)p1;
1507 cmd_ptr->u.cache.BlockNo = (u32)p2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001508 }
1509 }
1510 } else if (service == SCSIRAWSERVICE) {
1511 if (ha->raw_feat & GDT_64BIT) {
1512 cmd_ptr->u.raw64.direction = p1;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001513 cmd_ptr->u.raw64.bus = (u8)p2;
1514 cmd_ptr->u.raw64.target = (u8)p3;
1515 cmd_ptr->u.raw64.lun = (u8)(p3 >> 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516 } else {
1517 cmd_ptr->u.raw.direction = p1;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001518 cmd_ptr->u.raw.bus = (u8)p2;
1519 cmd_ptr->u.raw.target = (u8)p3;
1520 cmd_ptr->u.raw.lun = (u8)(p3 >> 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521 }
1522 } else if (service == SCREENSERVICE) {
1523 if (opcode == GDT_REALTIME) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001524 *(u32 *)&cmd_ptr->u.screen.su.data[0] = p1;
1525 *(u32 *)&cmd_ptr->u.screen.su.data[4] = (u32)p2;
1526 *(u32 *)&cmd_ptr->u.screen.su.data[8] = (u32)p3;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527 }
1528 }
1529 ha->cmd_len = sizeof(gdth_cmd_str);
1530 ha->cmd_offs_dpmem = 0;
1531 ha->cmd_cnt = 0;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001532 gdth_copy_command(ha);
1533 gdth_release_event(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001534 gdth_delay(20);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001535 if (!gdth_wait(ha, index, INIT_TIMEOUT)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536 printk("GDT: Initialization error (timeout service %d)\n",service);
1537 return 0;
1538 }
1539 if (ha->status != S_BSY || --retries == 0)
1540 break;
1541 gdth_delay(1);
1542 }
1543
1544 return (ha->status != S_OK ? 0:1);
1545}
1546
1547
1548/* search for devices */
1549
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08001550static int gdth_search_drives(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551{
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001552 u16 cdev_cnt, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 int ok;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001554 u32 bus_no, drv_cnt, drv_no, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001555 gdth_getch_str *chn;
1556 gdth_drlist_str *drl;
1557 gdth_iochan_str *ioc;
1558 gdth_raw_iochan_str *iocr;
1559 gdth_arcdl_str *alst;
1560 gdth_alist_str *alst2;
1561 gdth_oem_str_ioctl *oemstr;
1562#ifdef INT_COAL
1563 gdth_perf_modes *pmod;
1564#endif
1565
1566#ifdef GDTH_RTC
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001567 u8 rtc[12];
1568 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001569#endif
1570
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001571 TRACE(("gdth_search_drives() hanum %d\n", ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572 ok = 0;
1573
1574 /* initialize controller services, at first: screen service */
1575 ha->screen_feat = 0;
1576 if (!force_dma32) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001577 ok = gdth_internal_cmd(ha, SCREENSERVICE, GDT_X_INIT_SCR, 0, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001578 if (ok)
1579 ha->screen_feat = GDT_64BIT;
1580 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001581 if (force_dma32 || (!ok && ha->status == (u16)S_NOFUNC))
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001582 ok = gdth_internal_cmd(ha, SCREENSERVICE, GDT_INIT, 0, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583 if (!ok) {
1584 printk("GDT-HA %d: Initialization error screen service (code %d)\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001585 ha->hanum, ha->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001586 return 0;
1587 }
1588 TRACE2(("gdth_search_drives(): SCREENSERVICE initialized\n"));
1589
1590#ifdef GDTH_RTC
1591 /* read realtime clock info, send to controller */
1592 /* 1. wait for the falling edge of update flag */
1593 spin_lock_irqsave(&rtc_lock, flags);
1594 for (j = 0; j < 1000000; ++j)
1595 if (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP)
1596 break;
1597 for (j = 0; j < 1000000; ++j)
1598 if (!(CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP))
1599 break;
1600 /* 2. read info */
1601 do {
1602 for (j = 0; j < 12; ++j)
1603 rtc[j] = CMOS_READ(j);
1604 } while (rtc[0] != CMOS_READ(0));
Robert P. J. Day7a960b72007-05-23 14:41:40 -07001605 spin_unlock_irqrestore(&rtc_lock, flags);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001606 TRACE2(("gdth_search_drives(): RTC: %x/%x/%x\n",*(u32 *)&rtc[0],
1607 *(u32 *)&rtc[4], *(u32 *)&rtc[8]));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001608 /* 3. send to controller firmware */
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001609 gdth_internal_cmd(ha, SCREENSERVICE, GDT_REALTIME, *(u32 *)&rtc[0],
1610 *(u32 *)&rtc[4], *(u32 *)&rtc[8]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611#endif
1612
1613 /* unfreeze all IOs */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001614 gdth_internal_cmd(ha, CACHESERVICE, GDT_UNFREEZE_IO, 0, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615
1616 /* initialize cache service */
1617 ha->cache_feat = 0;
1618 if (!force_dma32) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001619 ok = gdth_internal_cmd(ha, CACHESERVICE, GDT_X_INIT_HOST, LINUX_OS,
1620 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001621 if (ok)
1622 ha->cache_feat = GDT_64BIT;
1623 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001624 if (force_dma32 || (!ok && ha->status == (u16)S_NOFUNC))
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001625 ok = gdth_internal_cmd(ha, CACHESERVICE, GDT_INIT, LINUX_OS, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001626 if (!ok) {
1627 printk("GDT-HA %d: Initialization error cache service (code %d)\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001628 ha->hanum, ha->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629 return 0;
1630 }
1631 TRACE2(("gdth_search_drives(): CACHESERVICE initialized\n"));
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001632 cdev_cnt = (u16)ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633 ha->fw_vers = ha->service;
1634
1635#ifdef INT_COAL
1636 if (ha->type == GDT_PCIMPR) {
1637 /* set perf. modes */
1638 pmod = (gdth_perf_modes *)ha->pscratch;
1639 pmod->version = 1;
1640 pmod->st_mode = 1; /* enable one status buffer */
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001641 *((u64 *)&pmod->st_buff_addr1) = ha->coal_stat_phys;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 pmod->st_buff_indx1 = COALINDEX;
1643 pmod->st_buff_addr2 = 0;
1644 pmod->st_buff_u_addr2 = 0;
1645 pmod->st_buff_indx2 = 0;
1646 pmod->st_buff_size = sizeof(gdth_coal_status) * MAXOFFSETS;
1647 pmod->cmd_mode = 0; // disable all cmd buffers
1648 pmod->cmd_buff_addr1 = 0;
1649 pmod->cmd_buff_u_addr1 = 0;
1650 pmod->cmd_buff_indx1 = 0;
1651 pmod->cmd_buff_addr2 = 0;
1652 pmod->cmd_buff_u_addr2 = 0;
1653 pmod->cmd_buff_indx2 = 0;
1654 pmod->cmd_buff_size = 0;
1655 pmod->reserved1 = 0;
1656 pmod->reserved2 = 0;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001657 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL, SET_PERF_MODES,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 INVALID_CHANNEL,sizeof(gdth_perf_modes))) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001659 printk("GDT-HA %d: Interrupt coalescing activated\n", ha->hanum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 }
1661 }
1662#endif
1663
1664 /* detect number of buses - try new IOCTL */
1665 iocr = (gdth_raw_iochan_str *)ha->pscratch;
1666 iocr->hdr.version = 0xffffffff;
1667 iocr->hdr.list_entries = MAXBUS;
1668 iocr->hdr.first_chan = 0;
1669 iocr->hdr.last_chan = MAXBUS-1;
1670 iocr->hdr.list_offset = GDTOFFSOF(gdth_raw_iochan_str, list[0]);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001671 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL, IOCHAN_RAW_DESC,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 INVALID_CHANNEL,sizeof(gdth_raw_iochan_str))) {
1673 TRACE2(("IOCHAN_RAW_DESC supported!\n"));
1674 ha->bus_cnt = iocr->hdr.chan_count;
1675 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
1676 if (iocr->list[bus_no].proc_id < MAXID)
1677 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id;
1678 else
1679 ha->bus_id[bus_no] = 0xff;
1680 }
1681 } else {
1682 /* old method */
1683 chn = (gdth_getch_str *)ha->pscratch;
1684 for (bus_no = 0; bus_no < MAXBUS; ++bus_no) {
1685 chn->channel_no = bus_no;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001686 if (!gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001687 SCSI_CHAN_CNT | L_CTRL_PATTERN,
1688 IO_CHANNEL | INVALID_CHANNEL,
1689 sizeof(gdth_getch_str))) {
1690 if (bus_no == 0) {
1691 printk("GDT-HA %d: Error detecting channel count (0x%x)\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001692 ha->hanum, ha->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693 return 0;
1694 }
1695 break;
1696 }
1697 if (chn->siop_id < MAXID)
1698 ha->bus_id[bus_no] = chn->siop_id;
1699 else
1700 ha->bus_id[bus_no] = 0xff;
1701 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001702 ha->bus_cnt = (u8)bus_no;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703 }
1704 TRACE2(("gdth_search_drives() %d channels\n",ha->bus_cnt));
1705
1706 /* read cache configuration */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001707 if (!gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL, CACHE_INFO,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001708 INVALID_CHANNEL,sizeof(gdth_cinfo_str))) {
1709 printk("GDT-HA %d: Initialization error cache service (code %d)\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001710 ha->hanum, ha->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711 return 0;
1712 }
1713 ha->cpar = ((gdth_cinfo_str *)ha->pscratch)->cpar;
1714 TRACE2(("gdth_search_drives() cinfo: vs %x sta %d str %d dw %d b %d\n",
1715 ha->cpar.version,ha->cpar.state,ha->cpar.strategy,
1716 ha->cpar.write_back,ha->cpar.block_size));
1717
1718 /* read board info and features */
1719 ha->more_proc = FALSE;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001720 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL, BOARD_INFO,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 INVALID_CHANNEL,sizeof(gdth_binfo_str))) {
1722 memcpy(&ha->binfo, (gdth_binfo_str *)ha->pscratch,
1723 sizeof(gdth_binfo_str));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001724 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL, BOARD_FEATURES,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725 INVALID_CHANNEL,sizeof(gdth_bfeat_str))) {
1726 TRACE2(("BOARD_INFO/BOARD_FEATURES supported\n"));
1727 ha->bfeat = *(gdth_bfeat_str *)ha->pscratch;
1728 ha->more_proc = TRUE;
1729 }
1730 } else {
1731 TRACE2(("BOARD_INFO requires firmware >= 1.10/2.08\n"));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001732 strcpy(ha->binfo.type_string, gdth_ctr_name(ha));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001733 }
1734 TRACE2(("Controller name: %s\n",ha->binfo.type_string));
1735
1736 /* read more informations */
1737 if (ha->more_proc) {
1738 /* physical drives, channel addresses */
1739 ioc = (gdth_iochan_str *)ha->pscratch;
1740 ioc->hdr.version = 0xffffffff;
1741 ioc->hdr.list_entries = MAXBUS;
1742 ioc->hdr.first_chan = 0;
1743 ioc->hdr.last_chan = MAXBUS-1;
1744 ioc->hdr.list_offset = GDTOFFSOF(gdth_iochan_str, list[0]);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001745 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL, IOCHAN_DESC,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001746 INVALID_CHANNEL,sizeof(gdth_iochan_str))) {
1747 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
1748 ha->raw[bus_no].address = ioc->list[bus_no].address;
1749 ha->raw[bus_no].local_no = ioc->list[bus_no].local_no;
1750 }
1751 } else {
1752 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
1753 ha->raw[bus_no].address = IO_CHANNEL;
1754 ha->raw[bus_no].local_no = bus_no;
1755 }
1756 }
1757 for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
1758 chn = (gdth_getch_str *)ha->pscratch;
1759 chn->channel_no = ha->raw[bus_no].local_no;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001760 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001761 SCSI_CHAN_CNT | L_CTRL_PATTERN,
1762 ha->raw[bus_no].address | INVALID_CHANNEL,
1763 sizeof(gdth_getch_str))) {
1764 ha->raw[bus_no].pdev_cnt = chn->drive_cnt;
1765 TRACE2(("Channel %d: %d phys. drives\n",
1766 bus_no,chn->drive_cnt));
1767 }
1768 if (ha->raw[bus_no].pdev_cnt > 0) {
1769 drl = (gdth_drlist_str *)ha->pscratch;
1770 drl->sc_no = ha->raw[bus_no].local_no;
1771 drl->sc_cnt = ha->raw[bus_no].pdev_cnt;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001772 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001773 SCSI_DR_LIST | L_CTRL_PATTERN,
1774 ha->raw[bus_no].address | INVALID_CHANNEL,
1775 sizeof(gdth_drlist_str))) {
1776 for (j = 0; j < ha->raw[bus_no].pdev_cnt; ++j)
1777 ha->raw[bus_no].id_list[j] = drl->sc_list[j];
1778 } else {
1779 ha->raw[bus_no].pdev_cnt = 0;
1780 }
1781 }
1782 }
1783
1784 /* logical drives */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001785 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL, CACHE_DRV_CNT,
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001786 INVALID_CHANNEL,sizeof(u32))) {
1787 drv_cnt = *(u32 *)ha->pscratch;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001788 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL, CACHE_DRV_LIST,
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001789 INVALID_CHANNEL,drv_cnt * sizeof(u32))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001790 for (j = 0; j < drv_cnt; ++j) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001791 drv_no = ((u32 *)ha->pscratch)[j];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 if (drv_no < MAX_LDRIVES) {
1793 ha->hdr[drv_no].is_logdrv = TRUE;
1794 TRACE2(("Drive %d is log. drive\n",drv_no));
1795 }
1796 }
1797 }
1798 alst = (gdth_arcdl_str *)ha->pscratch;
1799 alst->entries_avail = MAX_LDRIVES;
1800 alst->first_entry = 0;
1801 alst->list_offset = GDTOFFSOF(gdth_arcdl_str, list[0]);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001802 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803 ARRAY_DRV_LIST2 | LA_CTRL_PATTERN,
1804 INVALID_CHANNEL, sizeof(gdth_arcdl_str) +
1805 (alst->entries_avail-1) * sizeof(gdth_alist_str))) {
1806 for (j = 0; j < alst->entries_init; ++j) {
1807 ha->hdr[j].is_arraydrv = alst->list[j].is_arrayd;
1808 ha->hdr[j].is_master = alst->list[j].is_master;
1809 ha->hdr[j].is_parity = alst->list[j].is_parity;
1810 ha->hdr[j].is_hotfix = alst->list[j].is_hotfix;
1811 ha->hdr[j].master_no = alst->list[j].cd_handle;
1812 }
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001813 } else if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 ARRAY_DRV_LIST | LA_CTRL_PATTERN,
1815 0, 35 * sizeof(gdth_alist_str))) {
1816 for (j = 0; j < 35; ++j) {
1817 alst2 = &((gdth_alist_str *)ha->pscratch)[j];
1818 ha->hdr[j].is_arraydrv = alst2->is_arrayd;
1819 ha->hdr[j].is_master = alst2->is_master;
1820 ha->hdr[j].is_parity = alst2->is_parity;
1821 ha->hdr[j].is_hotfix = alst2->is_hotfix;
1822 ha->hdr[j].master_no = alst2->cd_handle;
1823 }
1824 }
1825 }
1826 }
1827
1828 /* initialize raw service */
1829 ha->raw_feat = 0;
1830 if (!force_dma32) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001831 ok = gdth_internal_cmd(ha, SCSIRAWSERVICE, GDT_X_INIT_RAW, 0, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 if (ok)
1833 ha->raw_feat = GDT_64BIT;
1834 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001835 if (force_dma32 || (!ok && ha->status == (u16)S_NOFUNC))
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001836 ok = gdth_internal_cmd(ha, SCSIRAWSERVICE, GDT_INIT, 0, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837 if (!ok) {
1838 printk("GDT-HA %d: Initialization error raw service (code %d)\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001839 ha->hanum, ha->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840 return 0;
1841 }
1842 TRACE2(("gdth_search_drives(): RAWSERVICE initialized\n"));
1843
1844 /* set/get features raw service (scatter/gather) */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001845 if (gdth_internal_cmd(ha, SCSIRAWSERVICE, GDT_SET_FEAT, SCATTER_GATHER,
1846 0, 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847 TRACE2(("gdth_search_drives(): set features RAWSERVICE OK\n"));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001848 if (gdth_internal_cmd(ha, SCSIRAWSERVICE, GDT_GET_FEAT, 0, 0, 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001849 TRACE2(("gdth_search_dr(): get feat RAWSERVICE %d\n",
1850 ha->info));
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001851 ha->raw_feat |= (u16)ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852 }
1853 }
1854
1855 /* set/get features cache service (equal to raw service) */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001856 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_SET_FEAT, 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857 SCATTER_GATHER,0)) {
1858 TRACE2(("gdth_search_drives(): set features CACHESERVICE OK\n"));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001859 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_GET_FEAT, 0, 0, 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001860 TRACE2(("gdth_search_dr(): get feat CACHESERV. %d\n",
1861 ha->info));
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001862 ha->cache_feat |= (u16)ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863 }
1864 }
1865
1866 /* reserve drives for raw service */
1867 if (reserve_mode != 0) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001868 gdth_internal_cmd(ha, SCSIRAWSERVICE, GDT_RESERVE_ALL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001869 reserve_mode == 1 ? 1 : 3, 0, 0);
1870 TRACE2(("gdth_search_drives(): RESERVE_ALL code %d\n",
1871 ha->status));
1872 }
1873 for (i = 0; i < MAX_RES_ARGS; i += 4) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001874 if (reserve_list[i] == ha->hanum && reserve_list[i+1] < ha->bus_cnt &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875 reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) {
1876 TRACE2(("gdth_search_drives(): reserve ha %d bus %d id %d lun %d\n",
1877 reserve_list[i], reserve_list[i+1],
1878 reserve_list[i+2], reserve_list[i+3]));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001879 if (!gdth_internal_cmd(ha, SCSIRAWSERVICE, GDT_RESERVE, 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880 reserve_list[i+1], reserve_list[i+2] |
1881 (reserve_list[i+3] << 8))) {
1882 printk("GDT-HA %d: Error raw service (RESERVE, code %d)\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001883 ha->hanum, ha->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001884 }
1885 }
1886 }
1887
1888 /* Determine OEM string using IOCTL */
1889 oemstr = (gdth_oem_str_ioctl *)ha->pscratch;
1890 oemstr->params.ctl_version = 0x01;
1891 oemstr->params.buffer_size = sizeof(oemstr->text);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001892 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_IOCTL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 CACHE_READ_OEM_STRING_RECORD,INVALID_CHANNEL,
1894 sizeof(gdth_oem_str_ioctl))) {
1895 TRACE2(("gdth_search_drives(): CACHE_READ_OEM_STRING_RECORD OK\n"));
1896 printk("GDT-HA %d: Vendor: %s Name: %s\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001897 ha->hanum, oemstr->text.oem_company_name, ha->binfo.type_string);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898 /* Save the Host Drive inquiry data */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899 strlcpy(ha->oem_name,oemstr->text.scsi_host_drive_inquiry_vendor_id,
1900 sizeof(ha->oem_name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 } else {
1902 /* Old method, based on PCI ID */
1903 TRACE2(("gdth_search_drives(): CACHE_READ_OEM_STRING_RECORD failed\n"));
1904 printk("GDT-HA %d: Name: %s\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001905 ha->hanum, ha->binfo.type_string);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 if (ha->oem_id == OEM_ID_INTEL)
1907 strlcpy(ha->oem_name,"Intel ", sizeof(ha->oem_name));
1908 else
1909 strlcpy(ha->oem_name,"ICP ", sizeof(ha->oem_name));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910 }
1911
1912 /* scanning for host drives */
1913 for (i = 0; i < cdev_cnt; ++i)
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001914 gdth_analyse_hdrive(ha, i);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915
1916 TRACE(("gdth_search_drives() OK\n"));
1917 return 1;
1918}
1919
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001920static int gdth_analyse_hdrive(gdth_ha_str *ha, u16 hdrive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001921{
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001922 u32 drv_cyls;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001923 int drv_hds, drv_secs;
1924
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001925 TRACE(("gdth_analyse_hdrive() hanum %d drive %d\n", ha->hanum, hdrive));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926 if (hdrive >= MAX_HDRIVES)
1927 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001929 if (!gdth_internal_cmd(ha, CACHESERVICE, GDT_INFO, hdrive, 0, 0))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 return 0;
1931 ha->hdr[hdrive].present = TRUE;
1932 ha->hdr[hdrive].size = ha->info;
1933
1934 /* evaluate mapping (sectors per head, heads per cylinder) */
1935 ha->hdr[hdrive].size &= ~SECS32;
1936 if (ha->info2 == 0) {
1937 gdth_eval_mapping(ha->hdr[hdrive].size,&drv_cyls,&drv_hds,&drv_secs);
1938 } else {
1939 drv_hds = ha->info2 & 0xff;
1940 drv_secs = (ha->info2 >> 8) & 0xff;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001941 drv_cyls = (u32)ha->hdr[hdrive].size / drv_hds / drv_secs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001943 ha->hdr[hdrive].heads = (u8)drv_hds;
1944 ha->hdr[hdrive].secs = (u8)drv_secs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945 /* round size */
1946 ha->hdr[hdrive].size = drv_cyls * drv_hds * drv_secs;
1947
1948 if (ha->cache_feat & GDT_64BIT) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001949 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_X_INFO, hdrive, 0, 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950 && ha->info2 != 0) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001951 ha->hdr[hdrive].size = ((u64)ha->info2 << 32) | ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952 }
1953 }
1954 TRACE2(("gdth_search_dr() cdr. %d size %d hds %d scs %d\n",
1955 hdrive,ha->hdr[hdrive].size,drv_hds,drv_secs));
1956
1957 /* get informations about device */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001958 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_DEVTYPE, hdrive, 0, 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959 TRACE2(("gdth_search_dr() cache drive %d devtype %d\n",
1960 hdrive,ha->info));
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001961 ha->hdr[hdrive].devtype = (u16)ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001962 }
1963
1964 /* cluster info */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001965 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_CLUST_INFO, hdrive, 0, 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 TRACE2(("gdth_search_dr() cache drive %d cluster info %d\n",
1967 hdrive,ha->info));
1968 if (!shared_access)
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001969 ha->hdr[hdrive].cluster_type = (u8)ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970 }
1971
1972 /* R/W attributes */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02001973 if (gdth_internal_cmd(ha, CACHESERVICE, GDT_RW_ATTRIBS, hdrive, 0, 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974 TRACE2(("gdth_search_dr() cache drive %d r/w attrib. %d\n",
1975 hdrive,ha->info));
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001976 ha->hdr[hdrive].rw_attribs = (u8)ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977 }
1978
1979 return 1;
1980}
1981
1982
1983/* command queueing/sending functions */
1984
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001985static void gdth_putq(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 priority)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986{
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02001987 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988 register Scsi_Cmnd *pscp;
1989 register Scsi_Cmnd *nscp;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05001990 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991
1992 TRACE(("gdth_putq() priority %d\n",priority));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993 spin_lock_irqsave(&ha->smp_lock, flags);
1994
Jens Axboe242f9dc2008-09-14 05:55:09 -07001995 if (!cmndinfo->internal_command)
Boaz Harroshf842b642007-10-02 23:16:01 +02001996 cmndinfo->priority = priority;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997
1998 if (ha->req_first==NULL) {
1999 ha->req_first = scp; /* queue was empty */
2000 scp->SCp.ptr = NULL;
2001 } else { /* queue not empty */
2002 pscp = ha->req_first;
2003 nscp = (Scsi_Cmnd *)pscp->SCp.ptr;
2004 /* priority: 0-highest,..,0xff-lowest */
Boaz Harroshf842b642007-10-02 23:16:01 +02002005 while (nscp && gdth_cmnd_priv(nscp)->priority <= priority) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 pscp = nscp;
2007 nscp = (Scsi_Cmnd *)pscp->SCp.ptr;
2008 }
2009 pscp->SCp.ptr = (char *)scp;
2010 scp->SCp.ptr = (char *)nscp;
2011 }
2012 spin_unlock_irqrestore(&ha->smp_lock, flags);
2013
2014#ifdef GDTH_STATISTICS
2015 flags = 0;
2016 for (nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr)
2017 ++flags;
2018 if (max_rq < flags) {
2019 max_rq = flags;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002020 TRACE3(("GDT: max_rq = %d\n",(u16)max_rq));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021 }
2022#endif
2023}
2024
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002025static void gdth_next(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027 register Scsi_Cmnd *pscp;
2028 register Scsi_Cmnd *nscp;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002029 u8 b, t, l, firsttime;
2030 u8 this_cmd, next_cmd;
2031 unsigned long flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 int cmd_index;
2033
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002034 TRACE(("gdth_next() hanum %d\n", ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035 if (!gdth_polling)
2036 spin_lock_irqsave(&ha->smp_lock, flags);
2037
2038 ha->cmd_cnt = ha->cmd_offs_dpmem = 0;
2039 this_cmd = firsttime = TRUE;
2040 next_cmd = gdth_polling ? FALSE:TRUE;
2041 cmd_index = 0;
2042
2043 for (nscp = pscp = ha->req_first; nscp; nscp = (Scsi_Cmnd *)nscp->SCp.ptr) {
Boaz Harroshf842b642007-10-02 23:16:01 +02002044 struct gdth_cmndinfo *nscp_cmndinfo = gdth_cmnd_priv(nscp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045 if (nscp != pscp && nscp != (Scsi_Cmnd *)pscp->SCp.ptr)
2046 pscp = (Scsi_Cmnd *)pscp->SCp.ptr;
Boaz Harroshf842b642007-10-02 23:16:01 +02002047 if (!nscp_cmndinfo->internal_command) {
Christoph Hellwig52759e62007-10-02 22:59:53 +02002048 b = nscp->device->channel;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07002049 t = nscp->device->id;
2050 l = nscp->device->lun;
Boaz Harroshf842b642007-10-02 23:16:01 +02002051 if (nscp_cmndinfo->priority >= DEFAULT_PRI) {
Leubner, Achimcbd5f692006-06-09 11:34:29 -07002052 if ((b != ha->virt_bus && ha->raw[BUS_L2P(ha,b)].lock) ||
2053 (b == ha->virt_bus && t < MAX_HDRIVES && ha->hdr[t].lock))
2054 continue;
2055 }
2056 } else
2057 b = t = l = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002058
2059 if (firsttime) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002060 if (gdth_test_busy(ha)) { /* controller busy ? */
2061 TRACE(("gdth_next() controller %d busy !\n", ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002062 if (!gdth_polling) {
2063 spin_unlock_irqrestore(&ha->smp_lock, flags);
2064 return;
2065 }
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002066 while (gdth_test_busy(ha))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067 gdth_delay(1);
2068 }
2069 firsttime = FALSE;
2070 }
2071
Boaz Harroshf842b642007-10-02 23:16:01 +02002072 if (!nscp_cmndinfo->internal_command) {
2073 if (nscp_cmndinfo->phase == -1) {
2074 nscp_cmndinfo->phase = CACHESERVICE; /* default: cache svc. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075 if (nscp->cmnd[0] == TEST_UNIT_READY) {
2076 TRACE2(("TEST_UNIT_READY Bus %d Id %d LUN %d\n",
2077 b, t, l));
2078 /* TEST_UNIT_READY -> set scan mode */
2079 if ((ha->scan_mode & 0x0f) == 0) {
2080 if (b == 0 && t == 0 && l == 0) {
2081 ha->scan_mode |= 1;
2082 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode));
2083 }
2084 } else if ((ha->scan_mode & 0x0f) == 1) {
2085 if (b == 0 && ((t == 0 && l == 1) ||
2086 (t == 1 && l == 0))) {
Boaz Harroshf842b642007-10-02 23:16:01 +02002087 nscp_cmndinfo->OpCode = GDT_SCAN_START;
2088 nscp_cmndinfo->phase = ((ha->scan_mode & 0x10 ? 1:0) << 8)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089 | SCSIRAWSERVICE;
2090 ha->scan_mode = 0x12;
2091 TRACE2(("Scan mode: 0x%x (SCAN_START)\n",
2092 ha->scan_mode));
2093 } else {
2094 ha->scan_mode &= 0x10;
2095 TRACE2(("Scan mode: 0x%x\n", ha->scan_mode));
2096 }
2097 } else if (ha->scan_mode == 0x12) {
2098 if (b == ha->bus_cnt && t == ha->tid_cnt-1) {
Boaz Harroshf842b642007-10-02 23:16:01 +02002099 nscp_cmndinfo->phase = SCSIRAWSERVICE;
2100 nscp_cmndinfo->OpCode = GDT_SCAN_END;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 ha->scan_mode &= 0x10;
2102 TRACE2(("Scan mode: 0x%x (SCAN_END)\n",
2103 ha->scan_mode));
2104 }
2105 }
2106 }
2107 if (b == ha->virt_bus && nscp->cmnd[0] != INQUIRY &&
2108 nscp->cmnd[0] != READ_CAPACITY && nscp->cmnd[0] != MODE_SENSE &&
2109 (ha->hdr[t].cluster_type & CLUSTER_DRIVE)) {
2110 /* always GDT_CLUST_INFO! */
Boaz Harroshf842b642007-10-02 23:16:01 +02002111 nscp_cmndinfo->OpCode = GDT_CLUST_INFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112 }
2113 }
2114 }
2115
Boaz Harroshf842b642007-10-02 23:16:01 +02002116 if (nscp_cmndinfo->OpCode != -1) {
2117 if ((nscp_cmndinfo->phase & 0xff) == CACHESERVICE) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002118 if (!(cmd_index=gdth_fill_cache_cmd(ha, nscp, t)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119 this_cmd = FALSE;
2120 next_cmd = FALSE;
Boaz Harroshf842b642007-10-02 23:16:01 +02002121 } else if ((nscp_cmndinfo->phase & 0xff) == SCSIRAWSERVICE) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002122 if (!(cmd_index=gdth_fill_raw_cmd(ha, nscp, BUS_L2P(ha, b))))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002123 this_cmd = FALSE;
2124 next_cmd = FALSE;
2125 } else {
2126 memset((char*)nscp->sense_buffer,0,16);
2127 nscp->sense_buffer[0] = 0x70;
2128 nscp->sense_buffer[2] = NOT_READY;
2129 nscp->result = (DID_OK << 16) | (CHECK_CONDITION << 1);
Boaz Harroshf842b642007-10-02 23:16:01 +02002130 if (!nscp_cmndinfo->wait_for_completion)
2131 nscp_cmndinfo->wait_for_completion++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132 else
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02002133 gdth_scsi_done(nscp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134 }
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02002135 } else if (gdth_cmnd_priv(nscp)->internal_command) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002136 if (!(cmd_index=gdth_special_cmd(ha, nscp)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137 this_cmd = FALSE;
2138 next_cmd = FALSE;
2139 } else if (b != ha->virt_bus) {
2140 if (ha->raw[BUS_L2P(ha,b)].io_cnt[t] >= GDTH_MAX_RAW ||
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002141 !(cmd_index=gdth_fill_raw_cmd(ha, nscp, BUS_L2P(ha, b))))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142 this_cmd = FALSE;
2143 else
2144 ha->raw[BUS_L2P(ha,b)].io_cnt[t]++;
2145 } else if (t >= MAX_HDRIVES || !ha->hdr[t].present || l != 0) {
2146 TRACE2(("Command 0x%x to bus %d id %d lun %d -> IGNORE\n",
2147 nscp->cmnd[0], b, t, l));
2148 nscp->result = DID_BAD_TARGET << 16;
Boaz Harroshf842b642007-10-02 23:16:01 +02002149 if (!nscp_cmndinfo->wait_for_completion)
2150 nscp_cmndinfo->wait_for_completion++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151 else
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02002152 gdth_scsi_done(nscp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153 } else {
2154 switch (nscp->cmnd[0]) {
2155 case TEST_UNIT_READY:
2156 case INQUIRY:
2157 case REQUEST_SENSE:
2158 case READ_CAPACITY:
2159 case VERIFY:
2160 case START_STOP:
2161 case MODE_SENSE:
Hannes Reineckeeb846d92014-11-17 14:25:19 +01002162 case SERVICE_ACTION_IN_16:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 TRACE(("cache cmd %x/%x/%x/%x/%x/%x\n",nscp->cmnd[0],
2164 nscp->cmnd[1],nscp->cmnd[2],nscp->cmnd[3],
2165 nscp->cmnd[4],nscp->cmnd[5]));
2166 if (ha->hdr[t].media_changed && nscp->cmnd[0] != INQUIRY) {
2167 /* return UNIT_ATTENTION */
2168 TRACE2(("cmd 0x%x target %d: UNIT_ATTENTION\n",
2169 nscp->cmnd[0], t));
2170 ha->hdr[t].media_changed = FALSE;
2171 memset((char*)nscp->sense_buffer,0,16);
2172 nscp->sense_buffer[0] = 0x70;
2173 nscp->sense_buffer[2] = UNIT_ATTENTION;
2174 nscp->result = (DID_OK << 16) | (CHECK_CONDITION << 1);
Boaz Harroshf842b642007-10-02 23:16:01 +02002175 if (!nscp_cmndinfo->wait_for_completion)
2176 nscp_cmndinfo->wait_for_completion++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 else
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02002178 gdth_scsi_done(nscp);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002179 } else if (gdth_internal_cache_cmd(ha, nscp))
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02002180 gdth_scsi_done(nscp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181 break;
2182
2183 case ALLOW_MEDIUM_REMOVAL:
2184 TRACE(("cache cmd %x/%x/%x/%x/%x/%x\n",nscp->cmnd[0],
2185 nscp->cmnd[1],nscp->cmnd[2],nscp->cmnd[3],
2186 nscp->cmnd[4],nscp->cmnd[5]));
2187 if ( (nscp->cmnd[4]&1) && !(ha->hdr[t].devtype&1) ) {
2188 TRACE(("Prevent r. nonremov. drive->do nothing\n"));
2189 nscp->result = DID_OK << 16;
2190 nscp->sense_buffer[0] = 0;
Boaz Harroshf842b642007-10-02 23:16:01 +02002191 if (!nscp_cmndinfo->wait_for_completion)
2192 nscp_cmndinfo->wait_for_completion++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193 else
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02002194 gdth_scsi_done(nscp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195 } else {
2196 nscp->cmnd[3] = (ha->hdr[t].devtype&1) ? 1:0;
2197 TRACE(("Prevent/allow r. %d rem. drive %d\n",
2198 nscp->cmnd[4],nscp->cmnd[3]));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002199 if (!(cmd_index=gdth_fill_cache_cmd(ha, nscp, t)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200 this_cmd = FALSE;
2201 }
2202 break;
2203
2204 case RESERVE:
2205 case RELEASE:
2206 TRACE2(("cache cmd %s\n",nscp->cmnd[0] == RESERVE ?
2207 "RESERVE" : "RELEASE"));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002208 if (!(cmd_index=gdth_fill_cache_cmd(ha, nscp, t)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209 this_cmd = FALSE;
2210 break;
2211
2212 case READ_6:
2213 case WRITE_6:
2214 case READ_10:
2215 case WRITE_10:
2216 case READ_16:
2217 case WRITE_16:
2218 if (ha->hdr[t].media_changed) {
2219 /* return UNIT_ATTENTION */
2220 TRACE2(("cmd 0x%x target %d: UNIT_ATTENTION\n",
2221 nscp->cmnd[0], t));
2222 ha->hdr[t].media_changed = FALSE;
2223 memset((char*)nscp->sense_buffer,0,16);
2224 nscp->sense_buffer[0] = 0x70;
2225 nscp->sense_buffer[2] = UNIT_ATTENTION;
2226 nscp->result = (DID_OK << 16) | (CHECK_CONDITION << 1);
Boaz Harroshf842b642007-10-02 23:16:01 +02002227 if (!nscp_cmndinfo->wait_for_completion)
2228 nscp_cmndinfo->wait_for_completion++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002229 else
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02002230 gdth_scsi_done(nscp);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002231 } else if (!(cmd_index=gdth_fill_cache_cmd(ha, nscp, t)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002232 this_cmd = FALSE;
2233 break;
2234
2235 default:
2236 TRACE2(("cache cmd %x/%x/%x/%x/%x/%x unknown\n",nscp->cmnd[0],
2237 nscp->cmnd[1],nscp->cmnd[2],nscp->cmnd[3],
2238 nscp->cmnd[4],nscp->cmnd[5]));
2239 printk("GDT-HA %d: Unknown SCSI command 0x%x to cache service !\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002240 ha->hanum, nscp->cmnd[0]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241 nscp->result = DID_ABORT << 16;
Boaz Harroshf842b642007-10-02 23:16:01 +02002242 if (!nscp_cmndinfo->wait_for_completion)
2243 nscp_cmndinfo->wait_for_completion++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244 else
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02002245 gdth_scsi_done(nscp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002246 break;
2247 }
2248 }
2249
2250 if (!this_cmd)
2251 break;
2252 if (nscp == ha->req_first)
2253 ha->req_first = pscp = (Scsi_Cmnd *)nscp->SCp.ptr;
2254 else
2255 pscp->SCp.ptr = nscp->SCp.ptr;
2256 if (!next_cmd)
2257 break;
2258 }
2259
2260 if (ha->cmd_cnt > 0) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002261 gdth_release_event(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262 }
2263
2264 if (!gdth_polling)
2265 spin_unlock_irqrestore(&ha->smp_lock, flags);
2266
2267 if (gdth_polling && ha->cmd_cnt > 0) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002268 if (!gdth_wait(ha, cmd_index, POLL_TIMEOUT))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269 printk("GDT-HA %d: Command %d timed out !\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002270 ha->hanum, cmd_index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271 }
2272}
Boaz Harrosh3892d882007-10-02 23:18:03 +02002273
2274/*
2275 * gdth_copy_internal_data() - copy to/from a buffer onto a scsi_cmnd's
2276 * buffers, kmap_atomic() as needed.
2277 */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002278static void gdth_copy_internal_data(gdth_ha_str *ha, Scsi_Cmnd *scp,
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002279 char *buffer, u16 count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280{
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002281 u16 cpcount,i, max_sg = scsi_sg_count(scp);
2282 u16 cpsum,cpnow;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002283 struct scatterlist *sl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002284 char *address;
2285
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002286 cpcount = min_t(u16, count, scsi_bufflen(scp));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002287
Boaz Harrosh3892d882007-10-02 23:18:03 +02002288 if (cpcount) {
2289 cpsum=0;
2290 scsi_for_each_sg(scp, sl, max_sg, i) {
Leubner, Achimcbd5f692006-06-09 11:34:29 -07002291 unsigned long flags;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002292 cpnow = (u16)sl->length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293 TRACE(("copy_internal() now %d sum %d count %d %d\n",
Boaz Harroshd35055a2008-02-27 15:31:20 -08002294 cpnow, cpsum, cpcount, scsi_bufflen(scp)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295 if (cpsum+cpnow > cpcount)
2296 cpnow = cpcount - cpsum;
2297 cpsum += cpnow;
Jens Axboe45711f12007-10-22 21:19:53 +02002298 if (!sg_page(sl)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299 printk("GDT-HA %d: invalid sc/gt element in gdth_copy_internal_data()\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002300 ha->hanum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301 return;
2302 }
Leubner, Achimcbd5f692006-06-09 11:34:29 -07002303 local_irq_save(flags);
Cong Wang77dfce02011-11-25 23:14:23 +08002304 address = kmap_atomic(sg_page(sl)) + sl->offset;
Boaz Harroshee54cc62008-02-27 15:29:15 -08002305 memcpy(address, buffer, cpnow);
Jens Axboe45711f12007-10-22 21:19:53 +02002306 flush_dcache_page(sg_page(sl));
Cong Wang77dfce02011-11-25 23:14:23 +08002307 kunmap_atomic(address);
Leubner, Achimcbd5f692006-06-09 11:34:29 -07002308 local_irq_restore(flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002309 if (cpsum == cpcount)
2310 break;
2311 buffer += cpnow;
2312 }
Boaz Harrosh3892d882007-10-02 23:18:03 +02002313 } else if (count) {
2314 printk("GDT-HA %d: SCSI command with no buffers but data transfer expected!\n",
2315 ha->hanum);
2316 WARN_ON(1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002317 }
2318}
2319
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002320static int gdth_internal_cache_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321{
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002322 u8 t;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323 gdth_inq_data inq;
2324 gdth_rdcap_data rdc;
2325 gdth_sense_data sd;
2326 gdth_modep_data mpd;
Boaz Harroshf842b642007-10-02 23:16:01 +02002327 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329 t = scp->device->id;
2330 TRACE(("gdth_internal_cache_cmd() cmd 0x%x hdrive %d\n",
2331 scp->cmnd[0],t));
2332
2333 scp->result = DID_OK << 16;
2334 scp->sense_buffer[0] = 0;
2335
2336 switch (scp->cmnd[0]) {
2337 case TEST_UNIT_READY:
2338 case VERIFY:
2339 case START_STOP:
2340 TRACE2(("Test/Verify/Start hdrive %d\n",t));
2341 break;
2342
2343 case INQUIRY:
2344 TRACE2(("Inquiry hdrive %d devtype %d\n",
2345 t,ha->hdr[t].devtype));
2346 inq.type_qual = (ha->hdr[t].devtype&4) ? TYPE_ROM:TYPE_DISK;
2347 /* you can here set all disks to removable, if you want to do
2348 a flush using the ALLOW_MEDIUM_REMOVAL command */
2349 inq.modif_rmb = 0x00;
2350 if ((ha->hdr[t].devtype & 1) ||
2351 (ha->hdr[t].cluster_type & CLUSTER_DRIVE))
2352 inq.modif_rmb = 0x80;
2353 inq.version = 2;
2354 inq.resp_aenc = 2;
2355 inq.add_length= 32;
2356 strcpy(inq.vendor,ha->oem_name);
2357 sprintf(inq.product,"Host Drive #%02d",t);
2358 strcpy(inq.revision," ");
Boaz Harroshee54cc62008-02-27 15:29:15 -08002359 gdth_copy_internal_data(ha, scp, (char*)&inq, sizeof(gdth_inq_data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360 break;
2361
2362 case REQUEST_SENSE:
2363 TRACE2(("Request sense hdrive %d\n",t));
2364 sd.errorcode = 0x70;
2365 sd.segno = 0x00;
2366 sd.key = NO_SENSE;
2367 sd.info = 0;
2368 sd.add_length= 0;
Boaz Harroshee54cc62008-02-27 15:29:15 -08002369 gdth_copy_internal_data(ha, scp, (char*)&sd, sizeof(gdth_sense_data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370 break;
2371
2372 case MODE_SENSE:
2373 TRACE2(("Mode sense hdrive %d\n",t));
2374 memset((char*)&mpd,0,sizeof(gdth_modep_data));
2375 mpd.hd.data_length = sizeof(gdth_modep_data);
2376 mpd.hd.dev_par = (ha->hdr[t].devtype&2) ? 0x80:0;
2377 mpd.hd.bd_length = sizeof(mpd.bd);
2378 mpd.bd.block_length[0] = (SECTOR_SIZE & 0x00ff0000) >> 16;
2379 mpd.bd.block_length[1] = (SECTOR_SIZE & 0x0000ff00) >> 8;
2380 mpd.bd.block_length[2] = (SECTOR_SIZE & 0x000000ff);
Boaz Harroshee54cc62008-02-27 15:29:15 -08002381 gdth_copy_internal_data(ha, scp, (char*)&mpd, sizeof(gdth_modep_data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382 break;
2383
2384 case READ_CAPACITY:
2385 TRACE2(("Read capacity hdrive %d\n",t));
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002386 if (ha->hdr[t].size > (u64)0xffffffff)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387 rdc.last_block_no = 0xffffffff;
2388 else
2389 rdc.last_block_no = cpu_to_be32(ha->hdr[t].size-1);
2390 rdc.block_length = cpu_to_be32(SECTOR_SIZE);
Boaz Harroshee54cc62008-02-27 15:29:15 -08002391 gdth_copy_internal_data(ha, scp, (char*)&rdc, sizeof(gdth_rdcap_data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392 break;
2393
Hannes Reineckeeb846d92014-11-17 14:25:19 +01002394 case SERVICE_ACTION_IN_16:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395 if ((scp->cmnd[1] & 0x1f) == SAI_READ_CAPACITY_16 &&
2396 (ha->cache_feat & GDT_64BIT)) {
2397 gdth_rdcap16_data rdc16;
2398
2399 TRACE2(("Read capacity (16) hdrive %d\n",t));
2400 rdc16.last_block_no = cpu_to_be64(ha->hdr[t].size-1);
2401 rdc16.block_length = cpu_to_be32(SECTOR_SIZE);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002402 gdth_copy_internal_data(ha, scp, (char*)&rdc16,
Boaz Harroshee54cc62008-02-27 15:29:15 -08002403 sizeof(gdth_rdcap16_data));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404 } else {
2405 scp->result = DID_ABORT << 16;
2406 }
2407 break;
2408
2409 default:
2410 TRACE2(("Internal cache cmd 0x%x unknown\n",scp->cmnd[0]));
2411 break;
2412 }
2413
Boaz Harroshf842b642007-10-02 23:16:01 +02002414 if (!cmndinfo->wait_for_completion)
2415 cmndinfo->wait_for_completion++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416 else
2417 return 1;
2418
2419 return 0;
2420}
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002421
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002422static int gdth_fill_cache_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u16 hdrive)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424 register gdth_cmd_str *cmdp;
Boaz Harroshf842b642007-10-02 23:16:01 +02002425 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002426 u32 cnt, blockcnt;
2427 u64 no, blockno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428 int i, cmd_index, read_write, sgcnt, mode64;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429
Linus Torvalds1da177e2005-04-16 15:20:36 -07002430 cmdp = ha->pccb;
2431 TRACE(("gdth_fill_cache_cmd() cmd 0x%x cmdsize %d hdrive %d\n",
2432 scp->cmnd[0],scp->cmd_len,hdrive));
2433
2434 if (ha->type==GDT_EISA && ha->cmd_cnt>0)
2435 return 0;
2436
2437 mode64 = (ha->cache_feat & GDT_64BIT) ? TRUE : FALSE;
2438 /* test for READ_16, WRITE_16 if !mode64 ? ---
2439 not required, should not occur due to error return on
2440 READ_CAPACITY_16 */
2441
2442 cmdp->Service = CACHESERVICE;
2443 cmdp->RequestBuffer = scp;
2444 /* search free command index */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002445 if (!(cmd_index=gdth_get_cmd_index(ha))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446 TRACE(("GDT: No free command index found\n"));
2447 return 0;
2448 }
2449 /* if it's the first command, set command semaphore */
2450 if (ha->cmd_cnt == 0)
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002451 gdth_set_sema0(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002452
2453 /* fill command */
2454 read_write = 0;
Boaz Harroshf842b642007-10-02 23:16:01 +02002455 if (cmndinfo->OpCode != -1)
2456 cmdp->OpCode = cmndinfo->OpCode; /* special cache cmd. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002457 else if (scp->cmnd[0] == RESERVE)
2458 cmdp->OpCode = GDT_RESERVE_DRV;
2459 else if (scp->cmnd[0] == RELEASE)
2460 cmdp->OpCode = GDT_RELEASE_DRV;
2461 else if (scp->cmnd[0] == ALLOW_MEDIUM_REMOVAL) {
2462 if (scp->cmnd[4] & 1) /* prevent ? */
2463 cmdp->OpCode = GDT_MOUNT;
2464 else if (scp->cmnd[3] & 1) /* removable drive ? */
2465 cmdp->OpCode = GDT_UNMOUNT;
2466 else
2467 cmdp->OpCode = GDT_FLUSH;
2468 } else if (scp->cmnd[0] == WRITE_6 || scp->cmnd[0] == WRITE_10 ||
2469 scp->cmnd[0] == WRITE_12 || scp->cmnd[0] == WRITE_16
2470 ) {
2471 read_write = 1;
2472 if (gdth_write_through || ((ha->hdr[hdrive].rw_attribs & 1) &&
2473 (ha->cache_feat & GDT_WR_THROUGH)))
2474 cmdp->OpCode = GDT_WRITE_THR;
2475 else
2476 cmdp->OpCode = GDT_WRITE;
2477 } else {
2478 read_write = 2;
2479 cmdp->OpCode = GDT_READ;
2480 }
2481
2482 cmdp->BoardNode = LOCALBOARD;
2483 if (mode64) {
2484 cmdp->u.cache64.DeviceNo = hdrive;
2485 cmdp->u.cache64.BlockNo = 1;
2486 cmdp->u.cache64.sg_canz = 0;
2487 } else {
2488 cmdp->u.cache.DeviceNo = hdrive;
2489 cmdp->u.cache.BlockNo = 1;
2490 cmdp->u.cache.sg_canz = 0;
2491 }
2492
2493 if (read_write) {
2494 if (scp->cmd_len == 16) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002495 memcpy(&no, &scp->cmnd[2], sizeof(u64));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496 blockno = be64_to_cpu(no);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002497 memcpy(&cnt, &scp->cmnd[10], sizeof(u32));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498 blockcnt = be32_to_cpu(cnt);
2499 } else if (scp->cmd_len == 10) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002500 memcpy(&no, &scp->cmnd[2], sizeof(u32));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002501 blockno = be32_to_cpu(no);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002502 memcpy(&cnt, &scp->cmnd[7], sizeof(u16));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 blockcnt = be16_to_cpu(cnt);
2504 } else {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002505 memcpy(&no, &scp->cmnd[0], sizeof(u32));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506 blockno = be32_to_cpu(no) & 0x001fffffUL;
2507 blockcnt= scp->cmnd[4]==0 ? 0x100 : scp->cmnd[4];
2508 }
2509 if (mode64) {
2510 cmdp->u.cache64.BlockNo = blockno;
2511 cmdp->u.cache64.BlockCnt = blockcnt;
2512 } else {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002513 cmdp->u.cache.BlockNo = (u32)blockno;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 cmdp->u.cache.BlockCnt = blockcnt;
2515 }
2516
Boaz Harroshd35055a2008-02-27 15:31:20 -08002517 if (scsi_bufflen(scp)) {
Boaz Harroshf842b642007-10-02 23:16:01 +02002518 cmndinfo->dma_dir = (read_write == 1 ?
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 PCI_DMA_TODEVICE : PCI_DMA_FROMDEVICE);
Boaz Harroshd35055a2008-02-27 15:31:20 -08002520 sgcnt = pci_map_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
Boaz Harrosh3892d882007-10-02 23:18:03 +02002521 cmndinfo->dma_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002522 if (mode64) {
Boaz Harrosh3892d882007-10-02 23:18:03 +02002523 struct scatterlist *sl;
2524
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002525 cmdp->u.cache64.DestAddr= (u64)-1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526 cmdp->u.cache64.sg_canz = sgcnt;
Boaz Harrosh3892d882007-10-02 23:18:03 +02002527 scsi_for_each_sg(scp, sl, sgcnt, i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528 cmdp->u.cache64.sg_lst[i].sg_ptr = sg_dma_address(sl);
2529#ifdef GDTH_DMA_STATISTICS
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002530 if (cmdp->u.cache64.sg_lst[i].sg_ptr > (u64)0xffffffff)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531 ha->dma64_cnt++;
2532 else
2533 ha->dma32_cnt++;
2534#endif
2535 cmdp->u.cache64.sg_lst[i].sg_len = sg_dma_len(sl);
2536 }
2537 } else {
Boaz Harrosh3892d882007-10-02 23:18:03 +02002538 struct scatterlist *sl;
2539
Linus Torvalds1da177e2005-04-16 15:20:36 -07002540 cmdp->u.cache.DestAddr= 0xffffffff;
2541 cmdp->u.cache.sg_canz = sgcnt;
Boaz Harrosh3892d882007-10-02 23:18:03 +02002542 scsi_for_each_sg(scp, sl, sgcnt, i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543 cmdp->u.cache.sg_lst[i].sg_ptr = sg_dma_address(sl);
2544#ifdef GDTH_DMA_STATISTICS
2545 ha->dma32_cnt++;
2546#endif
2547 cmdp->u.cache.sg_lst[i].sg_len = sg_dma_len(sl);
2548 }
2549 }
2550
2551#ifdef GDTH_STATISTICS
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002552 if (max_sg < (u32)sgcnt) {
2553 max_sg = (u32)sgcnt;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554 TRACE3(("GDT: max_sg = %d\n",max_sg));
2555 }
2556#endif
2557
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558 }
2559 }
2560 /* evaluate command size, check space */
2561 if (mode64) {
2562 TRACE(("cache cmd: addr. %x sganz %x sgptr0 %x sglen0 %x\n",
2563 cmdp->u.cache64.DestAddr,cmdp->u.cache64.sg_canz,
2564 cmdp->u.cache64.sg_lst[0].sg_ptr,
2565 cmdp->u.cache64.sg_lst[0].sg_len));
2566 TRACE(("cache cmd: cmd %d blockno. %d, blockcnt %d\n",
2567 cmdp->OpCode,cmdp->u.cache64.BlockNo,cmdp->u.cache64.BlockCnt));
2568 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) +
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002569 (u16)cmdp->u.cache64.sg_canz * sizeof(gdth_sg64_str);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570 } else {
2571 TRACE(("cache cmd: addr. %x sganz %x sgptr0 %x sglen0 %x\n",
2572 cmdp->u.cache.DestAddr,cmdp->u.cache.sg_canz,
2573 cmdp->u.cache.sg_lst[0].sg_ptr,
2574 cmdp->u.cache.sg_lst[0].sg_len));
2575 TRACE(("cache cmd: cmd %d blockno. %d, blockcnt %d\n",
2576 cmdp->OpCode,cmdp->u.cache.BlockNo,cmdp->u.cache.BlockCnt));
2577 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) +
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002578 (u16)cmdp->u.cache.sg_canz * sizeof(gdth_sg_str);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579 }
2580 if (ha->cmd_len & 3)
2581 ha->cmd_len += (4 - (ha->cmd_len & 3));
2582
2583 if (ha->cmd_cnt > 0) {
2584 if ((ha->cmd_offs_dpmem + ha->cmd_len + DPMEM_COMMAND_OFFSET) >
2585 ha->ic_all_size) {
2586 TRACE2(("gdth_fill_cache() DPMEM overflow\n"));
2587 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND;
2588 return 0;
2589 }
2590 }
2591
2592 /* copy command */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002593 gdth_copy_command(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002594 return cmd_index;
2595}
2596
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002597static int gdth_fill_raw_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp, u8 b)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599 register gdth_cmd_str *cmdp;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002600 u16 i;
Boaz Harrosh3892d882007-10-02 23:18:03 +02002601 dma_addr_t sense_paddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602 int cmd_index, sgcnt, mode64;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002603 u8 t,l;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002604 struct page *page;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002605 unsigned long offset;
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02002606 struct gdth_cmndinfo *cmndinfo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002607
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608 t = scp->device->id;
2609 l = scp->device->lun;
2610 cmdp = ha->pccb;
2611 TRACE(("gdth_fill_raw_cmd() cmd 0x%x bus %d ID %d LUN %d\n",
2612 scp->cmnd[0],b,t,l));
2613
2614 if (ha->type==GDT_EISA && ha->cmd_cnt>0)
2615 return 0;
2616
2617 mode64 = (ha->raw_feat & GDT_64BIT) ? TRUE : FALSE;
2618
2619 cmdp->Service = SCSIRAWSERVICE;
2620 cmdp->RequestBuffer = scp;
2621 /* search free command index */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002622 if (!(cmd_index=gdth_get_cmd_index(ha))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623 TRACE(("GDT: No free command index found\n"));
2624 return 0;
2625 }
2626 /* if it's the first command, set command semaphore */
2627 if (ha->cmd_cnt == 0)
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002628 gdth_set_sema0(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002629
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02002630 cmndinfo = gdth_cmnd_priv(scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002631 /* fill command */
Boaz Harroshf842b642007-10-02 23:16:01 +02002632 if (cmndinfo->OpCode != -1) {
2633 cmdp->OpCode = cmndinfo->OpCode; /* special raw cmd. */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002634 cmdp->BoardNode = LOCALBOARD;
2635 if (mode64) {
Boaz Harroshf842b642007-10-02 23:16:01 +02002636 cmdp->u.raw64.direction = (cmndinfo->phase >> 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002637 TRACE2(("special raw cmd 0x%x param 0x%x\n",
2638 cmdp->OpCode, cmdp->u.raw64.direction));
2639 /* evaluate command size */
2640 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst);
2641 } else {
Boaz Harroshf842b642007-10-02 23:16:01 +02002642 cmdp->u.raw.direction = (cmndinfo->phase >> 8);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002643 TRACE2(("special raw cmd 0x%x param 0x%x\n",
2644 cmdp->OpCode, cmdp->u.raw.direction));
2645 /* evaluate command size */
2646 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst);
2647 }
2648
2649 } else {
2650 page = virt_to_page(scp->sense_buffer);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002651 offset = (unsigned long)scp->sense_buffer & ~PAGE_MASK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652 sense_paddr = pci_map_page(ha->pdev,page,offset,
2653 16,PCI_DMA_FROMDEVICE);
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02002654
2655 cmndinfo->sense_paddr = sense_paddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656 cmdp->OpCode = GDT_WRITE; /* always */
2657 cmdp->BoardNode = LOCALBOARD;
2658 if (mode64) {
2659 cmdp->u.raw64.reserved = 0;
2660 cmdp->u.raw64.mdisc_time = 0;
2661 cmdp->u.raw64.mcon_time = 0;
2662 cmdp->u.raw64.clen = scp->cmd_len;
2663 cmdp->u.raw64.target = t;
2664 cmdp->u.raw64.lun = l;
2665 cmdp->u.raw64.bus = b;
2666 cmdp->u.raw64.priority = 0;
Boaz Harroshd35055a2008-02-27 15:31:20 -08002667 cmdp->u.raw64.sdlen = scsi_bufflen(scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668 cmdp->u.raw64.sense_len = 16;
2669 cmdp->u.raw64.sense_data = sense_paddr;
2670 cmdp->u.raw64.direction =
2671 gdth_direction_tab[scp->cmnd[0]]==DOU ? GDTH_DATA_OUT:GDTH_DATA_IN;
2672 memcpy(cmdp->u.raw64.cmd,scp->cmnd,16);
Joerg Dorchainbb9ba312007-03-06 02:46:54 -08002673 cmdp->u.raw64.sg_ranz = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002674 } else {
2675 cmdp->u.raw.reserved = 0;
2676 cmdp->u.raw.mdisc_time = 0;
2677 cmdp->u.raw.mcon_time = 0;
2678 cmdp->u.raw.clen = scp->cmd_len;
2679 cmdp->u.raw.target = t;
2680 cmdp->u.raw.lun = l;
2681 cmdp->u.raw.bus = b;
2682 cmdp->u.raw.priority = 0;
2683 cmdp->u.raw.link_p = 0;
Boaz Harroshd35055a2008-02-27 15:31:20 -08002684 cmdp->u.raw.sdlen = scsi_bufflen(scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002685 cmdp->u.raw.sense_len = 16;
2686 cmdp->u.raw.sense_data = sense_paddr;
2687 cmdp->u.raw.direction =
2688 gdth_direction_tab[scp->cmnd[0]]==DOU ? GDTH_DATA_OUT:GDTH_DATA_IN;
2689 memcpy(cmdp->u.raw.cmd,scp->cmnd,12);
Joerg Dorchainbb9ba312007-03-06 02:46:54 -08002690 cmdp->u.raw.sg_ranz = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002691 }
2692
Boaz Harroshd35055a2008-02-27 15:31:20 -08002693 if (scsi_bufflen(scp)) {
Boaz Harroshf842b642007-10-02 23:16:01 +02002694 cmndinfo->dma_dir = PCI_DMA_BIDIRECTIONAL;
Boaz Harroshd35055a2008-02-27 15:31:20 -08002695 sgcnt = pci_map_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
Boaz Harrosh3892d882007-10-02 23:18:03 +02002696 cmndinfo->dma_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697 if (mode64) {
Boaz Harrosh3892d882007-10-02 23:18:03 +02002698 struct scatterlist *sl;
2699
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002700 cmdp->u.raw64.sdata = (u64)-1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701 cmdp->u.raw64.sg_ranz = sgcnt;
Boaz Harrosh3892d882007-10-02 23:18:03 +02002702 scsi_for_each_sg(scp, sl, sgcnt, i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 cmdp->u.raw64.sg_lst[i].sg_ptr = sg_dma_address(sl);
2704#ifdef GDTH_DMA_STATISTICS
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002705 if (cmdp->u.raw64.sg_lst[i].sg_ptr > (u64)0xffffffff)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706 ha->dma64_cnt++;
2707 else
2708 ha->dma32_cnt++;
2709#endif
2710 cmdp->u.raw64.sg_lst[i].sg_len = sg_dma_len(sl);
2711 }
2712 } else {
Boaz Harrosh3892d882007-10-02 23:18:03 +02002713 struct scatterlist *sl;
2714
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715 cmdp->u.raw.sdata = 0xffffffff;
2716 cmdp->u.raw.sg_ranz = sgcnt;
Boaz Harrosh3892d882007-10-02 23:18:03 +02002717 scsi_for_each_sg(scp, sl, sgcnt, i) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002718 cmdp->u.raw.sg_lst[i].sg_ptr = sg_dma_address(sl);
2719#ifdef GDTH_DMA_STATISTICS
2720 ha->dma32_cnt++;
2721#endif
2722 cmdp->u.raw.sg_lst[i].sg_len = sg_dma_len(sl);
2723 }
2724 }
2725
2726#ifdef GDTH_STATISTICS
2727 if (max_sg < sgcnt) {
2728 max_sg = sgcnt;
2729 TRACE3(("GDT: max_sg = %d\n",sgcnt));
2730 }
2731#endif
2732
Linus Torvalds1da177e2005-04-16 15:20:36 -07002733 }
2734 if (mode64) {
2735 TRACE(("raw cmd: addr. %x sganz %x sgptr0 %x sglen0 %x\n",
2736 cmdp->u.raw64.sdata,cmdp->u.raw64.sg_ranz,
2737 cmdp->u.raw64.sg_lst[0].sg_ptr,
2738 cmdp->u.raw64.sg_lst[0].sg_len));
2739 /* evaluate command size */
2740 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst) +
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002741 (u16)cmdp->u.raw64.sg_ranz * sizeof(gdth_sg64_str);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742 } else {
2743 TRACE(("raw cmd: addr. %x sganz %x sgptr0 %x sglen0 %x\n",
2744 cmdp->u.raw.sdata,cmdp->u.raw.sg_ranz,
2745 cmdp->u.raw.sg_lst[0].sg_ptr,
2746 cmdp->u.raw.sg_lst[0].sg_len));
2747 /* evaluate command size */
2748 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) +
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002749 (u16)cmdp->u.raw.sg_ranz * sizeof(gdth_sg_str);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750 }
2751 }
2752 /* check space */
2753 if (ha->cmd_len & 3)
2754 ha->cmd_len += (4 - (ha->cmd_len & 3));
2755
2756 if (ha->cmd_cnt > 0) {
2757 if ((ha->cmd_offs_dpmem + ha->cmd_len + DPMEM_COMMAND_OFFSET) >
2758 ha->ic_all_size) {
2759 TRACE2(("gdth_fill_raw() DPMEM overflow\n"));
2760 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND;
2761 return 0;
2762 }
2763 }
2764
2765 /* copy command */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002766 gdth_copy_command(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767 return cmd_index;
2768}
2769
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002770static int gdth_special_cmd(gdth_ha_str *ha, Scsi_Cmnd *scp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772 register gdth_cmd_str *cmdp;
Boaz Harroshee54cc62008-02-27 15:29:15 -08002773 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774 int cmd_index;
2775
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776 cmdp= ha->pccb;
2777 TRACE2(("gdth_special_cmd(): "));
2778
2779 if (ha->type==GDT_EISA && ha->cmd_cnt>0)
2780 return 0;
2781
Boaz Harroshee54cc62008-02-27 15:29:15 -08002782 *cmdp = *cmndinfo->internal_cmd_str;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783 cmdp->RequestBuffer = scp;
2784
2785 /* search free command index */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002786 if (!(cmd_index=gdth_get_cmd_index(ha))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787 TRACE(("GDT: No free command index found\n"));
2788 return 0;
2789 }
2790
2791 /* if it's the first command, set command semaphore */
2792 if (ha->cmd_cnt == 0)
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002793 gdth_set_sema0(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794
2795 /* evaluate command size, check space */
2796 if (cmdp->OpCode == GDT_IOCTL) {
2797 TRACE2(("IOCTL\n"));
2798 ha->cmd_len =
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002799 GDTOFFSOF(gdth_cmd_str,u.ioctl.p_param) + sizeof(u64);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800 } else if (cmdp->Service == CACHESERVICE) {
2801 TRACE2(("cache command %d\n",cmdp->OpCode));
2802 if (ha->cache_feat & GDT_64BIT)
2803 ha->cmd_len =
2804 GDTOFFSOF(gdth_cmd_str,u.cache64.sg_lst) + sizeof(gdth_sg64_str);
2805 else
2806 ha->cmd_len =
2807 GDTOFFSOF(gdth_cmd_str,u.cache.sg_lst) + sizeof(gdth_sg_str);
2808 } else if (cmdp->Service == SCSIRAWSERVICE) {
2809 TRACE2(("raw command %d\n",cmdp->OpCode));
2810 if (ha->raw_feat & GDT_64BIT)
2811 ha->cmd_len =
2812 GDTOFFSOF(gdth_cmd_str,u.raw64.sg_lst) + sizeof(gdth_sg64_str);
2813 else
2814 ha->cmd_len =
2815 GDTOFFSOF(gdth_cmd_str,u.raw.sg_lst) + sizeof(gdth_sg_str);
2816 }
2817
2818 if (ha->cmd_len & 3)
2819 ha->cmd_len += (4 - (ha->cmd_len & 3));
2820
2821 if (ha->cmd_cnt > 0) {
2822 if ((ha->cmd_offs_dpmem + ha->cmd_len + DPMEM_COMMAND_OFFSET) >
2823 ha->ic_all_size) {
2824 TRACE2(("gdth_special_cmd() DPMEM overflow\n"));
2825 ha->cmd_tab[cmd_index-2].cmnd = UNUSED_CMND;
2826 return 0;
2827 }
2828 }
2829
2830 /* copy command */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02002831 gdth_copy_command(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832 return cmd_index;
2833}
2834
2835
2836/* Controller event handling functions */
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002837static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, u16 source,
2838 u16 idx, gdth_evt_data *evt)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839{
2840 gdth_evt_str *e;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841
2842 /* no GDTH_LOCK_HA() ! */
2843 TRACE2(("gdth_store_event() source %d idx %d\n", source, idx));
2844 if (source == 0) /* no source -> no event */
2845 return NULL;
2846
2847 if (ebuffer[elastidx].event_source == source &&
2848 ebuffer[elastidx].event_idx == idx &&
2849 ((evt->size != 0 && ebuffer[elastidx].event_data.size != 0 &&
2850 !memcmp((char *)&ebuffer[elastidx].event_data.eu,
2851 (char *)&evt->eu, evt->size)) ||
2852 (evt->size == 0 && ebuffer[elastidx].event_data.size == 0 &&
2853 !strcmp((char *)&ebuffer[elastidx].event_data.event_string,
2854 (char *)&evt->event_string)))) {
2855 e = &ebuffer[elastidx];
Alison Schofield5a412c32016-02-17 21:29:34 -08002856 e->last_stamp = (u32)ktime_get_real_seconds();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857 ++e->same_count;
2858 } else {
2859 if (ebuffer[elastidx].event_source != 0) { /* entry not free ? */
2860 ++elastidx;
2861 if (elastidx == MAX_EVENTS)
2862 elastidx = 0;
2863 if (elastidx == eoldidx) { /* reached mark ? */
2864 ++eoldidx;
2865 if (eoldidx == MAX_EVENTS)
2866 eoldidx = 0;
2867 }
2868 }
2869 e = &ebuffer[elastidx];
2870 e->event_source = source;
2871 e->event_idx = idx;
Alison Schofield5a412c32016-02-17 21:29:34 -08002872 e->first_stamp = e->last_stamp = (u32)ktime_get_real_seconds();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873 e->same_count = 1;
2874 e->event_data = *evt;
2875 e->application = 0;
2876 }
2877 return e;
2878}
2879
2880static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr)
2881{
2882 gdth_evt_str *e;
2883 int eindex;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002884 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885
2886 TRACE2(("gdth_read_event() handle %d\n", handle));
2887 spin_lock_irqsave(&ha->smp_lock, flags);
2888 if (handle == -1)
2889 eindex = eoldidx;
2890 else
2891 eindex = handle;
2892 estr->event_source = 0;
2893
Dave Jones690e7442009-10-19 19:55:13 -04002894 if (eindex < 0 || eindex >= MAX_EVENTS) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895 spin_unlock_irqrestore(&ha->smp_lock, flags);
2896 return eindex;
2897 }
2898 e = &ebuffer[eindex];
2899 if (e->event_source != 0) {
2900 if (eindex != elastidx) {
2901 if (++eindex == MAX_EVENTS)
2902 eindex = 0;
2903 } else {
2904 eindex = -1;
2905 }
2906 memcpy(estr, e, sizeof(gdth_evt_str));
2907 }
2908 spin_unlock_irqrestore(&ha->smp_lock, flags);
2909 return eindex;
2910}
2911
2912static void gdth_readapp_event(gdth_ha_str *ha,
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002913 u8 application, gdth_evt_str *estr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914{
2915 gdth_evt_str *e;
2916 int eindex;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002917 unsigned long flags;
2918 u8 found = FALSE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919
2920 TRACE2(("gdth_readapp_event() app. %d\n", application));
2921 spin_lock_irqsave(&ha->smp_lock, flags);
2922 eindex = eoldidx;
2923 for (;;) {
2924 e = &ebuffer[eindex];
2925 if (e->event_source == 0)
2926 break;
2927 if ((e->application & application) == 0) {
2928 e->application |= application;
2929 found = TRUE;
2930 break;
2931 }
2932 if (eindex == elastidx)
2933 break;
2934 if (++eindex == MAX_EVENTS)
2935 eindex = 0;
2936 }
2937 if (found)
2938 memcpy(estr, e, sizeof(gdth_evt_str));
2939 else
2940 estr->event_source = 0;
2941 spin_unlock_irqrestore(&ha->smp_lock, flags);
2942}
2943
2944static void gdth_clear_events(void)
2945{
2946 TRACE(("gdth_clear_events()"));
2947
2948 eoldidx = elastidx = 0;
2949 ebuffer[0].event_source = 0;
2950}
2951
2952
2953/* SCSI interface functions */
2954
Jeff Garzik230e8862007-12-13 16:14:12 -08002955static irqreturn_t __gdth_interrupt(gdth_ha_str *ha,
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02002956 int gdth_from_wait, int* pIndex)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958 gdt6m_dpram_str __iomem *dp6m_ptr = NULL;
2959 gdt6_dpram_str __iomem *dp6_ptr;
2960 gdt2_dpram_str __iomem *dp2_ptr;
2961 Scsi_Cmnd *scp;
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02002962 int rval, i;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05002963 u8 IStatus;
2964 u16 Service;
2965 unsigned long flags = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966#ifdef INT_COAL
2967 int coalesced = FALSE;
2968 int next = FALSE;
2969 gdth_coal_status *pcs = NULL;
2970 int act_int_coal = 0;
2971#endif
2972
Jeff Garzik230e8862007-12-13 16:14:12 -08002973 TRACE(("gdth_interrupt() IRQ %d\n", ha->irq));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974
2975 /* if polling and not from gdth_wait() -> return */
2976 if (gdth_polling) {
2977 if (!gdth_from_wait) {
2978 return IRQ_HANDLED;
2979 }
2980 }
2981
2982 if (!gdth_polling)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02002983 spin_lock_irqsave(&ha->smp_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984
2985 /* search controller */
Jeff Garzik230e8862007-12-13 16:14:12 -08002986 IStatus = gdth_get_status(ha);
2987 if (IStatus == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988 /* spurious interrupt */
2989 if (!gdth_polling)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02002990 spin_unlock_irqrestore(&ha->smp_lock, flags);
2991 return IRQ_HANDLED;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002992 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993
2994#ifdef GDTH_STATISTICS
2995 ++act_ints;
2996#endif
2997
2998#ifdef INT_COAL
2999 /* See if the fw is returning coalesced status */
3000 if (IStatus == COALINDEX) {
3001 /* Coalesced status. Setup the initial status
3002 buffer pointer and flags */
3003 pcs = ha->coal_stat;
3004 coalesced = TRUE;
3005 next = TRUE;
3006 }
3007
3008 do {
3009 if (coalesced) {
3010 /* For coalesced requests all status
3011 information is found in the status buffer */
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003012 IStatus = (u8)(pcs->status & 0xff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013 }
3014#endif
3015
3016 if (ha->type == GDT_EISA) {
3017 if (IStatus & 0x80) { /* error flag */
3018 IStatus &= ~0x80;
3019 ha->status = inw(ha->bmic + MAILBOXREG+8);
3020 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status));
3021 } else /* no error */
3022 ha->status = S_OK;
3023 ha->info = inl(ha->bmic + MAILBOXREG+12);
3024 ha->service = inw(ha->bmic + MAILBOXREG+10);
3025 ha->info2 = inl(ha->bmic + MAILBOXREG+4);
3026
3027 outb(0xff, ha->bmic + EDOORREG); /* acknowledge interrupt */
3028 outb(0x00, ha->bmic + SEMA1REG); /* reset status semaphore */
3029 } else if (ha->type == GDT_ISA) {
3030 dp2_ptr = ha->brd;
3031 if (IStatus & 0x80) { /* error flag */
3032 IStatus &= ~0x80;
Jeff Garzika52667f2007-10-02 22:55:53 +02003033 ha->status = readw(&dp2_ptr->u.ic.Status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status));
3035 } else /* no error */
3036 ha->status = S_OK;
Jeff Garzika52667f2007-10-02 22:55:53 +02003037 ha->info = readl(&dp2_ptr->u.ic.Info[0]);
3038 ha->service = readw(&dp2_ptr->u.ic.Service);
3039 ha->info2 = readl(&dp2_ptr->u.ic.Info[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003040
Jeff Garzika52667f2007-10-02 22:55:53 +02003041 writeb(0xff, &dp2_ptr->io.irqdel); /* acknowledge interrupt */
3042 writeb(0, &dp2_ptr->u.ic.Cmd_Index);/* reset command index */
3043 writeb(0, &dp2_ptr->io.Sema1); /* reset status semaphore */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044 } else if (ha->type == GDT_PCI) {
3045 dp6_ptr = ha->brd;
3046 if (IStatus & 0x80) { /* error flag */
3047 IStatus &= ~0x80;
Jeff Garzika52667f2007-10-02 22:55:53 +02003048 ha->status = readw(&dp6_ptr->u.ic.Status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status));
3050 } else /* no error */
3051 ha->status = S_OK;
Jeff Garzika52667f2007-10-02 22:55:53 +02003052 ha->info = readl(&dp6_ptr->u.ic.Info[0]);
3053 ha->service = readw(&dp6_ptr->u.ic.Service);
3054 ha->info2 = readl(&dp6_ptr->u.ic.Info[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055
Jeff Garzika52667f2007-10-02 22:55:53 +02003056 writeb(0xff, &dp6_ptr->io.irqdel); /* acknowledge interrupt */
3057 writeb(0, &dp6_ptr->u.ic.Cmd_Index);/* reset command index */
3058 writeb(0, &dp6_ptr->io.Sema1); /* reset status semaphore */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059 } else if (ha->type == GDT_PCINEW) {
3060 if (IStatus & 0x80) { /* error flag */
3061 IStatus &= ~0x80;
3062 ha->status = inw(PTR2USHORT(&ha->plx->status));
3063 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status));
3064 } else
3065 ha->status = S_OK;
3066 ha->info = inl(PTR2USHORT(&ha->plx->info[0]));
3067 ha->service = inw(PTR2USHORT(&ha->plx->service));
3068 ha->info2 = inl(PTR2USHORT(&ha->plx->info[1]));
3069
3070 outb(0xff, PTR2USHORT(&ha->plx->edoor_reg));
3071 outb(0x00, PTR2USHORT(&ha->plx->sema1_reg));
3072 } else if (ha->type == GDT_PCIMPR) {
3073 dp6m_ptr = ha->brd;
3074 if (IStatus & 0x80) { /* error flag */
3075 IStatus &= ~0x80;
3076#ifdef INT_COAL
3077 if (coalesced)
Jean Delvare107e7162006-11-09 21:45:09 +01003078 ha->status = pcs->ext_status & 0xffff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003079 else
3080#endif
Jeff Garzika52667f2007-10-02 22:55:53 +02003081 ha->status = readw(&dp6m_ptr->i960r.status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus,ha->status));
3083 } else /* no error */
3084 ha->status = S_OK;
3085#ifdef INT_COAL
3086 /* get information */
3087 if (coalesced) {
3088 ha->info = pcs->info0;
3089 ha->info2 = pcs->info1;
Jean Delvare107e7162006-11-09 21:45:09 +01003090 ha->service = (pcs->ext_status >> 16) & 0xffff;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091 } else
3092#endif
3093 {
Jeff Garzika52667f2007-10-02 22:55:53 +02003094 ha->info = readl(&dp6m_ptr->i960r.info[0]);
3095 ha->service = readw(&dp6m_ptr->i960r.service);
3096 ha->info2 = readl(&dp6m_ptr->i960r.info[1]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097 }
3098 /* event string */
3099 if (IStatus == ASYNCINDEX) {
3100 if (ha->service != SCREENSERVICE &&
3101 (ha->fw_vers & 0xff) >= 0x1a) {
Jeff Garzika52667f2007-10-02 22:55:53 +02003102 ha->dvr.severity = readb
Linus Torvalds1da177e2005-04-16 15:20:36 -07003103 (&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.severity);
3104 for (i = 0; i < 256; ++i) {
Jeff Garzika52667f2007-10-02 22:55:53 +02003105 ha->dvr.event_string[i] = readb
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 (&((gdt6m_dpram_str __iomem *)ha->brd)->i960r.evt_str[i]);
3107 if (ha->dvr.event_string[i] == 0)
3108 break;
3109 }
3110 }
3111 }
3112#ifdef INT_COAL
3113 /* Make sure that non coalesced interrupts get cleared
3114 before being handled by gdth_async_event/gdth_sync_event */
3115 if (!coalesced)
3116#endif
3117 {
Jeff Garzika52667f2007-10-02 22:55:53 +02003118 writeb(0xff, &dp6m_ptr->i960r.edoor_reg);
3119 writeb(0, &dp6m_ptr->i960r.sema1_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120 }
3121 } else {
3122 TRACE2(("gdth_interrupt() unknown controller type\n"));
3123 if (!gdth_polling)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003124 spin_unlock_irqrestore(&ha->smp_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125 return IRQ_HANDLED;
3126 }
3127
3128 TRACE(("gdth_interrupt() index %d stat %d info %d\n",
3129 IStatus,ha->status,ha->info));
3130
3131 if (gdth_from_wait) {
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003132 *pIndex = (int)IStatus;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003133 }
3134
3135 if (IStatus == ASYNCINDEX) {
3136 TRACE2(("gdth_interrupt() async. event\n"));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003137 gdth_async_event(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 if (!gdth_polling)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003139 spin_unlock_irqrestore(&ha->smp_lock, flags);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003140 gdth_next(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141 return IRQ_HANDLED;
3142 }
3143
3144 if (IStatus == SPEZINDEX) {
3145 TRACE2(("Service unknown or not initialized !\n"));
3146 ha->dvr.size = sizeof(ha->dvr.eu.driver);
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003147 ha->dvr.eu.driver.ionode = ha->hanum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003148 gdth_store_event(ha, ES_DRIVER, 4, &ha->dvr);
3149 if (!gdth_polling)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003150 spin_unlock_irqrestore(&ha->smp_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151 return IRQ_HANDLED;
3152 }
3153 scp = ha->cmd_tab[IStatus-2].cmnd;
3154 Service = ha->cmd_tab[IStatus-2].service;
3155 ha->cmd_tab[IStatus-2].cmnd = UNUSED_CMND;
3156 if (scp == UNUSED_CMND) {
3157 TRACE2(("gdth_interrupt() index to unused command (%d)\n",IStatus));
3158 ha->dvr.size = sizeof(ha->dvr.eu.driver);
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003159 ha->dvr.eu.driver.ionode = ha->hanum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003160 ha->dvr.eu.driver.index = IStatus;
3161 gdth_store_event(ha, ES_DRIVER, 1, &ha->dvr);
3162 if (!gdth_polling)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003163 spin_unlock_irqrestore(&ha->smp_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003164 return IRQ_HANDLED;
3165 }
3166 if (scp == INTERNAL_CMND) {
3167 TRACE(("gdth_interrupt() answer to internal command\n"));
3168 if (!gdth_polling)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003169 spin_unlock_irqrestore(&ha->smp_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170 return IRQ_HANDLED;
3171 }
3172
3173 TRACE(("gdth_interrupt() sync. status\n"));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003174 rval = gdth_sync_event(ha,Service,IStatus,scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175 if (!gdth_polling)
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003176 spin_unlock_irqrestore(&ha->smp_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003177 if (rval == 2) {
Boaz Harroshf842b642007-10-02 23:16:01 +02003178 gdth_putq(ha, scp, gdth_cmnd_priv(scp)->priority);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003179 } else if (rval == 1) {
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02003180 gdth_scsi_done(scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181 }
3182
3183#ifdef INT_COAL
3184 if (coalesced) {
3185 /* go to the next status in the status buffer */
3186 ++pcs;
3187#ifdef GDTH_STATISTICS
3188 ++act_int_coal;
3189 if (act_int_coal > max_int_coal) {
3190 max_int_coal = act_int_coal;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003191 printk("GDT: max_int_coal = %d\n",(u16)max_int_coal);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192 }
3193#endif
3194 /* see if there is another status */
3195 if (pcs->status == 0)
3196 /* Stop the coalesce loop */
3197 next = FALSE;
3198 }
3199 } while (next);
3200
3201 /* coalescing only for new GDT_PCIMPR controllers available */
3202 if (ha->type == GDT_PCIMPR && coalesced) {
Jeff Garzika52667f2007-10-02 22:55:53 +02003203 writeb(0xff, &dp6m_ptr->i960r.edoor_reg);
3204 writeb(0, &dp6m_ptr->i960r.sema1_reg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205 }
3206#endif
3207
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003208 gdth_next(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209 return IRQ_HANDLED;
3210}
3211
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003212static irqreturn_t gdth_interrupt(int irq, void *dev_id)
3213{
Jeff Garzik230e8862007-12-13 16:14:12 -08003214 gdth_ha_str *ha = dev_id;
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003215
Jeff Garzik230e8862007-12-13 16:14:12 -08003216 return __gdth_interrupt(ha, false, NULL);
Boaz Harrosh10e1b4b2007-10-02 23:08:10 +02003217}
3218
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003219static int gdth_sync_event(gdth_ha_str *ha, int service, u8 index,
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003220 Scsi_Cmnd *scp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222 gdth_msg_str *msg;
3223 gdth_cmd_str *cmdp;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003224 u8 b, t;
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02003225 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003226
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227 cmdp = ha->pccb;
3228 TRACE(("gdth_sync_event() serv %d status %d\n",
3229 service,ha->status));
3230
3231 if (service == SCREENSERVICE) {
3232 msg = ha->pmsg;
3233 TRACE(("len: %d, answer: %d, ext: %d, alen: %d\n",
3234 msg->msg_len,msg->msg_answer,msg->msg_ext,msg->msg_alen));
3235 if (msg->msg_len > MSGLEN+1)
3236 msg->msg_len = MSGLEN+1;
3237 if (msg->msg_len)
3238 if (!(msg->msg_answer && msg->msg_ext)) {
3239 msg->msg_text[msg->msg_len] = '\0';
3240 printk("%s",msg->msg_text);
3241 }
3242
3243 if (msg->msg_ext && !msg->msg_answer) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003244 while (gdth_test_busy(ha))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245 gdth_delay(0);
3246 cmdp->Service = SCREENSERVICE;
3247 cmdp->RequestBuffer = SCREEN_CMND;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003248 gdth_get_cmd_index(ha);
3249 gdth_set_sema0(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250 cmdp->OpCode = GDT_READ;
3251 cmdp->BoardNode = LOCALBOARD;
3252 cmdp->u.screen.reserved = 0;
3253 cmdp->u.screen.su.msg.msg_handle= msg->msg_handle;
3254 cmdp->u.screen.su.msg.msg_addr = ha->msg_phys;
3255 ha->cmd_offs_dpmem = 0;
3256 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr)
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003257 + sizeof(u64);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003258 ha->cmd_cnt = 0;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003259 gdth_copy_command(ha);
3260 gdth_release_event(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003261 return 0;
3262 }
3263
3264 if (msg->msg_answer && msg->msg_alen) {
3265 /* default answers (getchar() not possible) */
3266 if (msg->msg_alen == 1) {
3267 msg->msg_alen = 0;
3268 msg->msg_len = 1;
3269 msg->msg_text[0] = 0;
3270 } else {
3271 msg->msg_alen -= 2;
3272 msg->msg_len = 2;
3273 msg->msg_text[0] = 1;
3274 msg->msg_text[1] = 0;
3275 }
3276 msg->msg_ext = 0;
3277 msg->msg_answer = 0;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003278 while (gdth_test_busy(ha))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003279 gdth_delay(0);
3280 cmdp->Service = SCREENSERVICE;
3281 cmdp->RequestBuffer = SCREEN_CMND;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003282 gdth_get_cmd_index(ha);
3283 gdth_set_sema0(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284 cmdp->OpCode = GDT_WRITE;
3285 cmdp->BoardNode = LOCALBOARD;
3286 cmdp->u.screen.reserved = 0;
3287 cmdp->u.screen.su.msg.msg_handle= msg->msg_handle;
3288 cmdp->u.screen.su.msg.msg_addr = ha->msg_phys;
3289 ha->cmd_offs_dpmem = 0;
3290 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr)
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003291 + sizeof(u64);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292 ha->cmd_cnt = 0;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003293 gdth_copy_command(ha);
3294 gdth_release_event(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295 return 0;
3296 }
3297 printk("\n");
3298
3299 } else {
Christoph Hellwig52759e62007-10-02 22:59:53 +02003300 b = scp->device->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301 t = scp->device->id;
Boaz Harroshf842b642007-10-02 23:16:01 +02003302 if (cmndinfo->OpCode == -1 && b != ha->virt_bus) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303 ha->raw[BUS_L2P(ha,b)].io_cnt[t]--;
3304 }
3305 /* cache or raw service */
3306 if (ha->status == S_BSY) {
3307 TRACE2(("Controller busy -> retry !\n"));
Boaz Harroshf842b642007-10-02 23:16:01 +02003308 if (cmndinfo->OpCode == GDT_MOUNT)
3309 cmndinfo->OpCode = GDT_CLUST_INFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003310 /* retry */
3311 return 2;
3312 }
Boaz Harroshd35055a2008-02-27 15:31:20 -08003313 if (scsi_bufflen(scp))
3314 pci_unmap_sg(ha->pdev, scsi_sglist(scp), scsi_sg_count(scp),
Boaz Harrosh3892d882007-10-02 23:18:03 +02003315 cmndinfo->dma_dir);
3316
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02003317 if (cmndinfo->sense_paddr)
3318 pci_unmap_page(ha->pdev, cmndinfo->sense_paddr, 16,
3319 PCI_DMA_FROMDEVICE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320
3321 if (ha->status == S_OK) {
Boaz Harroshf842b642007-10-02 23:16:01 +02003322 cmndinfo->status = S_OK;
3323 cmndinfo->info = ha->info;
3324 if (cmndinfo->OpCode != -1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003325 TRACE2(("gdth_sync_event(): special cmd 0x%x OK\n",
Boaz Harroshf842b642007-10-02 23:16:01 +02003326 cmndinfo->OpCode));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003327 /* special commands GDT_CLUST_INFO/GDT_MOUNT ? */
Boaz Harroshf842b642007-10-02 23:16:01 +02003328 if (cmndinfo->OpCode == GDT_CLUST_INFO) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003329 ha->hdr[t].cluster_type = (u8)ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003330 if (!(ha->hdr[t].cluster_type &
3331 CLUSTER_MOUNTED)) {
3332 /* NOT MOUNTED -> MOUNT */
Boaz Harroshf842b642007-10-02 23:16:01 +02003333 cmndinfo->OpCode = GDT_MOUNT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334 if (ha->hdr[t].cluster_type &
3335 CLUSTER_RESERVED) {
3336 /* cluster drive RESERVED (on the other node) */
Boaz Harroshf842b642007-10-02 23:16:01 +02003337 cmndinfo->phase = -2; /* reservation conflict */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338 }
3339 } else {
Boaz Harroshf842b642007-10-02 23:16:01 +02003340 cmndinfo->OpCode = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003341 }
3342 } else {
Boaz Harroshf842b642007-10-02 23:16:01 +02003343 if (cmndinfo->OpCode == GDT_MOUNT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003344 ha->hdr[t].cluster_type |= CLUSTER_MOUNTED;
3345 ha->hdr[t].media_changed = TRUE;
Boaz Harroshf842b642007-10-02 23:16:01 +02003346 } else if (cmndinfo->OpCode == GDT_UNMOUNT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003347 ha->hdr[t].cluster_type &= ~CLUSTER_MOUNTED;
3348 ha->hdr[t].media_changed = TRUE;
3349 }
Boaz Harroshf842b642007-10-02 23:16:01 +02003350 cmndinfo->OpCode = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351 }
3352 /* retry */
Boaz Harroshf842b642007-10-02 23:16:01 +02003353 cmndinfo->priority = HIGH_PRI;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354 return 2;
3355 } else {
3356 /* RESERVE/RELEASE ? */
3357 if (scp->cmnd[0] == RESERVE) {
3358 ha->hdr[t].cluster_type |= CLUSTER_RESERVED;
3359 } else if (scp->cmnd[0] == RELEASE) {
3360 ha->hdr[t].cluster_type &= ~CLUSTER_RESERVED;
3361 }
3362 scp->result = DID_OK << 16;
3363 scp->sense_buffer[0] = 0;
3364 }
3365 } else {
Boaz Harroshf842b642007-10-02 23:16:01 +02003366 cmndinfo->status = ha->status;
3367 cmndinfo->info = ha->info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368
Boaz Harroshf842b642007-10-02 23:16:01 +02003369 if (cmndinfo->OpCode != -1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370 TRACE2(("gdth_sync_event(): special cmd 0x%x error 0x%x\n",
Boaz Harroshf842b642007-10-02 23:16:01 +02003371 cmndinfo->OpCode, ha->status));
3372 if (cmndinfo->OpCode == GDT_SCAN_START ||
3373 cmndinfo->OpCode == GDT_SCAN_END) {
3374 cmndinfo->OpCode = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375 /* retry */
Boaz Harroshf842b642007-10-02 23:16:01 +02003376 cmndinfo->priority = HIGH_PRI;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003377 return 2;
3378 }
3379 memset((char*)scp->sense_buffer,0,16);
3380 scp->sense_buffer[0] = 0x70;
3381 scp->sense_buffer[2] = NOT_READY;
3382 scp->result = (DID_OK << 16) | (CHECK_CONDITION << 1);
3383 } else if (service == CACHESERVICE) {
3384 if (ha->status == S_CACHE_UNKNOWN &&
3385 (ha->hdr[t].cluster_type &
3386 CLUSTER_RESERVE_STATE) == CLUSTER_RESERVE_STATE) {
3387 /* bus reset -> force GDT_CLUST_INFO */
3388 ha->hdr[t].cluster_type &= ~CLUSTER_RESERVED;
3389 }
3390 memset((char*)scp->sense_buffer,0,16);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003391 if (ha->status == (u16)S_CACHE_RESERV) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392 scp->result = (DID_OK << 16) | (RESERVATION_CONFLICT << 1);
3393 } else {
3394 scp->sense_buffer[0] = 0x70;
3395 scp->sense_buffer[2] = NOT_READY;
3396 scp->result = (DID_OK << 16) | (CHECK_CONDITION << 1);
3397 }
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02003398 if (!cmndinfo->internal_command) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003399 ha->dvr.size = sizeof(ha->dvr.eu.sync);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003400 ha->dvr.eu.sync.ionode = ha->hanum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401 ha->dvr.eu.sync.service = service;
3402 ha->dvr.eu.sync.status = ha->status;
3403 ha->dvr.eu.sync.info = ha->info;
3404 ha->dvr.eu.sync.hostdrive = t;
3405 if (ha->status >= 0x8000)
3406 gdth_store_event(ha, ES_SYNC, 0, &ha->dvr);
3407 else
3408 gdth_store_event(ha, ES_SYNC, service, &ha->dvr);
3409 }
3410 } else {
3411 /* sense buffer filled from controller firmware (DMA) */
3412 if (ha->status != S_RAW_SCSI || ha->info >= 0x100) {
3413 scp->result = DID_BAD_TARGET << 16;
3414 } else {
3415 scp->result = (DID_OK << 16) | ha->info;
3416 }
3417 }
3418 }
Boaz Harroshf842b642007-10-02 23:16:01 +02003419 if (!cmndinfo->wait_for_completion)
3420 cmndinfo->wait_for_completion++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003421 else
3422 return 1;
3423 }
3424
3425 return 0;
3426}
3427
3428static char *async_cache_tab[] = {
3429/* 0*/ "\011\000\002\002\002\004\002\006\004"
3430 "GDT HA %u, service %u, async. status %u/%lu unknown",
3431/* 1*/ "\011\000\002\002\002\004\002\006\004"
3432 "GDT HA %u, service %u, async. status %u/%lu unknown",
3433/* 2*/ "\005\000\002\006\004"
3434 "GDT HA %u, Host Drive %lu not ready",
3435/* 3*/ "\005\000\002\006\004"
3436 "GDT HA %u, Host Drive %lu: REASSIGN not successful and/or data error on reassigned blocks. Drive may crash in the future and should be replaced",
3437/* 4*/ "\005\000\002\006\004"
3438 "GDT HA %u, mirror update on Host Drive %lu failed",
3439/* 5*/ "\005\000\002\006\004"
3440 "GDT HA %u, Mirror Drive %lu failed",
3441/* 6*/ "\005\000\002\006\004"
3442 "GDT HA %u, Mirror Drive %lu: REASSIGN not successful and/or data error on reassigned blocks. Drive may crash in the future and should be replaced",
3443/* 7*/ "\005\000\002\006\004"
3444 "GDT HA %u, Host Drive %lu write protected",
3445/* 8*/ "\005\000\002\006\004"
3446 "GDT HA %u, media changed in Host Drive %lu",
3447/* 9*/ "\005\000\002\006\004"
3448 "GDT HA %u, Host Drive %lu is offline",
3449/*10*/ "\005\000\002\006\004"
3450 "GDT HA %u, media change of Mirror Drive %lu",
3451/*11*/ "\005\000\002\006\004"
3452 "GDT HA %u, Mirror Drive %lu is write protected",
3453/*12*/ "\005\000\002\006\004"
3454 "GDT HA %u, general error on Host Drive %lu. Please check the devices of this drive!",
3455/*13*/ "\007\000\002\006\002\010\002"
3456 "GDT HA %u, Array Drive %u: Cache Drive %u failed",
3457/*14*/ "\005\000\002\006\002"
3458 "GDT HA %u, Array Drive %u: FAIL state entered",
3459/*15*/ "\005\000\002\006\002"
3460 "GDT HA %u, Array Drive %u: error",
3461/*16*/ "\007\000\002\006\002\010\002"
3462 "GDT HA %u, Array Drive %u: failed drive replaced by Cache Drive %u",
3463/*17*/ "\005\000\002\006\002"
3464 "GDT HA %u, Array Drive %u: parity build failed",
3465/*18*/ "\005\000\002\006\002"
3466 "GDT HA %u, Array Drive %u: drive rebuild failed",
3467/*19*/ "\005\000\002\010\002"
3468 "GDT HA %u, Test of Hot Fix %u failed",
3469/*20*/ "\005\000\002\006\002"
3470 "GDT HA %u, Array Drive %u: drive build finished successfully",
3471/*21*/ "\005\000\002\006\002"
3472 "GDT HA %u, Array Drive %u: drive rebuild finished successfully",
3473/*22*/ "\007\000\002\006\002\010\002"
3474 "GDT HA %u, Array Drive %u: Hot Fix %u activated",
3475/*23*/ "\005\000\002\006\002"
3476 "GDT HA %u, Host Drive %u: processing of i/o aborted due to serious drive error",
3477/*24*/ "\005\000\002\010\002"
3478 "GDT HA %u, mirror update on Cache Drive %u completed",
3479/*25*/ "\005\000\002\010\002"
3480 "GDT HA %u, mirror update on Cache Drive %lu failed",
3481/*26*/ "\005\000\002\006\002"
3482 "GDT HA %u, Array Drive %u: drive rebuild started",
3483/*27*/ "\005\000\002\012\001"
3484 "GDT HA %u, Fault bus %u: SHELF OK detected",
3485/*28*/ "\005\000\002\012\001"
3486 "GDT HA %u, Fault bus %u: SHELF not OK detected",
3487/*29*/ "\007\000\002\012\001\013\001"
3488 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug started",
3489/*30*/ "\007\000\002\012\001\013\001"
3490 "GDT HA %u, Fault bus %u, ID %u: new disk detected",
3491/*31*/ "\007\000\002\012\001\013\001"
3492 "GDT HA %u, Fault bus %u, ID %u: old disk detected",
3493/*32*/ "\007\000\002\012\001\013\001"
3494 "GDT HA %u, Fault bus %u, ID %u: plugging an active disk is invalid",
3495/*33*/ "\007\000\002\012\001\013\001"
3496 "GDT HA %u, Fault bus %u, ID %u: invalid device detected",
3497/*34*/ "\011\000\002\012\001\013\001\006\004"
3498 "GDT HA %u, Fault bus %u, ID %u: insufficient disk capacity (%lu MB required)",
3499/*35*/ "\007\000\002\012\001\013\001"
3500 "GDT HA %u, Fault bus %u, ID %u: disk write protected",
3501/*36*/ "\007\000\002\012\001\013\001"
3502 "GDT HA %u, Fault bus %u, ID %u: disk not available",
3503/*37*/ "\007\000\002\012\001\006\004"
3504 "GDT HA %u, Fault bus %u: swap detected (%lu)",
3505/*38*/ "\007\000\002\012\001\013\001"
3506 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug finished successfully",
3507/*39*/ "\007\000\002\012\001\013\001"
3508 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug aborted due to user Hot Plug",
3509/*40*/ "\007\000\002\012\001\013\001"
3510 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug aborted",
3511/*41*/ "\007\000\002\012\001\013\001"
3512 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug for Hot Fix started",
3513/*42*/ "\005\000\002\006\002"
3514 "GDT HA %u, Array Drive %u: drive build started",
3515/*43*/ "\003\000\002"
3516 "GDT HA %u, DRAM parity error detected",
3517/*44*/ "\005\000\002\006\002"
3518 "GDT HA %u, Mirror Drive %u: update started",
3519/*45*/ "\007\000\002\006\002\010\002"
3520 "GDT HA %u, Mirror Drive %u: Hot Fix %u activated",
3521/*46*/ "\005\000\002\006\002"
3522 "GDT HA %u, Array Drive %u: no matching Pool Hot Fix Drive available",
3523/*47*/ "\005\000\002\006\002"
3524 "GDT HA %u, Array Drive %u: Pool Hot Fix Drive available",
3525/*48*/ "\005\000\002\006\002"
3526 "GDT HA %u, Mirror Drive %u: no matching Pool Hot Fix Drive available",
3527/*49*/ "\005\000\002\006\002"
3528 "GDT HA %u, Mirror Drive %u: Pool Hot Fix Drive available",
3529/*50*/ "\007\000\002\012\001\013\001"
3530 "GDT HA %u, SCSI bus %u, ID %u: IGNORE_WIDE_RESIDUE message received",
3531/*51*/ "\005\000\002\006\002"
3532 "GDT HA %u, Array Drive %u: expand started",
3533/*52*/ "\005\000\002\006\002"
3534 "GDT HA %u, Array Drive %u: expand finished successfully",
3535/*53*/ "\005\000\002\006\002"
3536 "GDT HA %u, Array Drive %u: expand failed",
3537/*54*/ "\003\000\002"
3538 "GDT HA %u, CPU temperature critical",
3539/*55*/ "\003\000\002"
3540 "GDT HA %u, CPU temperature OK",
3541/*56*/ "\005\000\002\006\004"
3542 "GDT HA %u, Host drive %lu created",
3543/*57*/ "\005\000\002\006\002"
3544 "GDT HA %u, Array Drive %u: expand restarted",
3545/*58*/ "\005\000\002\006\002"
3546 "GDT HA %u, Array Drive %u: expand stopped",
3547/*59*/ "\005\000\002\010\002"
3548 "GDT HA %u, Mirror Drive %u: drive build quited",
3549/*60*/ "\005\000\002\006\002"
3550 "GDT HA %u, Array Drive %u: parity build quited",
3551/*61*/ "\005\000\002\006\002"
3552 "GDT HA %u, Array Drive %u: drive rebuild quited",
3553/*62*/ "\005\000\002\006\002"
3554 "GDT HA %u, Array Drive %u: parity verify started",
3555/*63*/ "\005\000\002\006\002"
3556 "GDT HA %u, Array Drive %u: parity verify done",
3557/*64*/ "\005\000\002\006\002"
3558 "GDT HA %u, Array Drive %u: parity verify failed",
3559/*65*/ "\005\000\002\006\002"
3560 "GDT HA %u, Array Drive %u: parity error detected",
3561/*66*/ "\005\000\002\006\002"
3562 "GDT HA %u, Array Drive %u: parity verify quited",
3563/*67*/ "\005\000\002\006\002"
3564 "GDT HA %u, Host Drive %u reserved",
3565/*68*/ "\005\000\002\006\002"
3566 "GDT HA %u, Host Drive %u mounted and released",
3567/*69*/ "\005\000\002\006\002"
3568 "GDT HA %u, Host Drive %u released",
3569/*70*/ "\003\000\002"
3570 "GDT HA %u, DRAM error detected and corrected with ECC",
3571/*71*/ "\003\000\002"
3572 "GDT HA %u, Uncorrectable DRAM error detected with ECC",
3573/*72*/ "\011\000\002\012\001\013\001\014\001"
3574 "GDT HA %u, SCSI bus %u, ID %u, LUN %u: reassigning block",
3575/*73*/ "\005\000\002\006\002"
3576 "GDT HA %u, Host drive %u resetted locally",
3577/*74*/ "\005\000\002\006\002"
3578 "GDT HA %u, Host drive %u resetted remotely",
3579/*75*/ "\003\000\002"
3580 "GDT HA %u, async. status 75 unknown",
3581};
3582
3583
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003584static int gdth_async_event(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003586 gdth_cmd_str *cmdp;
3587 int cmd_index;
3588
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589 cmdp= ha->pccb;
3590 TRACE2(("gdth_async_event() ha %d serv %d\n",
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003591 ha->hanum, ha->service));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592
3593 if (ha->service == SCREENSERVICE) {
3594 if (ha->status == MSG_REQUEST) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003595 while (gdth_test_busy(ha))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596 gdth_delay(0);
3597 cmdp->Service = SCREENSERVICE;
3598 cmdp->RequestBuffer = SCREEN_CMND;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003599 cmd_index = gdth_get_cmd_index(ha);
3600 gdth_set_sema0(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601 cmdp->OpCode = GDT_READ;
3602 cmdp->BoardNode = LOCALBOARD;
3603 cmdp->u.screen.reserved = 0;
3604 cmdp->u.screen.su.msg.msg_handle= MSG_INV_HANDLE;
3605 cmdp->u.screen.su.msg.msg_addr = ha->msg_phys;
3606 ha->cmd_offs_dpmem = 0;
3607 ha->cmd_len = GDTOFFSOF(gdth_cmd_str,u.screen.su.msg.msg_addr)
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003608 + sizeof(u64);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609 ha->cmd_cnt = 0;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003610 gdth_copy_command(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003611 if (ha->type == GDT_EISA)
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003612 printk("[EISA slot %d] ",(u16)ha->brd_phys);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613 else if (ha->type == GDT_ISA)
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003614 printk("[DPMEM 0x%4X] ",(u16)ha->brd_phys);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615 else
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003616 printk("[PCI %d/%d] ",(u16)(ha->brd_phys>>8),
3617 (u16)((ha->brd_phys>>3)&0x1f));
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003618 gdth_release_event(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619 }
3620
3621 } else {
3622 if (ha->type == GDT_PCIMPR &&
3623 (ha->fw_vers & 0xff) >= 0x1a) {
3624 ha->dvr.size = 0;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003625 ha->dvr.eu.async.ionode = ha->hanum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626 ha->dvr.eu.async.status = ha->status;
3627 /* severity and event_string already set! */
3628 } else {
3629 ha->dvr.size = sizeof(ha->dvr.eu.async);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003630 ha->dvr.eu.async.ionode = ha->hanum;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003631 ha->dvr.eu.async.service = ha->service;
3632 ha->dvr.eu.async.status = ha->status;
3633 ha->dvr.eu.async.info = ha->info;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003634 *(u32 *)ha->dvr.eu.async.scsi_coord = ha->info2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003635 }
3636 gdth_store_event( ha, ES_ASYNC, ha->service, &ha->dvr );
3637 gdth_log_event( &ha->dvr, NULL );
3638
3639 /* new host drive from expand? */
3640 if (ha->service == CACHESERVICE && ha->status == 56) {
3641 TRACE2(("gdth_async_event(): new host drive %d created\n",
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003642 (u16)ha->info));
3643 /* gdth_analyse_hdrive(hanum, (u16)ha->info); */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003644 }
3645 }
3646 return 1;
3647}
3648
3649static void gdth_log_event(gdth_evt_data *dvr, char *buffer)
3650{
3651 gdth_stackframe stack;
3652 char *f = NULL;
3653 int i,j;
3654
3655 TRACE2(("gdth_log_event()\n"));
3656 if (dvr->size == 0) {
3657 if (buffer == NULL) {
3658 printk("Adapter %d: %s\n",dvr->eu.async.ionode,dvr->event_string);
3659 } else {
3660 sprintf(buffer,"Adapter %d: %s\n",
3661 dvr->eu.async.ionode,dvr->event_string);
3662 }
3663 } else if (dvr->eu.async.service == CACHESERVICE &&
3664 INDEX_OK(dvr->eu.async.status, async_cache_tab)) {
3665 TRACE2(("GDT: Async. event cache service, event no.: %d\n",
3666 dvr->eu.async.status));
3667
3668 f = async_cache_tab[dvr->eu.async.status];
3669
3670 /* i: parameter to push, j: stack element to fill */
3671 for (j=0,i=1; i < f[0]; i+=2) {
3672 switch (f[i+1]) {
3673 case 4:
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003674 stack.b[j++] = *(u32*)&dvr->eu.stream[(int)f[i]];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 break;
3676 case 2:
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003677 stack.b[j++] = *(u16*)&dvr->eu.stream[(int)f[i]];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678 break;
3679 case 1:
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003680 stack.b[j++] = *(u8*)&dvr->eu.stream[(int)f[i]];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681 break;
3682 default:
3683 break;
3684 }
3685 }
3686
3687 if (buffer == NULL) {
3688 printk(&f[(int)f[0]],stack);
3689 printk("\n");
3690 } else {
3691 sprintf(buffer,&f[(int)f[0]],stack);
3692 }
3693
3694 } else {
3695 if (buffer == NULL) {
3696 printk("GDT HA %u, Unknown async. event service %d event no. %d\n",
3697 dvr->eu.async.ionode,dvr->eu.async.service,dvr->eu.async.status);
3698 } else {
3699 sprintf(buffer,"GDT HA %u, Unknown async. event service %d event no. %d",
3700 dvr->eu.async.ionode,dvr->eu.async.service,dvr->eu.async.status);
3701 }
3702 }
3703}
3704
3705#ifdef GDTH_STATISTICS
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003706static u8 gdth_timer_running;
James Bottomley2d6f0d02008-05-04 22:34:49 -05003707
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003708static void gdth_timeout(unsigned long data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709{
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003710 u32 i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711 Scsi_Cmnd *nscp;
3712 gdth_ha_str *ha;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003713 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003714
James Bottomley2d6f0d02008-05-04 22:34:49 -05003715 if(unlikely(list_empty(&gdth_instances))) {
3716 gdth_timer_running = 0;
3717 return;
3718 }
Boaz Harroshb31ddd32008-02-27 15:27:16 -08003719
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02003720 ha = list_first_entry(&gdth_instances, gdth_ha_str, list);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721 spin_lock_irqsave(&ha->smp_lock, flags);
3722
3723 for (act_stats=0,i=0; i<GDTH_MAXCMDS; ++i)
3724 if (ha->cmd_tab[i].cmnd != UNUSED_CMND)
3725 ++act_stats;
3726
3727 for (act_rq=0,nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr)
3728 ++act_rq;
3729
3730 TRACE2(("gdth_to(): ints %d, ios %d, act_stats %d, act_rq %d\n",
3731 act_ints, act_ios, act_stats, act_rq));
3732 act_ints = act_ios = 0;
3733
3734 gdth_timer.expires = jiffies + 30 * HZ;
3735 add_timer(&gdth_timer);
3736 spin_unlock_irqrestore(&ha->smp_lock, flags);
3737}
James Bottomley2d6f0d02008-05-04 22:34:49 -05003738
3739static void gdth_timer_init(void)
3740{
3741 if (gdth_timer_running)
3742 return;
3743 gdth_timer_running = 1;
3744 TRACE2(("gdth_detect(): Initializing timer !\n"));
3745 gdth_timer.expires = jiffies + HZ;
3746 gdth_timer.data = 0L;
3747 gdth_timer.function = gdth_timeout;
3748 add_timer(&gdth_timer);
3749}
3750#else
3751static inline void gdth_timer_init(void)
3752{
3753}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754#endif
3755
8e879042005-04-17 15:28:39 -05003756static void __init internal_setup(char *str,int *ints)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757{
3758 int i, argc;
3759 char *cur_str, *argv;
3760
3761 TRACE2(("internal_setup() str %s ints[0] %d\n",
3762 str ? str:"NULL", ints ? ints[0]:0));
3763
3764 /* read irq[] from ints[] */
3765 if (ints) {
3766 argc = ints[0];
3767 if (argc > 0) {
3768 if (argc > MAXHA)
3769 argc = MAXHA;
3770 for (i = 0; i < argc; ++i)
3771 irq[i] = ints[i+1];
3772 }
3773 }
3774
3775 /* analyse string */
3776 argv = str;
3777 while (argv && (cur_str = strchr(argv, ':'))) {
3778 int val = 0, c = *++cur_str;
3779
3780 if (c == 'n' || c == 'N')
3781 val = 0;
3782 else if (c == 'y' || c == 'Y')
3783 val = 1;
3784 else
3785 val = (int)simple_strtoul(cur_str, NULL, 0);
3786
3787 if (!strncmp(argv, "disable:", 8))
3788 disable = val;
3789 else if (!strncmp(argv, "reserve_mode:", 13))
3790 reserve_mode = val;
3791 else if (!strncmp(argv, "reverse_scan:", 13))
3792 reverse_scan = val;
3793 else if (!strncmp(argv, "hdr_channel:", 12))
3794 hdr_channel = val;
3795 else if (!strncmp(argv, "max_ids:", 8))
3796 max_ids = val;
3797 else if (!strncmp(argv, "rescan:", 7))
3798 rescan = val;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799 else if (!strncmp(argv, "shared_access:", 14))
3800 shared_access = val;
3801 else if (!strncmp(argv, "probe_eisa_isa:", 15))
3802 probe_eisa_isa = val;
3803 else if (!strncmp(argv, "reserve_list:", 13)) {
3804 reserve_list[0] = val;
3805 for (i = 1; i < MAX_RES_ARGS; i++) {
3806 cur_str = strchr(cur_str, ',');
3807 if (!cur_str)
3808 break;
3809 if (!isdigit((int)*++cur_str)) {
3810 --cur_str;
3811 break;
3812 }
3813 reserve_list[i] =
3814 (int)simple_strtoul(cur_str, NULL, 0);
3815 }
3816 if (!cur_str)
3817 break;
3818 argv = ++cur_str;
3819 continue;
3820 }
3821
3822 if ((argv = strchr(argv, ',')))
3823 ++argv;
3824 }
3825}
3826
3827int __init option_setup(char *str)
3828{
3829 int ints[MAXHA];
3830 char *cur = str;
3831 int i = 1;
3832
3833 TRACE2(("option_setup() str %s\n", str ? str:"NULL"));
3834
Roel Kluin6ce00ca2010-03-11 14:09:35 -08003835 while (cur && isdigit(*cur) && i < MAXHA) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003836 ints[i++] = simple_strtoul(cur, NULL, 0);
3837 if ((cur = strchr(cur, ',')) != NULL) cur++;
3838 }
3839
3840 ints[0] = i - 1;
3841 internal_setup(cur, ints);
3842 return 1;
3843}
3844
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003845static const char *gdth_ctr_name(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847 TRACE2(("gdth_ctr_name()\n"));
3848
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849 if (ha->type == GDT_EISA) {
3850 switch (ha->stype) {
3851 case GDT3_ID:
3852 return("GDT3000/3020");
3853 case GDT3A_ID:
3854 return("GDT3000A/3020A/3050A");
3855 case GDT3B_ID:
3856 return("GDT3000B/3010A");
3857 }
3858 } else if (ha->type == GDT_ISA) {
3859 return("GDT2000/2020");
3860 } else if (ha->type == GDT_PCI) {
Jeff Garzik8e9a8a02007-07-17 05:25:17 -04003861 switch (ha->pdev->device) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862 case PCI_DEVICE_ID_VORTEX_GDT60x0:
3863 return("GDT6000/6020/6050");
3864 case PCI_DEVICE_ID_VORTEX_GDT6000B:
3865 return("GDT6000B/6010");
3866 }
3867 }
3868 /* new controllers (GDT_PCINEW, GDT_PCIMPR, ..) use board_info IOCTL! */
3869
3870 return("");
3871}
3872
8e879042005-04-17 15:28:39 -05003873static const char *gdth_info(struct Scsi_Host *shp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003874{
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003875 gdth_ha_str *ha = shost_priv(shp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876
3877 TRACE2(("gdth_info()\n"));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878 return ((const char *)ha->binfo.type_string);
3879}
3880
Jens Axboe242f9dc2008-09-14 05:55:09 -07003881static enum blk_eh_timer_return gdth_timed_out(struct scsi_cmnd *scp)
3882{
3883 gdth_ha_str *ha = shost_priv(scp->device->host);
3884 struct gdth_cmndinfo *cmndinfo = gdth_cmnd_priv(scp);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003885 u8 b, t;
3886 unsigned long flags;
Jens Axboe242f9dc2008-09-14 05:55:09 -07003887 enum blk_eh_timer_return retval = BLK_EH_NOT_HANDLED;
3888
3889 TRACE(("%s() cmd 0x%x\n", scp->cmnd[0], __func__));
3890 b = scp->device->channel;
3891 t = scp->device->id;
3892
3893 /*
3894 * We don't really honor the command timeout, but we try to
3895 * honor 6 times of the actual command timeout! So reset the
3896 * timer if this is less than 6th timeout on this command!
3897 */
3898 if (++cmndinfo->timeout_count < 6)
3899 retval = BLK_EH_RESET_TIMER;
3900
3901 /* Reset the timeout if it is locked IO */
3902 spin_lock_irqsave(&ha->smp_lock, flags);
3903 if ((b != ha->virt_bus && ha->raw[BUS_L2P(ha, b)].lock) ||
3904 (b == ha->virt_bus && t < MAX_HDRIVES && ha->hdr[t].lock)) {
3905 TRACE2(("%s(): locked IO, reset timeout\n", __func__));
3906 retval = BLK_EH_RESET_TIMER;
3907 }
3908 spin_unlock_irqrestore(&ha->smp_lock, flags);
3909
3910 return retval;
3911}
3912
3913
8e879042005-04-17 15:28:39 -05003914static int gdth_eh_bus_reset(Scsi_Cmnd *scp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915{
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003916 gdth_ha_str *ha = shost_priv(scp->device->host);
3917 int i;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003918 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919 Scsi_Cmnd *cmnd;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003920 u8 b;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003921
3922 TRACE2(("gdth_eh_bus_reset()\n"));
3923
Christoph Hellwig52759e62007-10-02 22:59:53 +02003924 b = scp->device->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925
3926 /* clear command tab */
3927 spin_lock_irqsave(&ha->smp_lock, flags);
3928 for (i = 0; i < GDTH_MAXCMDS; ++i) {
3929 cmnd = ha->cmd_tab[i].cmnd;
3930 if (!SPECIAL_SCP(cmnd) && cmnd->device->channel == b)
3931 ha->cmd_tab[i].cmnd = UNUSED_CMND;
3932 }
3933 spin_unlock_irqrestore(&ha->smp_lock, flags);
3934
3935 if (b == ha->virt_bus) {
3936 /* host drives */
3937 for (i = 0; i < MAX_HDRIVES; ++i) {
3938 if (ha->hdr[i].present) {
3939 spin_lock_irqsave(&ha->smp_lock, flags);
3940 gdth_polling = TRUE;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003941 while (gdth_test_busy(ha))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942 gdth_delay(0);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003943 if (gdth_internal_cmd(ha, CACHESERVICE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944 GDT_CLUST_RESET, i, 0, 0))
3945 ha->hdr[i].cluster_type &= ~CLUSTER_RESERVED;
3946 gdth_polling = FALSE;
3947 spin_unlock_irqrestore(&ha->smp_lock, flags);
3948 }
3949 }
3950 } else {
3951 /* raw devices */
3952 spin_lock_irqsave(&ha->smp_lock, flags);
3953 for (i = 0; i < MAXID; ++i)
3954 ha->raw[BUS_L2P(ha,b)].io_cnt[i] = 0;
3955 gdth_polling = TRUE;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003956 while (gdth_test_busy(ha))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957 gdth_delay(0);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003958 gdth_internal_cmd(ha, SCSIRAWSERVICE, GDT_RESET_BUS,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959 BUS_L2P(ha,b), 0, 0);
3960 gdth_polling = FALSE;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07003961 spin_unlock_irqrestore(&ha->smp_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962 }
3963 return SUCCESS;
3964}
3965
8e879042005-04-17 15:28:39 -05003966static int gdth_bios_param(struct scsi_device *sdev,struct block_device *bdev,sector_t cap,int *ip)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003967{
Dave Jones1fe6dbf2010-01-04 10:19:34 -05003968 u8 b, t;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003969 gdth_ha_str *ha = shost_priv(sdev->host);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003970 struct scsi_device *sd;
3971 unsigned capacity;
3972
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973 sd = sdev;
3974 capacity = cap;
Christoph Hellwig52759e62007-10-02 22:59:53 +02003975 b = sd->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003976 t = sd->id;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003977 TRACE2(("gdth_bios_param() ha %d bus %d target %d\n", ha->hanum, b, t));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003978
3979 if (b != ha->virt_bus || ha->hdr[t].heads == 0) {
3980 /* raw device or host drive without mapping information */
3981 TRACE2(("Evaluate mapping\n"));
3982 gdth_eval_mapping(capacity,&ip[2],&ip[0],&ip[1]);
3983 } else {
3984 ip[0] = ha->hdr[t].heads;
3985 ip[1] = ha->hdr[t].secs;
3986 ip[2] = capacity / ip[0] / ip[1];
3987 }
3988
3989 TRACE2(("gdth_bios_param(): %d heads, %d secs, %d cyls\n",
3990 ip[0],ip[1],ip[2]));
3991 return 0;
3992}
3993
3994
Jeff Garzikf2812332010-11-16 02:10:29 -05003995static int gdth_queuecommand_lck(struct scsi_cmnd *scp,
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02003996 void (*done)(struct scsi_cmnd *))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997{
Boaz Harrosh45f1a412007-10-02 23:05:53 +02003998 gdth_ha_str *ha = shost_priv(scp->device->host);
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02003999 struct gdth_cmndinfo *cmndinfo;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000
4001 TRACE(("gdth_queuecommand() cmd 0x%x\n", scp->cmnd[0]));
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02004002
4003 cmndinfo = gdth_get_cmndinfo(ha);
4004 BUG_ON(!cmndinfo);
4005
Matthew Wilcoxb8bff2a2007-10-02 22:40:22 +02004006 scp->scsi_done = done;
Jens Axboe242f9dc2008-09-14 05:55:09 -07004007 cmndinfo->timeout_count = 0;
Boaz Harroshf842b642007-10-02 23:16:01 +02004008 cmndinfo->priority = DEFAULT_PRI;
Boaz Harrosh3892d882007-10-02 23:18:03 +02004009
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02004010 return __gdth_queuecommand(ha, scp, cmndinfo);
4011}
4012
Jeff Garzikf2812332010-11-16 02:10:29 -05004013static DEF_SCSI_QCMD(gdth_queuecommand)
4014
Boaz Harrosh3058d5d2007-10-02 23:14:39 +02004015static int __gdth_queuecommand(gdth_ha_str *ha, struct scsi_cmnd *scp,
4016 struct gdth_cmndinfo *cmndinfo)
4017{
4018 scp->host_scribble = (unsigned char *)cmndinfo;
Boaz Harroshf842b642007-10-02 23:16:01 +02004019 cmndinfo->wait_for_completion = 1;
4020 cmndinfo->phase = -1;
4021 cmndinfo->OpCode = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023#ifdef GDTH_STATISTICS
4024 ++act_ios;
4025#endif
4026
Boaz Harroshf842b642007-10-02 23:16:01 +02004027 gdth_putq(ha, scp, cmndinfo->priority);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004028 gdth_next(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004029 return 0;
4030}
4031
4032
4033static int gdth_open(struct inode *inode, struct file *filep)
4034{
4035 gdth_ha_str *ha;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036
Arnd Bergmannc45d15d2010-06-02 14:28:52 +02004037 mutex_lock(&gdth_mutex);
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004038 list_for_each_entry(ha, &gdth_instances, list) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039 if (!ha->sdev)
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004040 ha->sdev = scsi_get_host_dev(ha->shost);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041 }
Arnd Bergmannc45d15d2010-06-02 14:28:52 +02004042 mutex_unlock(&gdth_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043
4044 TRACE(("gdth_open()\n"));
4045 return 0;
4046}
4047
4048static int gdth_close(struct inode *inode, struct file *filep)
4049{
4050 TRACE(("gdth_close()\n"));
4051 return 0;
4052}
4053
4054static int ioc_event(void __user *arg)
4055{
4056 gdth_ioctl_event evt;
4057 gdth_ha_str *ha;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004058 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004059
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004060 if (copy_from_user(&evt, arg, sizeof(gdth_ioctl_event)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061 return -EFAULT;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004062 ha = gdth_find_ha(evt.ionode);
4063 if (!ha)
4064 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004065
4066 if (evt.erase == 0xff) {
4067 if (evt.event.event_source == ES_TEST)
4068 evt.event.event_data.size=sizeof(evt.event.event_data.eu.test);
4069 else if (evt.event.event_source == ES_DRIVER)
4070 evt.event.event_data.size=sizeof(evt.event.event_data.eu.driver);
4071 else if (evt.event.event_source == ES_SYNC)
4072 evt.event.event_data.size=sizeof(evt.event.event_data.eu.sync);
4073 else
4074 evt.event.event_data.size=sizeof(evt.event.event_data.eu.async);
4075 spin_lock_irqsave(&ha->smp_lock, flags);
4076 gdth_store_event(ha, evt.event.event_source, evt.event.event_idx,
4077 &evt.event.event_data);
4078 spin_unlock_irqrestore(&ha->smp_lock, flags);
4079 } else if (evt.erase == 0xfe) {
4080 gdth_clear_events();
4081 } else if (evt.erase == 0) {
4082 evt.handle = gdth_read_event(ha, evt.handle, &evt.event);
4083 } else {
4084 gdth_readapp_event(ha, evt.erase, &evt.event);
4085 }
4086 if (copy_to_user(arg, &evt, sizeof(gdth_ioctl_event)))
4087 return -EFAULT;
4088 return 0;
4089}
4090
4091static int ioc_lockdrv(void __user *arg)
4092{
4093 gdth_ioctl_lockdrv ldrv;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004094 u8 i, j;
4095 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004096 gdth_ha_str *ha;
4097
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004098 if (copy_from_user(&ldrv, arg, sizeof(gdth_ioctl_lockdrv)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004099 return -EFAULT;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004100 ha = gdth_find_ha(ldrv.ionode);
4101 if (!ha)
4102 return -EFAULT;
4103
Linus Torvalds1da177e2005-04-16 15:20:36 -07004104 for (i = 0; i < ldrv.drive_cnt && i < MAX_HDRIVES; ++i) {
4105 j = ldrv.drives[i];
4106 if (j >= MAX_HDRIVES || !ha->hdr[j].present)
4107 continue;
4108 if (ldrv.lock) {
4109 spin_lock_irqsave(&ha->smp_lock, flags);
4110 ha->hdr[j].lock = 1;
4111 spin_unlock_irqrestore(&ha->smp_lock, flags);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004112 gdth_wait_completion(ha, ha->bus_cnt, j);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004113 } else {
4114 spin_lock_irqsave(&ha->smp_lock, flags);
4115 ha->hdr[j].lock = 0;
4116 spin_unlock_irqrestore(&ha->smp_lock, flags);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004117 gdth_next(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004118 }
4119 }
4120 return 0;
4121}
4122
4123static int ioc_resetdrv(void __user *arg, char *cmnd)
4124{
4125 gdth_ioctl_reset res;
4126 gdth_cmd_str cmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004127 gdth_ha_str *ha;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004128 int rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004129
4130 if (copy_from_user(&res, arg, sizeof(gdth_ioctl_reset)) ||
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004131 res.number >= MAX_HDRIVES)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132 return -EFAULT;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004133 ha = gdth_find_ha(res.ionode);
4134 if (!ha)
4135 return -EFAULT;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004136
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137 if (!ha->hdr[res.number].present)
4138 return 0;
4139 memset(&cmd, 0, sizeof(gdth_cmd_str));
4140 cmd.Service = CACHESERVICE;
4141 cmd.OpCode = GDT_CLUST_RESET;
4142 if (ha->cache_feat & GDT_64BIT)
4143 cmd.u.cache64.DeviceNo = res.number;
4144 else
4145 cmd.u.cache.DeviceNo = res.number;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004146
4147 rval = __gdth_execute(ha->sdev, &cmd, cmnd, 30, NULL);
4148 if (rval < 0)
4149 return rval;
4150 res.status = rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004151
4152 if (copy_to_user(arg, &res, sizeof(gdth_ioctl_reset)))
4153 return -EFAULT;
4154 return 0;
4155}
4156
4157static int ioc_general(void __user *arg, char *cmnd)
4158{
4159 gdth_ioctl_general gen;
4160 char *buf = NULL;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004161 u64 paddr;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004162 gdth_ha_str *ha;
4163 int rval;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004164
4165 if (copy_from_user(&gen, arg, sizeof(gdth_ioctl_general)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004166 return -EFAULT;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004167 ha = gdth_find_ha(gen.ionode);
4168 if (!ha)
4169 return -EFAULT;
Dan Carpenterf63ae562010-10-08 09:03:07 +02004170
4171 if (gen.data_len > INT_MAX)
4172 return -EINVAL;
4173 if (gen.sense_len > INT_MAX)
4174 return -EINVAL;
4175 if (gen.data_len + gen.sense_len > INT_MAX)
4176 return -EINVAL;
4177
Linus Torvalds1da177e2005-04-16 15:20:36 -07004178 if (gen.data_len + gen.sense_len != 0) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004179 if (!(buf = gdth_ioctl_alloc(ha, gen.data_len + gen.sense_len,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004180 FALSE, &paddr)))
4181 return -EFAULT;
4182 if (copy_from_user(buf, arg + sizeof(gdth_ioctl_general),
4183 gen.data_len + gen.sense_len)) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004184 gdth_ioctl_free(ha, gen.data_len+gen.sense_len, buf, paddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004185 return -EFAULT;
4186 }
4187
4188 if (gen.command.OpCode == GDT_IOCTL) {
4189 gen.command.u.ioctl.p_param = paddr;
4190 } else if (gen.command.Service == CACHESERVICE) {
4191 if (ha->cache_feat & GDT_64BIT) {
4192 /* copy elements from 32-bit IOCTL structure */
4193 gen.command.u.cache64.BlockCnt = gen.command.u.cache.BlockCnt;
4194 gen.command.u.cache64.BlockNo = gen.command.u.cache.BlockNo;
4195 gen.command.u.cache64.DeviceNo = gen.command.u.cache.DeviceNo;
4196 /* addresses */
4197 if (ha->cache_feat & SCATTER_GATHER) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004198 gen.command.u.cache64.DestAddr = (u64)-1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004199 gen.command.u.cache64.sg_canz = 1;
4200 gen.command.u.cache64.sg_lst[0].sg_ptr = paddr;
4201 gen.command.u.cache64.sg_lst[0].sg_len = gen.data_len;
4202 gen.command.u.cache64.sg_lst[1].sg_len = 0;
4203 } else {
4204 gen.command.u.cache64.DestAddr = paddr;
4205 gen.command.u.cache64.sg_canz = 0;
4206 }
4207 } else {
4208 if (ha->cache_feat & SCATTER_GATHER) {
4209 gen.command.u.cache.DestAddr = 0xffffffff;
4210 gen.command.u.cache.sg_canz = 1;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004211 gen.command.u.cache.sg_lst[0].sg_ptr = (u32)paddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004212 gen.command.u.cache.sg_lst[0].sg_len = gen.data_len;
4213 gen.command.u.cache.sg_lst[1].sg_len = 0;
4214 } else {
4215 gen.command.u.cache.DestAddr = paddr;
4216 gen.command.u.cache.sg_canz = 0;
4217 }
4218 }
4219 } else if (gen.command.Service == SCSIRAWSERVICE) {
4220 if (ha->raw_feat & GDT_64BIT) {
4221 /* copy elements from 32-bit IOCTL structure */
4222 char cmd[16];
4223 gen.command.u.raw64.sense_len = gen.command.u.raw.sense_len;
4224 gen.command.u.raw64.bus = gen.command.u.raw.bus;
4225 gen.command.u.raw64.lun = gen.command.u.raw.lun;
4226 gen.command.u.raw64.target = gen.command.u.raw.target;
4227 memcpy(cmd, gen.command.u.raw.cmd, 16);
4228 memcpy(gen.command.u.raw64.cmd, cmd, 16);
4229 gen.command.u.raw64.clen = gen.command.u.raw.clen;
4230 gen.command.u.raw64.sdlen = gen.command.u.raw.sdlen;
4231 gen.command.u.raw64.direction = gen.command.u.raw.direction;
4232 /* addresses */
4233 if (ha->raw_feat & SCATTER_GATHER) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004234 gen.command.u.raw64.sdata = (u64)-1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235 gen.command.u.raw64.sg_ranz = 1;
4236 gen.command.u.raw64.sg_lst[0].sg_ptr = paddr;
4237 gen.command.u.raw64.sg_lst[0].sg_len = gen.data_len;
4238 gen.command.u.raw64.sg_lst[1].sg_len = 0;
4239 } else {
4240 gen.command.u.raw64.sdata = paddr;
4241 gen.command.u.raw64.sg_ranz = 0;
4242 }
4243 gen.command.u.raw64.sense_data = paddr + gen.data_len;
4244 } else {
4245 if (ha->raw_feat & SCATTER_GATHER) {
4246 gen.command.u.raw.sdata = 0xffffffff;
4247 gen.command.u.raw.sg_ranz = 1;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004248 gen.command.u.raw.sg_lst[0].sg_ptr = (u32)paddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249 gen.command.u.raw.sg_lst[0].sg_len = gen.data_len;
4250 gen.command.u.raw.sg_lst[1].sg_len = 0;
4251 } else {
4252 gen.command.u.raw.sdata = paddr;
4253 gen.command.u.raw.sg_ranz = 0;
4254 }
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004255 gen.command.u.raw.sense_data = (u32)paddr + gen.data_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004256 }
4257 } else {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004258 gdth_ioctl_free(ha, gen.data_len+gen.sense_len, buf, paddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259 return -EFAULT;
4260 }
4261 }
4262
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004263 rval = __gdth_execute(ha->sdev, &gen.command, cmnd, gen.timeout, &gen.info);
Julia Lawall5c100072010-12-29 15:57:54 +01004264 if (rval < 0) {
4265 gdth_ioctl_free(ha, gen.data_len+gen.sense_len, buf, paddr);
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004266 return rval;
Julia Lawall5c100072010-12-29 15:57:54 +01004267 }
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004268 gen.status = rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269
4270 if (copy_to_user(arg + sizeof(gdth_ioctl_general), buf,
4271 gen.data_len + gen.sense_len)) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004272 gdth_ioctl_free(ha, gen.data_len+gen.sense_len, buf, paddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273 return -EFAULT;
4274 }
4275 if (copy_to_user(arg, &gen,
4276 sizeof(gdth_ioctl_general) - sizeof(gdth_cmd_str))) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004277 gdth_ioctl_free(ha, gen.data_len+gen.sense_len, buf, paddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278 return -EFAULT;
4279 }
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004280 gdth_ioctl_free(ha, gen.data_len+gen.sense_len, buf, paddr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281 return 0;
4282}
4283
4284static int ioc_hdrlist(void __user *arg, char *cmnd)
4285{
4286 gdth_ioctl_rescan *rsc;
4287 gdth_cmd_str *cmd;
4288 gdth_ha_str *ha;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004289 u8 i;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004290 int rc = -ENOMEM;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004291 u32 cluster_type = 0;
4292
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293 rsc = kmalloc(sizeof(*rsc), GFP_KERNEL);
4294 cmd = kmalloc(sizeof(*cmd), GFP_KERNEL);
4295 if (!rsc || !cmd)
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004296 goto free_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004297
4298 if (copy_from_user(rsc, arg, sizeof(gdth_ioctl_rescan)) ||
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004299 (NULL == (ha = gdth_find_ha(rsc->ionode)))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004300 rc = -EFAULT;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004301 goto free_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004302 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004303 memset(cmd, 0, sizeof(gdth_cmd_str));
4304
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305 for (i = 0; i < MAX_HDRIVES; ++i) {
4306 if (!ha->hdr[i].present) {
4307 rsc->hdr_list[i].bus = 0xff;
4308 continue;
4309 }
4310 rsc->hdr_list[i].bus = ha->virt_bus;
4311 rsc->hdr_list[i].target = i;
4312 rsc->hdr_list[i].lun = 0;
4313 rsc->hdr_list[i].cluster_type = ha->hdr[i].cluster_type;
4314 if (ha->hdr[i].cluster_type & CLUSTER_DRIVE) {
4315 cmd->Service = CACHESERVICE;
4316 cmd->OpCode = GDT_CLUST_INFO;
4317 if (ha->cache_feat & GDT_64BIT)
4318 cmd->u.cache64.DeviceNo = i;
4319 else
4320 cmd->u.cache.DeviceNo = i;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004321 if (__gdth_execute(ha->sdev, cmd, cmnd, 30, &cluster_type) == S_OK)
4322 rsc->hdr_list[i].cluster_type = cluster_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323 }
4324 }
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004325
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326 if (copy_to_user(arg, rsc, sizeof(gdth_ioctl_rescan)))
4327 rc = -EFAULT;
4328 else
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004329 rc = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330
4331free_fail:
4332 kfree(rsc);
4333 kfree(cmd);
4334 return rc;
4335}
4336
4337static int ioc_rescan(void __user *arg, char *cmnd)
4338{
4339 gdth_ioctl_rescan *rsc;
4340 gdth_cmd_str *cmd;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004341 u16 i, status, hdr_cnt;
4342 u32 info;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004343 int cyls, hds, secs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344 int rc = -ENOMEM;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004345 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004346 gdth_ha_str *ha;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004347
4348 rsc = kmalloc(sizeof(*rsc), GFP_KERNEL);
4349 cmd = kmalloc(sizeof(*cmd), GFP_KERNEL);
4350 if (!cmd || !rsc)
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004351 goto free_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004352
4353 if (copy_from_user(rsc, arg, sizeof(gdth_ioctl_rescan)) ||
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004354 (NULL == (ha = gdth_find_ha(rsc->ionode)))) {
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004355 rc = -EFAULT;
4356 goto free_fail;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004357 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004358 memset(cmd, 0, sizeof(gdth_cmd_str));
4359
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360 if (rsc->flag == 0) {
4361 /* old method: re-init. cache service */
4362 cmd->Service = CACHESERVICE;
4363 if (ha->cache_feat & GDT_64BIT) {
4364 cmd->OpCode = GDT_X_INIT_HOST;
4365 cmd->u.cache64.DeviceNo = LINUX_OS;
4366 } else {
4367 cmd->OpCode = GDT_INIT;
4368 cmd->u.cache.DeviceNo = LINUX_OS;
4369 }
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004370
4371 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372 i = 0;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004373 hdr_cnt = (status == S_OK ? (u16)info : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004374 } else {
4375 i = rsc->hdr_no;
4376 hdr_cnt = i + 1;
4377 }
4378
4379 for (; i < hdr_cnt && i < MAX_HDRIVES; ++i) {
4380 cmd->Service = CACHESERVICE;
4381 cmd->OpCode = GDT_INFO;
4382 if (ha->cache_feat & GDT_64BIT)
4383 cmd->u.cache64.DeviceNo = i;
4384 else
4385 cmd->u.cache.DeviceNo = i;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004386
4387 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info);
4388
Linus Torvalds1da177e2005-04-16 15:20:36 -07004389 spin_lock_irqsave(&ha->smp_lock, flags);
4390 rsc->hdr_list[i].bus = ha->virt_bus;
4391 rsc->hdr_list[i].target = i;
4392 rsc->hdr_list[i].lun = 0;
4393 if (status != S_OK) {
4394 ha->hdr[i].present = FALSE;
4395 } else {
4396 ha->hdr[i].present = TRUE;
4397 ha->hdr[i].size = info;
4398 /* evaluate mapping */
4399 ha->hdr[i].size &= ~SECS32;
4400 gdth_eval_mapping(ha->hdr[i].size,&cyls,&hds,&secs);
4401 ha->hdr[i].heads = hds;
4402 ha->hdr[i].secs = secs;
4403 /* round size */
4404 ha->hdr[i].size = cyls * hds * secs;
4405 }
4406 spin_unlock_irqrestore(&ha->smp_lock, flags);
4407 if (status != S_OK)
4408 continue;
4409
4410 /* extended info, if GDT_64BIT, for drives > 2 TB */
4411 /* but we need ha->info2, not yet stored in scp->SCp */
4412
4413 /* devtype, cluster info, R/W attribs */
4414 cmd->Service = CACHESERVICE;
4415 cmd->OpCode = GDT_DEVTYPE;
4416 if (ha->cache_feat & GDT_64BIT)
4417 cmd->u.cache64.DeviceNo = i;
4418 else
4419 cmd->u.cache.DeviceNo = i;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004420
4421 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info);
4422
Linus Torvalds1da177e2005-04-16 15:20:36 -07004423 spin_lock_irqsave(&ha->smp_lock, flags);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004424 ha->hdr[i].devtype = (status == S_OK ? (u16)info : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004425 spin_unlock_irqrestore(&ha->smp_lock, flags);
4426
4427 cmd->Service = CACHESERVICE;
4428 cmd->OpCode = GDT_CLUST_INFO;
4429 if (ha->cache_feat & GDT_64BIT)
4430 cmd->u.cache64.DeviceNo = i;
4431 else
4432 cmd->u.cache.DeviceNo = i;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004433
4434 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info);
4435
Linus Torvalds1da177e2005-04-16 15:20:36 -07004436 spin_lock_irqsave(&ha->smp_lock, flags);
4437 ha->hdr[i].cluster_type =
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004438 ((status == S_OK && !shared_access) ? (u16)info : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439 spin_unlock_irqrestore(&ha->smp_lock, flags);
4440 rsc->hdr_list[i].cluster_type = ha->hdr[i].cluster_type;
4441
4442 cmd->Service = CACHESERVICE;
4443 cmd->OpCode = GDT_RW_ATTRIBS;
4444 if (ha->cache_feat & GDT_64BIT)
4445 cmd->u.cache64.DeviceNo = i;
4446 else
4447 cmd->u.cache.DeviceNo = i;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004448
4449 status = __gdth_execute(ha->sdev, cmd, cmnd, 30, &info);
4450
Linus Torvalds1da177e2005-04-16 15:20:36 -07004451 spin_lock_irqsave(&ha->smp_lock, flags);
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004452 ha->hdr[i].rw_attribs = (status == S_OK ? (u16)info : 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004453 spin_unlock_irqrestore(&ha->smp_lock, flags);
4454 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004455
4456 if (copy_to_user(arg, rsc, sizeof(gdth_ioctl_rescan)))
4457 rc = -EFAULT;
4458 else
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004459 rc = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460
4461free_fail:
4462 kfree(rsc);
4463 kfree(cmd);
4464 return rc;
4465}
4466
Arnd Bergmannf4927c42010-04-27 00:24:01 +02004467static int gdth_ioctl(struct file *filep, unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468{
4469 gdth_ha_str *ha;
4470 Scsi_Cmnd *scp;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004471 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004472 char cmnd[MAX_COMMAND_SIZE];
4473 void __user *argp = (void __user *)arg;
4474
4475 memset(cmnd, 0xff, 12);
4476
4477 TRACE(("gdth_ioctl() cmd 0x%x\n", cmd));
4478
4479 switch (cmd) {
4480 case GDTIOCTL_CTRCNT:
4481 {
4482 int cnt = gdth_ctr_count;
4483 if (put_user(cnt, (int __user *)argp))
4484 return -EFAULT;
4485 break;
4486 }
4487
4488 case GDTIOCTL_DRVERS:
4489 {
4490 int ver = (GDTH_VERSION<<8) | GDTH_SUBVERSION;
4491 if (put_user(ver, (int __user *)argp))
4492 return -EFAULT;
4493 break;
4494 }
4495
4496 case GDTIOCTL_OSVERS:
4497 {
4498 gdth_ioctl_osvers osv;
4499
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004500 osv.version = (u8)(LINUX_VERSION_CODE >> 16);
4501 osv.subversion = (u8)(LINUX_VERSION_CODE >> 8);
4502 osv.revision = (u16)(LINUX_VERSION_CODE & 0xff);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503 if (copy_to_user(argp, &osv, sizeof(gdth_ioctl_osvers)))
4504 return -EFAULT;
4505 break;
4506 }
4507
4508 case GDTIOCTL_CTRTYPE:
4509 {
4510 gdth_ioctl_ctrtype ctrt;
4511
4512 if (copy_from_user(&ctrt, argp, sizeof(gdth_ioctl_ctrtype)) ||
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004513 (NULL == (ha = gdth_find_ha(ctrt.ionode))))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514 return -EFAULT;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004515
Linus Torvalds1da177e2005-04-16 15:20:36 -07004516 if (ha->type == GDT_ISA || ha->type == GDT_EISA) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004517 ctrt.type = (u8)((ha->stype>>20) - 0x10);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518 } else {
4519 if (ha->type != GDT_PCIMPR) {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004520 ctrt.type = (u8)((ha->stype<<4) + 6);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521 } else {
4522 ctrt.type =
4523 (ha->oem_id == OEM_ID_INTEL ? 0xfd : 0xfe);
4524 if (ha->stype >= 0x300)
Jeff Garzik8e9a8a02007-07-17 05:25:17 -04004525 ctrt.ext_type = 0x6000 | ha->pdev->subsystem_device;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004526 else
4527 ctrt.ext_type = 0x6000 | ha->stype;
4528 }
Jeff Garzik8e9a8a02007-07-17 05:25:17 -04004529 ctrt.device_id = ha->pdev->device;
4530 ctrt.sub_device_id = ha->pdev->subsystem_device;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004531 }
4532 ctrt.info = ha->brd_phys;
4533 ctrt.oem_id = ha->oem_id;
4534 if (copy_to_user(argp, &ctrt, sizeof(gdth_ioctl_ctrtype)))
4535 return -EFAULT;
4536 break;
4537 }
4538
4539 case GDTIOCTL_GENERAL:
4540 return ioc_general(argp, cmnd);
4541
4542 case GDTIOCTL_EVENT:
4543 return ioc_event(argp);
4544
4545 case GDTIOCTL_LOCKDRV:
4546 return ioc_lockdrv(argp);
4547
4548 case GDTIOCTL_LOCKCHN:
4549 {
4550 gdth_ioctl_lockchn lchn;
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004551 u8 i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004552
4553 if (copy_from_user(&lchn, argp, sizeof(gdth_ioctl_lockchn)) ||
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004554 (NULL == (ha = gdth_find_ha(lchn.ionode))))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004555 return -EFAULT;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004556
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557 i = lchn.channel;
4558 if (i < ha->bus_cnt) {
4559 if (lchn.lock) {
4560 spin_lock_irqsave(&ha->smp_lock, flags);
4561 ha->raw[i].lock = 1;
4562 spin_unlock_irqrestore(&ha->smp_lock, flags);
Jens Axboe242f9dc2008-09-14 05:55:09 -07004563 for (j = 0; j < ha->tid_cnt; ++j)
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004564 gdth_wait_completion(ha, i, j);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004565 } else {
4566 spin_lock_irqsave(&ha->smp_lock, flags);
4567 ha->raw[i].lock = 0;
4568 spin_unlock_irqrestore(&ha->smp_lock, flags);
Jens Axboe242f9dc2008-09-14 05:55:09 -07004569 for (j = 0; j < ha->tid_cnt; ++j)
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004570 gdth_next(ha);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571 }
4572 }
4573 break;
4574 }
4575
4576 case GDTIOCTL_RESCAN:
4577 return ioc_rescan(argp, cmnd);
4578
4579 case GDTIOCTL_HDRLIST:
4580 return ioc_hdrlist(argp, cmnd);
4581
4582 case GDTIOCTL_RESET_BUS:
4583 {
4584 gdth_ioctl_reset res;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004585 int rval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586
4587 if (copy_from_user(&res, argp, sizeof(gdth_ioctl_reset)) ||
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004588 (NULL == (ha = gdth_find_ha(res.ionode))))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589 return -EFAULT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590
Mariusz Kozlowskibbfbbbc2007-08-11 10:13:24 +02004591 scp = kzalloc(sizeof(*scp), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004592 if (!scp)
4593 return -ENOMEM;
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004594 scp->device = ha->sdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595 scp->cmd_len = 12;
Christoph Hellwig52759e62007-10-02 22:59:53 +02004596 scp->device->channel = res.number;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597 rval = gdth_eh_bus_reset(scp);
4598 res.status = (rval == SUCCESS ? S_OK : S_GENERR);
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004599 kfree(scp);
Jeff Garzik8d7a5da2007-10-02 22:54:28 +02004600
Linus Torvalds1da177e2005-04-16 15:20:36 -07004601 if (copy_to_user(argp, &res, sizeof(gdth_ioctl_reset)))
4602 return -EFAULT;
4603 break;
4604 }
4605
4606 case GDTIOCTL_RESET_DRV:
4607 return ioc_resetdrv(argp, cmnd);
4608
4609 default:
4610 break;
4611 }
4612 return 0;
4613}
4614
Arnd Bergmannf4927c42010-04-27 00:24:01 +02004615static long gdth_unlocked_ioctl(struct file *file, unsigned int cmd,
4616 unsigned long arg)
4617{
4618 int ret;
4619
Arnd Bergmannc45d15d2010-06-02 14:28:52 +02004620 mutex_lock(&gdth_mutex);
Arnd Bergmannf4927c42010-04-27 00:24:01 +02004621 ret = gdth_ioctl(file, cmd, arg);
Arnd Bergmannc45d15d2010-06-02 14:28:52 +02004622 mutex_unlock(&gdth_mutex);
Arnd Bergmannf4927c42010-04-27 00:24:01 +02004623
4624 return ret;
4625}
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626
4627/* flush routine */
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004628static void gdth_flush(gdth_ha_str *ha)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004629{
4630 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631 gdth_cmd_str gdtcmd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004632 char cmnd[MAX_COMMAND_SIZE];
4633 memset(cmnd, 0xff, MAX_COMMAND_SIZE);
4634
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004635 TRACE2(("gdth_flush() hanum %d\n", ha->hanum));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636
Linus Torvalds1da177e2005-04-16 15:20:36 -07004637 for (i = 0; i < MAX_HDRIVES; ++i) {
4638 if (ha->hdr[i].present) {
4639 gdtcmd.BoardNode = LOCALBOARD;
4640 gdtcmd.Service = CACHESERVICE;
4641 gdtcmd.OpCode = GDT_FLUSH;
4642 if (ha->cache_feat & GDT_64BIT) {
4643 gdtcmd.u.cache64.DeviceNo = i;
4644 gdtcmd.u.cache64.BlockNo = 1;
4645 gdtcmd.u.cache64.sg_canz = 0;
4646 } else {
4647 gdtcmd.u.cache.DeviceNo = i;
4648 gdtcmd.u.cache.BlockNo = 1;
4649 gdtcmd.u.cache.sg_canz = 0;
4650 }
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004651 TRACE2(("gdth_flush(): flush ha %d drive %d\n", ha->hanum, i));
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004652
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004653 gdth_execute(ha->shost, &gdtcmd, cmnd, 30, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004654 }
4655 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004656}
4657
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004658/* configure lun */
4659static int gdth_slave_configure(struct scsi_device *sdev)
4660{
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004661 sdev->skip_ms_page_3f = 1;
4662 sdev->skip_ms_page_8 = 1;
4663 return 0;
4664}
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004665
Christoph Hellwig835cc242007-10-02 23:09:56 +02004666static struct scsi_host_template gdth_template = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004667 .name = "GDT SCSI Disk Array Controller",
Linus Torvalds1da177e2005-04-16 15:20:36 -07004668 .info = gdth_info,
4669 .queuecommand = gdth_queuecommand,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670 .eh_bus_reset_handler = gdth_eh_bus_reset,
Leubner, Achimcbd5f692006-06-09 11:34:29 -07004671 .slave_configure = gdth_slave_configure,
Jeff Garzik69916b72007-10-02 22:57:58 +02004672 .bios_param = gdth_bios_param,
Al Viro3e0552e2013-03-31 00:52:08 -04004673 .show_info = gdth_show_info,
4674 .write_info = gdth_set_info,
Jens Axboe242f9dc2008-09-14 05:55:09 -07004675 .eh_timed_out = gdth_timed_out,
Jeff Garzik69916b72007-10-02 22:57:58 +02004676 .proc_name = "gdth",
4677 .can_queue = GDTH_MAXCMDS,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004678 .this_id = -1,
4679 .sg_tablesize = GDTH_MAXSG,
4680 .cmd_per_lun = GDTH_MAXC_P_L,
4681 .unchecked_isa_dma = 1,
4682 .use_clustering = ENABLE_CLUSTERING,
Martin K. Petersen54b2b502013-10-23 06:25:40 -04004683 .no_write_same = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004684};
4685
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004686#ifdef CONFIG_ISA
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004687static int __init gdth_isa_probe_one(u32 isa_bios)
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004688{
4689 struct Scsi_Host *shp;
4690 gdth_ha_str *ha;
4691 dma_addr_t scratch_dma_handle = 0;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004692 int error, i;
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004693
4694 if (!gdth_search_isa(isa_bios))
4695 return -ENXIO;
4696
Christoph Hellwig835cc242007-10-02 23:09:56 +02004697 shp = scsi_host_alloc(&gdth_template, sizeof(gdth_ha_str));
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004698 if (!shp)
4699 return -ENOMEM;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004700 ha = shost_priv(shp);
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004701
4702 error = -ENODEV;
4703 if (!gdth_init_isa(isa_bios,ha))
4704 goto out_host_put;
4705
4706 /* controller found and initialized */
4707 printk("Configuring GDT-ISA HA at BIOS 0x%05X IRQ %u DRQ %u\n",
4708 isa_bios, ha->irq, ha->drq);
4709
Michael Opdenacker4909cc22014-03-05 06:09:41 +01004710 error = request_irq(ha->irq, gdth_interrupt, 0, "gdth", ha);
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004711 if (error) {
4712 printk("GDT-ISA: Unable to allocate IRQ\n");
4713 goto out_host_put;
4714 }
4715
4716 error = request_dma(ha->drq, "gdth");
4717 if (error) {
4718 printk("GDT-ISA: Unable to allocate DMA channel\n");
4719 goto out_free_irq;
4720 }
4721
4722 set_dma_mode(ha->drq,DMA_MODE_CASCADE);
4723 enable_dma(ha->drq);
4724 shp->unchecked_isa_dma = 1;
4725 shp->irq = ha->irq;
4726 shp->dma_channel = ha->drq;
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004727
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004728 ha->hanum = gdth_ctr_count++;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004729 ha->shost = shp;
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004730
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004731 ha->pccb = &ha->cmdext;
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004732 ha->ccb_phys = 0L;
4733 ha->pdev = NULL;
4734
4735 error = -ENOMEM;
4736
4737 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH,
4738 &scratch_dma_handle);
4739 if (!ha->pscratch)
4740 goto out_dec_counters;
4741 ha->scratch_phys = scratch_dma_handle;
4742
4743 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str),
4744 &scratch_dma_handle);
4745 if (!ha->pmsg)
4746 goto out_free_pscratch;
4747 ha->msg_phys = scratch_dma_handle;
4748
4749#ifdef INT_COAL
4750 ha->coal_stat = pci_alloc_consistent(ha->pdev,
4751 sizeof(gdth_coal_status) * MAXOFFSETS,
4752 &scratch_dma_handle);
4753 if (!ha->coal_stat)
4754 goto out_free_pmsg;
4755 ha->coal_stat_phys = scratch_dma_handle;
4756#endif
4757
4758 ha->scratch_busy = FALSE;
4759 ha->req_first = NULL;
4760 ha->tid_cnt = MAX_HDRIVES;
4761 if (max_ids > 0 && max_ids < ha->tid_cnt)
4762 ha->tid_cnt = max_ids;
4763 for (i = 0; i < GDTH_MAXCMDS; ++i)
4764 ha->cmd_tab[i].cmnd = UNUSED_CMND;
4765 ha->scan_mode = rescan ? 0x10 : 0;
4766
4767 error = -ENODEV;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004768 if (!gdth_search_drives(ha)) {
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004769 printk("GDT-ISA: Error during device scan\n");
4770 goto out_free_coal_stat;
4771 }
4772
4773 if (hdr_channel < 0 || hdr_channel > ha->bus_cnt)
4774 hdr_channel = ha->bus_cnt;
4775 ha->virt_bus = hdr_channel;
4776
4777 if (ha->cache_feat & ha->raw_feat & ha->screen_feat & GDT_64BIT)
4778 shp->max_cmd_len = 16;
4779
4780 shp->max_id = ha->tid_cnt;
4781 shp->max_lun = MAXLUN;
Christoph Hellwig52759e62007-10-02 22:59:53 +02004782 shp->max_channel = ha->bus_cnt;
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004783
4784 spin_lock_init(&ha->smp_lock);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004785 gdth_enable_int(ha);
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004786
Christoph Hellwig835cc242007-10-02 23:09:56 +02004787 error = scsi_add_host(shp, NULL);
4788 if (error)
4789 goto out_free_coal_stat;
4790 list_add_tail(&ha->list, &gdth_instances);
James Bottomley2d6f0d02008-05-04 22:34:49 -05004791 gdth_timer_init();
Boaz Harrosh61c92812008-02-12 19:35:22 +02004792
4793 scsi_scan_host(shp);
4794
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004795 return 0;
4796
4797 out_free_coal_stat:
4798#ifdef INT_COAL
4799 pci_free_consistent(ha->pdev, sizeof(gdth_coal_status) * MAXOFFSETS,
4800 ha->coal_stat, ha->coal_stat_phys);
4801 out_free_pmsg:
4802#endif
4803 pci_free_consistent(ha->pdev, sizeof(gdth_msg_str),
4804 ha->pmsg, ha->msg_phys);
4805 out_free_pscratch:
4806 pci_free_consistent(ha->pdev, GDTH_SCRATCH,
4807 ha->pscratch, ha->scratch_phys);
4808 out_dec_counters:
4809 gdth_ctr_count--;
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004810 out_free_irq:
4811 free_irq(ha->irq, ha);
4812 out_host_put:
Christoph Hellwig835cc242007-10-02 23:09:56 +02004813 scsi_host_put(shp);
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004814 return error;
4815}
4816#endif /* CONFIG_ISA */
4817
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004818#ifdef CONFIG_EISA
Dave Jones1fe6dbf2010-01-04 10:19:34 -05004819static int __init gdth_eisa_probe_one(u16 eisa_slot)
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004820{
4821 struct Scsi_Host *shp;
4822 gdth_ha_str *ha;
4823 dma_addr_t scratch_dma_handle = 0;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004824 int error, i;
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004825
4826 if (!gdth_search_eisa(eisa_slot))
4827 return -ENXIO;
4828
Christoph Hellwig835cc242007-10-02 23:09:56 +02004829 shp = scsi_host_alloc(&gdth_template, sizeof(gdth_ha_str));
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004830 if (!shp)
4831 return -ENOMEM;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004832 ha = shost_priv(shp);
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004833
4834 error = -ENODEV;
4835 if (!gdth_init_eisa(eisa_slot,ha))
4836 goto out_host_put;
4837
4838 /* controller found and initialized */
4839 printk("Configuring GDT-EISA HA at Slot %d IRQ %u\n",
4840 eisa_slot >> 12, ha->irq);
4841
Michael Opdenacker4909cc22014-03-05 06:09:41 +01004842 error = request_irq(ha->irq, gdth_interrupt, 0, "gdth", ha);
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004843 if (error) {
4844 printk("GDT-EISA: Unable to allocate IRQ\n");
4845 goto out_host_put;
4846 }
4847
4848 shp->unchecked_isa_dma = 0;
4849 shp->irq = ha->irq;
4850 shp->dma_channel = 0xff;
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004851
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004852 ha->hanum = gdth_ctr_count++;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004853 ha->shost = shp;
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004854
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004855 TRACE2(("EISA detect Bus 0: hanum %d\n", ha->hanum));
4856
4857 ha->pccb = &ha->cmdext;
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004858 ha->ccb_phys = 0L;
4859
4860 error = -ENOMEM;
4861
4862 ha->pdev = NULL;
4863 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH,
4864 &scratch_dma_handle);
4865 if (!ha->pscratch)
4866 goto out_free_irq;
4867 ha->scratch_phys = scratch_dma_handle;
4868
4869 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str),
4870 &scratch_dma_handle);
4871 if (!ha->pmsg)
4872 goto out_free_pscratch;
4873 ha->msg_phys = scratch_dma_handle;
4874
4875#ifdef INT_COAL
4876 ha->coal_stat = pci_alloc_consistent(ha->pdev,
4877 sizeof(gdth_coal_status) * MAXOFFSETS,
4878 &scratch_dma_handle);
4879 if (!ha->coal_stat)
4880 goto out_free_pmsg;
4881 ha->coal_stat_phys = scratch_dma_handle;
4882#endif
4883
4884 ha->ccb_phys = pci_map_single(ha->pdev,ha->pccb,
4885 sizeof(gdth_cmd_str), PCI_DMA_BIDIRECTIONAL);
4886 if (!ha->ccb_phys)
4887 goto out_free_coal_stat;
4888
4889 ha->scratch_busy = FALSE;
4890 ha->req_first = NULL;
4891 ha->tid_cnt = MAX_HDRIVES;
4892 if (max_ids > 0 && max_ids < ha->tid_cnt)
4893 ha->tid_cnt = max_ids;
4894 for (i = 0; i < GDTH_MAXCMDS; ++i)
4895 ha->cmd_tab[i].cmnd = UNUSED_CMND;
4896 ha->scan_mode = rescan ? 0x10 : 0;
4897
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004898 if (!gdth_search_drives(ha)) {
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004899 printk("GDT-EISA: Error during device scan\n");
4900 error = -ENODEV;
4901 goto out_free_ccb_phys;
4902 }
4903
4904 if (hdr_channel < 0 || hdr_channel > ha->bus_cnt)
4905 hdr_channel = ha->bus_cnt;
4906 ha->virt_bus = hdr_channel;
4907
4908 if (ha->cache_feat & ha->raw_feat & ha->screen_feat & GDT_64BIT)
4909 shp->max_cmd_len = 16;
4910
4911 shp->max_id = ha->tid_cnt;
4912 shp->max_lun = MAXLUN;
Christoph Hellwig52759e62007-10-02 22:59:53 +02004913 shp->max_channel = ha->bus_cnt;
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004914
4915 spin_lock_init(&ha->smp_lock);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004916 gdth_enable_int(ha);
Christoph Hellwig835cc242007-10-02 23:09:56 +02004917
4918 error = scsi_add_host(shp, NULL);
4919 if (error)
Roel Kluin2c076ee2010-08-10 18:01:10 -07004920 goto out_free_ccb_phys;
Christoph Hellwig835cc242007-10-02 23:09:56 +02004921 list_add_tail(&ha->list, &gdth_instances);
James Bottomley2d6f0d02008-05-04 22:34:49 -05004922 gdth_timer_init();
Boaz Harrosh61c92812008-02-12 19:35:22 +02004923
4924 scsi_scan_host(shp);
4925
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004926 return 0;
4927
4928 out_free_ccb_phys:
4929 pci_unmap_single(ha->pdev,ha->ccb_phys, sizeof(gdth_cmd_str),
4930 PCI_DMA_BIDIRECTIONAL);
4931 out_free_coal_stat:
4932#ifdef INT_COAL
4933 pci_free_consistent(ha->pdev, sizeof(gdth_coal_status) * MAXOFFSETS,
4934 ha->coal_stat, ha->coal_stat_phys);
4935 out_free_pmsg:
4936#endif
4937 pci_free_consistent(ha->pdev, sizeof(gdth_msg_str),
4938 ha->pmsg, ha->msg_phys);
4939 out_free_pscratch:
4940 pci_free_consistent(ha->pdev, GDTH_SCRATCH,
4941 ha->pscratch, ha->scratch_phys);
4942 out_free_irq:
4943 free_irq(ha->irq, ha);
4944 gdth_ctr_count--;
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004945 out_host_put:
Christoph Hellwig835cc242007-10-02 23:09:56 +02004946 scsi_host_put(shp);
Christoph Hellwig706a5d42007-10-02 22:49:35 +02004947 return error;
4948}
4949#endif /* CONFIG_EISA */
Christoph Hellwigaed91cb2007-10-02 22:48:16 +02004950
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004951#ifdef CONFIG_PCI
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08004952static int gdth_pci_probe_one(gdth_pci_str *pcistr, gdth_ha_str **ha_out)
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004953{
4954 struct Scsi_Host *shp;
4955 gdth_ha_str *ha;
4956 dma_addr_t scratch_dma_handle = 0;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004957 int error, i;
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05004958 struct pci_dev *pdev = pcistr->pdev;
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004959
Jeff Garzikcff26802008-02-15 22:20:09 -05004960 *ha_out = NULL;
4961
Christoph Hellwig835cc242007-10-02 23:09:56 +02004962 shp = scsi_host_alloc(&gdth_template, sizeof(gdth_ha_str));
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004963 if (!shp)
4964 return -ENOMEM;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004965 ha = shost_priv(shp);
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004966
4967 error = -ENODEV;
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05004968 if (!gdth_init_pci(pdev, pcistr, ha))
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004969 goto out_host_put;
4970
4971 /* controller found and initialized */
4972 printk("Configuring GDT-PCI HA at %d/%d IRQ %u\n",
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05004973 pdev->bus->number,
4974 PCI_SLOT(pdev->devfn),
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004975 ha->irq);
4976
4977 error = request_irq(ha->irq, gdth_interrupt,
Michael Opdenacker4909cc22014-03-05 06:09:41 +01004978 IRQF_SHARED, "gdth", ha);
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004979 if (error) {
4980 printk("GDT-PCI: Unable to allocate IRQ\n");
4981 goto out_host_put;
4982 }
4983
4984 shp->unchecked_isa_dma = 0;
4985 shp->irq = ha->irq;
4986 shp->dma_channel = 0xff;
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004987
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02004988 ha->hanum = gdth_ctr_count++;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004989 ha->shost = shp;
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004990
Boaz Harrosh45f1a412007-10-02 23:05:53 +02004991 ha->pccb = &ha->cmdext;
Christoph Hellwig8514ef22007-10-02 22:51:06 +02004992 ha->ccb_phys = 0L;
4993
4994 error = -ENOMEM;
4995
4996 ha->pscratch = pci_alloc_consistent(ha->pdev, GDTH_SCRATCH,
4997 &scratch_dma_handle);
4998 if (!ha->pscratch)
4999 goto out_free_irq;
5000 ha->scratch_phys = scratch_dma_handle;
5001
5002 ha->pmsg = pci_alloc_consistent(ha->pdev, sizeof(gdth_msg_str),
5003 &scratch_dma_handle);
5004 if (!ha->pmsg)
5005 goto out_free_pscratch;
5006 ha->msg_phys = scratch_dma_handle;
5007
5008#ifdef INT_COAL
5009 ha->coal_stat = pci_alloc_consistent(ha->pdev,
5010 sizeof(gdth_coal_status) * MAXOFFSETS,
5011 &scratch_dma_handle);
5012 if (!ha->coal_stat)
5013 goto out_free_pmsg;
5014 ha->coal_stat_phys = scratch_dma_handle;
5015#endif
5016
5017 ha->scratch_busy = FALSE;
5018 ha->req_first = NULL;
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05005019 ha->tid_cnt = pdev->device >= 0x200 ? MAXID : MAX_HDRIVES;
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005020 if (max_ids > 0 && max_ids < ha->tid_cnt)
5021 ha->tid_cnt = max_ids;
5022 for (i = 0; i < GDTH_MAXCMDS; ++i)
5023 ha->cmd_tab[i].cmnd = UNUSED_CMND;
5024 ha->scan_mode = rescan ? 0x10 : 0;
5025
5026 error = -ENODEV;
Boaz Harrosh45f1a412007-10-02 23:05:53 +02005027 if (!gdth_search_drives(ha)) {
5028 printk("GDT-PCI %d: Error during device scan\n", ha->hanum);
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005029 goto out_free_coal_stat;
5030 }
5031
5032 if (hdr_channel < 0 || hdr_channel > ha->bus_cnt)
5033 hdr_channel = ha->bus_cnt;
5034 ha->virt_bus = hdr_channel;
5035
5036 /* 64-bit DMA only supported from FW >= x.43 */
5037 if (!(ha->cache_feat & ha->raw_feat & ha->screen_feat & GDT_64BIT) ||
5038 !ha->dma64_support) {
Yang Hongyang284901a2009-04-06 19:01:15 -07005039 if (pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) {
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005040 printk(KERN_WARNING "GDT-PCI %d: "
Boaz Harrosh45f1a412007-10-02 23:05:53 +02005041 "Unable to set 32-bit DMA\n", ha->hanum);
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005042 goto out_free_coal_stat;
5043 }
5044 } else {
5045 shp->max_cmd_len = 16;
Yang Hongyang6a355282009-04-06 19:01:13 -07005046 if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))) {
Boaz Harrosh45f1a412007-10-02 23:05:53 +02005047 printk("GDT-PCI %d: 64-bit DMA enabled\n", ha->hanum);
Yang Hongyang284901a2009-04-06 19:01:15 -07005048 } else if (pci_set_dma_mask(pdev, DMA_BIT_MASK(32))) {
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005049 printk(KERN_WARNING "GDT-PCI %d: "
Boaz Harrosh45f1a412007-10-02 23:05:53 +02005050 "Unable to set 64/32-bit DMA\n", ha->hanum);
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005051 goto out_free_coal_stat;
5052 }
5053 }
5054
5055 shp->max_id = ha->tid_cnt;
5056 shp->max_lun = MAXLUN;
Christoph Hellwig52759e62007-10-02 22:59:53 +02005057 shp->max_channel = ha->bus_cnt;
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005058
5059 spin_lock_init(&ha->smp_lock);
Boaz Harrosh45f1a412007-10-02 23:05:53 +02005060 gdth_enable_int(ha);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005061
Jeff Garzik4c9c8d72008-02-15 21:35:26 -05005062 error = scsi_add_host(shp, &pdev->dev);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005063 if (error)
5064 goto out_free_coal_stat;
5065 list_add_tail(&ha->list, &gdth_instances);
Boaz Harrosh61c92812008-02-12 19:35:22 +02005066
Jeff Garzikcff26802008-02-15 22:20:09 -05005067 pci_set_drvdata(ha->pdev, ha);
James Bottomley2d6f0d02008-05-04 22:34:49 -05005068 gdth_timer_init();
Jeff Garzikcff26802008-02-15 22:20:09 -05005069
Boaz Harrosh61c92812008-02-12 19:35:22 +02005070 scsi_scan_host(shp);
5071
Jeff Garzikcff26802008-02-15 22:20:09 -05005072 *ha_out = ha;
5073
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005074 return 0;
5075
5076 out_free_coal_stat:
5077#ifdef INT_COAL
5078 pci_free_consistent(ha->pdev, sizeof(gdth_coal_status) * MAXOFFSETS,
5079 ha->coal_stat, ha->coal_stat_phys);
5080 out_free_pmsg:
5081#endif
5082 pci_free_consistent(ha->pdev, sizeof(gdth_msg_str),
5083 ha->pmsg, ha->msg_phys);
5084 out_free_pscratch:
5085 pci_free_consistent(ha->pdev, GDTH_SCRATCH,
5086 ha->pscratch, ha->scratch_phys);
5087 out_free_irq:
5088 free_irq(ha->irq, ha);
5089 gdth_ctr_count--;
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005090 out_host_put:
Christoph Hellwig835cc242007-10-02 23:09:56 +02005091 scsi_host_put(shp);
Christoph Hellwig8514ef22007-10-02 22:51:06 +02005092 return error;
5093}
5094#endif /* CONFIG_PCI */
5095
Christoph Hellwig835cc242007-10-02 23:09:56 +02005096static void gdth_remove_one(gdth_ha_str *ha)
5097{
5098 struct Scsi_Host *shp = ha->shost;
5099
5100 TRACE2(("gdth_remove_one()\n"));
5101
5102 scsi_remove_host(shp);
5103
Boaz Harroshb31ddd32008-02-27 15:27:16 -08005104 gdth_flush(ha);
5105
Christoph Hellwig835cc242007-10-02 23:09:56 +02005106 if (ha->sdev) {
5107 scsi_free_host_dev(ha->sdev);
5108 ha->sdev = NULL;
5109 }
5110
Christoph Hellwig835cc242007-10-02 23:09:56 +02005111 if (shp->irq)
5112 free_irq(shp->irq,ha);
5113
5114#ifdef CONFIG_ISA
5115 if (shp->dma_channel != 0xff)
5116 free_dma(shp->dma_channel);
5117#endif
5118#ifdef INT_COAL
5119 if (ha->coal_stat)
5120 pci_free_consistent(ha->pdev, sizeof(gdth_coal_status) *
5121 MAXOFFSETS, ha->coal_stat, ha->coal_stat_phys);
5122#endif
5123 if (ha->pscratch)
5124 pci_free_consistent(ha->pdev, GDTH_SCRATCH,
5125 ha->pscratch, ha->scratch_phys);
5126 if (ha->pmsg)
5127 pci_free_consistent(ha->pdev, sizeof(gdth_msg_str),
5128 ha->pmsg, ha->msg_phys);
5129 if (ha->ccb_phys)
5130 pci_unmap_single(ha->pdev,ha->ccb_phys,
5131 sizeof(gdth_cmd_str),PCI_DMA_BIDIRECTIONAL);
5132
5133 scsi_host_put(shp);
5134}
5135
Dave Jones1fe6dbf2010-01-04 10:19:34 -05005136static int gdth_halt(struct notifier_block *nb, unsigned long event, void *buf)
Boaz Harroshb31ddd32008-02-27 15:27:16 -08005137{
5138 gdth_ha_str *ha;
5139
5140 TRACE2(("gdth_halt() event %d\n", (int)event));
5141 if (event != SYS_RESTART && event != SYS_HALT && event != SYS_POWER_OFF)
5142 return NOTIFY_DONE;
5143
5144 list_for_each_entry(ha, &gdth_instances, list)
5145 gdth_flush(ha);
5146
5147 return NOTIFY_OK;
5148}
5149
5150static struct notifier_block gdth_notifier = {
5151 gdth_halt, NULL, 0
5152};
5153
Christoph Hellwig835cc242007-10-02 23:09:56 +02005154static int __init gdth_init(void)
5155{
5156 if (disable) {
5157 printk("GDT-HA: Controller driver disabled from"
5158 " command line !\n");
5159 return 0;
5160 }
5161
5162 printk("GDT-HA: Storage RAID Controller Driver. Version: %s\n",
5163 GDTH_VERSION_STR);
5164
5165 /* initializations */
5166 gdth_polling = TRUE;
5167 gdth_clear_events();
James Bottomley2d6f0d02008-05-04 22:34:49 -05005168 init_timer(&gdth_timer);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005169
5170 /* As default we do not probe for EISA or ISA controllers */
5171 if (probe_eisa_isa) {
5172 /* scanning for controllers, at first: ISA controller */
5173#ifdef CONFIG_ISA
Dave Jones1fe6dbf2010-01-04 10:19:34 -05005174 u32 isa_bios;
Christoph Hellwig835cc242007-10-02 23:09:56 +02005175 for (isa_bios = 0xc8000UL; isa_bios <= 0xd8000UL;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02005176 isa_bios += 0x8000UL)
Christoph Hellwig835cc242007-10-02 23:09:56 +02005177 gdth_isa_probe_one(isa_bios);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005178#endif
5179#ifdef CONFIG_EISA
5180 {
Dave Jones1fe6dbf2010-01-04 10:19:34 -05005181 u16 eisa_slot;
Christoph Hellwig835cc242007-10-02 23:09:56 +02005182 for (eisa_slot = 0x1000; eisa_slot <= 0x8000;
Boaz Harrosh884f7fb2007-10-02 23:11:24 +02005183 eisa_slot += 0x1000)
Christoph Hellwig835cc242007-10-02 23:09:56 +02005184 gdth_eisa_probe_one(eisa_slot);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005185 }
5186#endif
5187 }
5188
5189#ifdef CONFIG_PCI
5190 /* scanning for PCI controllers */
James Bottomleya85591f2008-05-04 22:35:58 -05005191 if (pci_register_driver(&gdth_pci_driver)) {
5192 gdth_ha_str *ha;
5193
5194 list_for_each_entry(ha, &gdth_instances, list)
5195 gdth_remove_one(ha);
5196 return -ENODEV;
5197 }
Christoph Hellwig835cc242007-10-02 23:09:56 +02005198#endif /* CONFIG_PCI */
5199
5200 TRACE2(("gdth_detect() %d controller detected\n", gdth_ctr_count));
Linus Torvaldsc596cc42007-10-15 12:46:16 -07005201
Christoph Hellwig835cc242007-10-02 23:09:56 +02005202 major = register_chrdev(0,"gdth", &gdth_fops);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005203 register_reboot_notifier(&gdth_notifier);
5204 gdth_polling = FALSE;
5205 return 0;
5206}
5207
5208static void __exit gdth_exit(void)
5209{
5210 gdth_ha_str *ha;
5211
Boaz Harroshb31ddd32008-02-27 15:27:16 -08005212 unregister_chrdev(major, "gdth");
5213 unregister_reboot_notifier(&gdth_notifier);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005214
5215#ifdef GDTH_STATISTICS
Boaz Harroshb31ddd32008-02-27 15:27:16 -08005216 del_timer_sync(&gdth_timer);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005217#endif
Boaz Harroshb31ddd32008-02-27 15:27:16 -08005218
Jeff Garzikcff26802008-02-15 22:20:09 -05005219#ifdef CONFIG_PCI
James Bottomleya85591f2008-05-04 22:35:58 -05005220 pci_unregister_driver(&gdth_pci_driver);
Jeff Garzikcff26802008-02-15 22:20:09 -05005221#endif
5222
Boaz Harroshb31ddd32008-02-27 15:27:16 -08005223 list_for_each_entry(ha, &gdth_instances, list)
5224 gdth_remove_one(ha);
Christoph Hellwig835cc242007-10-02 23:09:56 +02005225}
5226
5227module_init(gdth_init);
5228module_exit(gdth_exit);
5229
Linus Torvalds1da177e2005-04-16 15:20:36 -07005230#ifndef MODULE
5231__setup("gdth=", option_setup);
5232#endif