1 /************************************************************************
3 * ICP vortex GmbH: GDT ISA/EISA/PCI Disk Array Controllers *
4 * Intel Corporation: Storage RAID Controllers *
7 * Copyright (C) 1995-06 ICP vortex GmbH, Achim Leubner *
8 * Copyright (C) 2002-04 Intel Corporation *
9 * Copyright (C) 2003-06 Adaptec Inc. *
10 * <achim_leubner@adaptec.com> *
13 * Boji Tony Kannanthanam <boji.t.kannanthanam@intel.com> *
14 * Johannes Dinner <johannes_dinner@adaptec.com> *
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. *
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. *
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. *
30 * Linux kernel 2.6.x supported *
32 ************************************************************************/
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.
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.
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
59 * 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,
62 * appropriate controller firmware required
63 * 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
69 * The default values are: "gdth=disable:N,reserve_mode:1,reverse_scan:N,
70 * max_ids:127,rescan:N,hdr_channel:0,
71 * 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".
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'.
80 * Default: "modprobe gdth disable=0 reserve_mode=1 reverse_scan=0
81 * max_ids=127 rescan=0 hdr_channel=0 shared_access=0
82 * 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".
86 /* The meaning of the Scsi_Pointer members in this driver is as follows:
88 * this_residual: unused
91 * buffers_residual: unused
94 * have_data_in: unused
95 * sent_command: unused
100 /* interrupt coalescing */
101 /* #define INT_COAL */
104 #define GDTH_STATISTICS
106 #include <linux/module.h>
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>
116 #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>
121 #include <linux/dma-mapping.h>
122 #include <linux/list.h>
123 #include <linux/smp_lock.h>
126 #include <linux/mc146818rtc.h>
128 #include <linux/reboot.h>
131 #include <asm/system.h>
133 #include <asm/uaccess.h>
134 #include <linux/spinlock.h>
135 #include <linux/blkdev.h>
136 #include <linux/scatterlist.h>
139 #include <scsi/scsi_host.h>
142 static void gdth_delay(int milliseconds
);
143 static void gdth_eval_mapping(ulong32 size
, ulong32
*cyls
, int *heads
, int *secs
);
144 static irqreturn_t
gdth_interrupt(int irq
, void *dev_id
);
145 static irqreturn_t
__gdth_interrupt(gdth_ha_str
*ha
,
146 int gdth_from_wait
, int* pIndex
);
147 static int gdth_sync_event(gdth_ha_str
*ha
, int service
, unchar index
,
149 static int gdth_async_event(gdth_ha_str
*ha
);
150 static void gdth_log_event(gdth_evt_data
*dvr
, char *buffer
);
152 static void gdth_putq(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
, unchar priority
);
153 static void gdth_next(gdth_ha_str
*ha
);
154 static int gdth_fill_raw_cmd(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
, unchar b
);
155 static int gdth_special_cmd(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
);
156 static gdth_evt_str
*gdth_store_event(gdth_ha_str
*ha
, ushort source
,
157 ushort idx
, gdth_evt_data
*evt
);
158 static int gdth_read_event(gdth_ha_str
*ha
, int handle
, gdth_evt_str
*estr
);
159 static void gdth_readapp_event(gdth_ha_str
*ha
, unchar application
,
161 static void gdth_clear_events(void);
163 static void gdth_copy_internal_data(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
,
164 char *buffer
, ushort count
);
165 static int gdth_internal_cache_cmd(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
);
166 static int gdth_fill_cache_cmd(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
, ushort hdrive
);
168 static void gdth_enable_int(gdth_ha_str
*ha
);
169 static int gdth_test_busy(gdth_ha_str
*ha
);
170 static int gdth_get_cmd_index(gdth_ha_str
*ha
);
171 static void gdth_release_event(gdth_ha_str
*ha
);
172 static int gdth_wait(gdth_ha_str
*ha
, int index
,ulong32 time
);
173 static int gdth_internal_cmd(gdth_ha_str
*ha
, unchar service
, ushort opcode
,
174 ulong32 p1
, ulong64 p2
,ulong64 p3
);
175 static int gdth_search_drives(gdth_ha_str
*ha
);
176 static int gdth_analyse_hdrive(gdth_ha_str
*ha
, ushort hdrive
);
178 static const char *gdth_ctr_name(gdth_ha_str
*ha
);
180 static int gdth_open(struct inode
*inode
, struct file
*filep
);
181 static int gdth_close(struct inode
*inode
, struct file
*filep
);
182 static int gdth_ioctl(struct inode
*inode
, struct file
*filep
,
183 unsigned int cmd
, unsigned long arg
);
185 static void gdth_flush(gdth_ha_str
*ha
);
186 static int gdth_queuecommand(Scsi_Cmnd
*scp
,void (*done
)(Scsi_Cmnd
*));
187 static int __gdth_queuecommand(gdth_ha_str
*ha
, struct scsi_cmnd
*scp
,
188 struct gdth_cmndinfo
*cmndinfo
);
189 static void gdth_scsi_done(struct scsi_cmnd
*scp
);
192 static unchar DebugState
= DEBUG_GDTH
;
195 #define MAX_SERBUF 160
196 static void ser_init(void);
197 static void ser_puts(char *str
);
198 static void ser_putc(char c
);
199 static int ser_printk(const char *fmt
, ...);
200 static char strbuf
[MAX_SERBUF
+1];
202 #define COM_BASE 0x2f8
204 #define COM_BASE 0x3f8
206 static void ser_init()
208 unsigned port
=COM_BASE
;
212 /* 19200 Baud, if 9600: outb(12,port) */
222 static void ser_puts(char *str
)
227 for (ptr
=str
;*ptr
;++ptr
)
231 static void ser_putc(char c
)
233 unsigned port
=COM_BASE
;
235 while ((inb(port
+5) & 0x20)==0);
239 while ((inb(port
+5) & 0x20)==0);
244 static int ser_printk(const char *fmt
, ...)
250 i
= vsprintf(strbuf
,fmt
,args
);
256 #define TRACE(a) {if (DebugState==1) {ser_printk a;}}
257 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {ser_printk a;}}
258 #define TRACE3(a) {if (DebugState!=0) {ser_printk a;}}
260 #else /* !__SERIAL__ */
261 #define TRACE(a) {if (DebugState==1) {printk a;}}
262 #define TRACE2(a) {if (DebugState==1 || DebugState==2) {printk a;}}
263 #define TRACE3(a) {if (DebugState!=0) {printk a;}}
272 #ifdef GDTH_STATISTICS
273 static ulong32 max_rq
=0, max_index
=0, max_sg
=0;
275 static ulong32 max_int_coal
=0;
277 static ulong32 act_ints
=0, act_ios
=0, act_stats
=0, act_rq
=0;
278 static struct timer_list gdth_timer
;
281 #define PTR2USHORT(a) (ushort)(ulong)(a)
282 #define GDTOFFSOF(a,b) (size_t)&(((a*)0)->b)
283 #define INDEX_OK(i,t) ((i)<ARRAY_SIZE(t))
285 #define BUS_L2P(a,b) ((b)>(a)->virt_bus ? (b-1):(b))
288 static unchar gdth_drq_tab
[4] = {5,6,7,7}; /* DRQ table */
290 #if defined(CONFIG_EISA) || defined(CONFIG_ISA)
291 static unchar gdth_irq_tab
[6] = {0,10,11,12,14,0}; /* IRQ table */
293 static unchar gdth_polling
; /* polling if TRUE */
294 static int gdth_ctr_count
= 0; /* controller count */
295 static LIST_HEAD(gdth_instances
); /* controller list */
296 static unchar gdth_write_through
= FALSE
; /* write through */
297 static gdth_evt_str ebuffer
[MAX_EVENTS
]; /* event buffer */
302 #define DIN 1 /* IN data direction */
303 #define DOU 2 /* OUT data direction */
304 #define DNO DIN /* no data transfer */
305 #define DUN DIN /* unknown data direction */
306 static unchar gdth_direction_tab
[0x100] = {
307 DNO
,DNO
,DIN
,DIN
,DOU
,DIN
,DIN
,DOU
,DIN
,DUN
,DOU
,DOU
,DUN
,DUN
,DUN
,DIN
,
308 DNO
,DIN
,DIN
,DOU
,DIN
,DOU
,DNO
,DNO
,DOU
,DNO
,DIN
,DNO
,DIN
,DOU
,DNO
,DUN
,
309 DIN
,DUN
,DIN
,DUN
,DOU
,DIN
,DUN
,DUN
,DIN
,DIN
,DOU
,DNO
,DUN
,DIN
,DOU
,DOU
,
310 DOU
,DOU
,DOU
,DNO
,DIN
,DNO
,DNO
,DIN
,DOU
,DOU
,DOU
,DOU
,DIN
,DOU
,DIN
,DOU
,
311 DOU
,DOU
,DIN
,DIN
,DIN
,DNO
,DUN
,DNO
,DNO
,DNO
,DUN
,DNO
,DOU
,DIN
,DUN
,DUN
,
312 DUN
,DUN
,DUN
,DUN
,DUN
,DOU
,DUN
,DUN
,DUN
,DUN
,DIN
,DUN
,DUN
,DUN
,DUN
,DUN
,
313 DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,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
,DIN
,DUN
,DOU
,DUN
,DUN
,DUN
,DUN
,DUN
,
316 DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DIN
,DUN
,
317 DUN
,DUN
,DUN
,DUN
,DUN
,DNO
,DNO
,DUN
,DIN
,DNO
,DOU
,DUN
,DNO
,DUN
,DOU
,DOU
,
318 DOU
,DOU
,DOU
,DNO
,DUN
,DIN
,DOU
,DIN
,DIN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,
319 DUN
,DUN
,DOU
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,
320 DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,
321 DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DOU
,DUN
,DUN
,DUN
,DUN
,DUN
,
322 DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
,DUN
325 /* LILO and modprobe/insmod parameters */
326 /* IRQ list for GDT3000/3020 EISA controllers */
327 static int irq
[MAXHA
] __initdata
=
328 {0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
329 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff};
330 /* disable driver flag */
331 static int disable __initdata
= 0;
333 static int reserve_mode
= 1;
335 static int reserve_list
[MAX_RES_ARGS
] =
336 {0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
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};
339 /* scan order for PCI controllers */
340 static int reverse_scan
= 0;
341 /* virtual channel for the host drives */
342 static int hdr_channel
= 0;
343 /* max. IDs per channel */
344 static int max_ids
= MAXID
;
346 static int rescan
= 0;
348 static int shared_access
= 1;
349 /* enable support for EISA and ISA controllers */
350 static int probe_eisa_isa
= 0;
351 /* 64 bit DMA mode, support for drives > 2 TB, if force_dma32 = 0 */
352 static int force_dma32
= 0;
354 /* parameters for modprobe/insmod */
355 module_param_array(irq
, int, NULL
, 0);
356 module_param(disable
, int, 0);
357 module_param(reserve_mode
, int, 0);
358 module_param_array(reserve_list
, int, NULL
, 0);
359 module_param(reverse_scan
, int, 0);
360 module_param(hdr_channel
, int, 0);
361 module_param(max_ids
, int, 0);
362 module_param(rescan
, int, 0);
363 module_param(shared_access
, int, 0);
364 module_param(probe_eisa_isa
, int, 0);
365 module_param(force_dma32
, int, 0);
366 MODULE_AUTHOR("Achim Leubner");
367 MODULE_LICENSE("GPL");
369 /* ioctl interface */
370 static const struct file_operations gdth_fops
= {
373 .release
= gdth_close
,
376 #include "gdth_proc.h"
377 #include "gdth_proc.c"
379 static gdth_ha_str
*gdth_find_ha(int hanum
)
383 list_for_each_entry(ha
, &gdth_instances
, list
)
384 if (hanum
== ha
->hanum
)
390 static struct gdth_cmndinfo
*gdth_get_cmndinfo(gdth_ha_str
*ha
)
392 struct gdth_cmndinfo
*priv
= NULL
;
396 spin_lock_irqsave(&ha
->smp_lock
, flags
);
398 for (i
=0; i
<GDTH_MAXCMDS
; ++i
) {
399 if (ha
->cmndinfo
[i
].index
== 0) {
400 priv
= &ha
->cmndinfo
[i
];
401 memset(priv
, 0, sizeof(*priv
));
407 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
412 static void gdth_put_cmndinfo(struct gdth_cmndinfo
*priv
)
418 static void gdth_delay(int milliseconds
)
420 if (milliseconds
== 0) {
423 mdelay(milliseconds
);
427 static void gdth_scsi_done(struct scsi_cmnd
*scp
)
429 struct gdth_cmndinfo
*cmndinfo
= gdth_cmnd_priv(scp
);
430 int internal_command
= cmndinfo
->internal_command
;
432 TRACE2(("gdth_scsi_done()\n"));
434 gdth_put_cmndinfo(cmndinfo
);
435 scp
->host_scribble
= NULL
;
437 if (internal_command
)
438 complete((struct completion
*)scp
->request
);
443 int __gdth_execute(struct scsi_device
*sdev
, gdth_cmd_str
*gdtcmd
, char *cmnd
,
444 int timeout
, u32
*info
)
446 gdth_ha_str
*ha
= shost_priv(sdev
->host
);
448 struct gdth_cmndinfo cmndinfo
;
449 DECLARE_COMPLETION_ONSTACK(wait
);
452 scp
= kzalloc(sizeof(*scp
), GFP_KERNEL
);
456 scp
->sense_buffer
= kzalloc(SCSI_SENSE_BUFFERSIZE
, GFP_KERNEL
);
457 if (!scp
->sense_buffer
) {
463 memset(&cmndinfo
, 0, sizeof(cmndinfo
));
465 /* use request field to save the ptr. to completion struct. */
466 scp
->request
= (struct request
*)&wait
;
469 cmndinfo
.priority
= IOCTL_PRI
;
470 cmndinfo
.internal_cmd_str
= gdtcmd
;
471 cmndinfo
.internal_command
= 1;
473 TRACE(("__gdth_execute() cmd 0x%x\n", scp
->cmnd
[0]));
474 __gdth_queuecommand(ha
, scp
, &cmndinfo
);
476 wait_for_completion(&wait
);
478 rval
= cmndinfo
.status
;
480 *info
= cmndinfo
.info
;
481 kfree(scp
->sense_buffer
);
486 int gdth_execute(struct Scsi_Host
*shost
, gdth_cmd_str
*gdtcmd
, char *cmnd
,
487 int timeout
, u32
*info
)
489 struct scsi_device
*sdev
= scsi_get_host_dev(shost
);
490 int rval
= __gdth_execute(sdev
, gdtcmd
, cmnd
, timeout
, info
);
492 scsi_free_host_dev(sdev
);
496 static void gdth_eval_mapping(ulong32 size
, ulong32
*cyls
, int *heads
, int *secs
)
498 *cyls
= size
/HEADS
/SECS
;
499 if (*cyls
<= MAXCYLS
) {
502 } else { /* too high for 64*32 */
503 *cyls
= size
/MEDHEADS
/MEDSECS
;
504 if (*cyls
<= MAXCYLS
) {
507 } else { /* too high for 127*63 */
508 *cyls
= size
/BIGHEADS
/BIGSECS
;
515 /* controller search and initialization functions */
517 static int __init
gdth_search_eisa(ushort eisa_adr
)
521 TRACE(("gdth_search_eisa() adr. %x\n",eisa_adr
));
522 id
= inl(eisa_adr
+ID0REG
);
523 if (id
== GDT3A_ID
|| id
== GDT3B_ID
) { /* GDT3000A or GDT3000B */
524 if ((inb(eisa_adr
+EISAREG
) & 8) == 0)
525 return 0; /* not EISA configured */
528 if (id
== GDT3_ID
) /* GDT3000 */
533 #endif /* CONFIG_EISA */
536 static int __init
gdth_search_isa(ulong32 bios_adr
)
541 TRACE(("gdth_search_isa() bios adr. %x\n",bios_adr
));
542 if ((addr
= ioremap(bios_adr
+BIOS_ID_OFFS
, sizeof(ulong32
))) != NULL
) {
545 if (id
== GDT2_ID
) /* GDT2000 */
550 #endif /* CONFIG_ISA */
554 static bool gdth_search_vortex(ushort device
)
556 if (device
<= PCI_DEVICE_ID_VORTEX_GDT6555
)
558 if (device
>= PCI_DEVICE_ID_VORTEX_GDT6x17RP
&&
559 device
<= PCI_DEVICE_ID_VORTEX_GDTMAXRP
)
561 if (device
== PCI_DEVICE_ID_VORTEX_GDTNEWRX
||
562 device
== PCI_DEVICE_ID_VORTEX_GDTNEWRX2
)
567 static int gdth_pci_probe_one(gdth_pci_str
*pcistr
, gdth_ha_str
**ha_out
);
568 static int gdth_pci_init_one(struct pci_dev
*pdev
,
569 const struct pci_device_id
*ent
);
570 static void gdth_pci_remove_one(struct pci_dev
*pdev
);
571 static void gdth_remove_one(gdth_ha_str
*ha
);
573 /* Vortex only makes RAID controllers.
574 * We do not really want to specify all 550 ids here, so wildcard match.
576 static const struct pci_device_id gdthtable
[] = {
577 { PCI_VDEVICE(VORTEX
, PCI_ANY_ID
) },
578 { PCI_VDEVICE(INTEL
, PCI_DEVICE_ID_INTEL_SRC
) },
579 { PCI_VDEVICE(INTEL
, PCI_DEVICE_ID_INTEL_SRC_XSCALE
) },
580 { } /* terminate list */
582 MODULE_DEVICE_TABLE(pci
, gdthtable
);
584 static struct pci_driver gdth_pci_driver
= {
586 .id_table
= gdthtable
,
587 .probe
= gdth_pci_init_one
,
588 .remove
= gdth_pci_remove_one
,
591 static void __devexit
gdth_pci_remove_one(struct pci_dev
*pdev
)
593 gdth_ha_str
*ha
= pci_get_drvdata(pdev
);
595 pci_set_drvdata(pdev
, NULL
);
600 pci_disable_device(pdev
);
603 static int __devinit
gdth_pci_init_one(struct pci_dev
*pdev
,
604 const struct pci_device_id
*ent
)
606 ushort vendor
= pdev
->vendor
;
607 ushort device
= pdev
->device
;
608 ulong base0
, base1
, base2
;
610 gdth_pci_str gdth_pcistr
;
611 gdth_ha_str
*ha
= NULL
;
613 TRACE(("gdth_search_dev() cnt %d vendor %x device %x\n",
614 gdth_ctr_count
, vendor
, device
));
616 memset(&gdth_pcistr
, 0, sizeof(gdth_pcistr
));
618 if (vendor
== PCI_VENDOR_ID_VORTEX
&& !gdth_search_vortex(device
))
621 rc
= pci_enable_device(pdev
);
625 if (gdth_ctr_count
>= MAXHA
)
628 /* GDT PCI controller found, resources are already in pdev */
629 gdth_pcistr
.pdev
= pdev
;
630 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
))
637 gdth_pcistr
.dpmem
= pci_resource_start(pdev
, 0);
638 } else { /* GDT6110, GDT6120, .. */
639 if (!(base0
& IORESOURCE_MEM
) ||
640 !(base2
& IORESOURCE_MEM
) ||
641 !(base1
& IORESOURCE_IO
))
643 gdth_pcistr
.dpmem
= pci_resource_start(pdev
, 2);
644 gdth_pcistr
.io
= pci_resource_start(pdev
, 1);
646 TRACE2(("Controller found at %d/%d, irq %d, dpmem 0x%lx\n",
647 gdth_pcistr
.pdev
->bus
->number
,
648 PCI_SLOT(gdth_pcistr
.pdev
->devfn
),
652 rc
= gdth_pci_probe_one(&gdth_pcistr
, &ha
);
658 #endif /* CONFIG_PCI */
661 static int __init
gdth_init_eisa(ushort eisa_adr
,gdth_ha_str
*ha
)
664 unchar prot_ver
,eisacf
,i
,irq_found
;
666 TRACE(("gdth_init_eisa() adr. %x\n",eisa_adr
));
668 /* disable board interrupts, deinitialize services */
669 outb(0xff,eisa_adr
+EDOORREG
);
670 outb(0x00,eisa_adr
+EDENABREG
);
671 outb(0x00,eisa_adr
+EINTENABREG
);
673 outb(0xff,eisa_adr
+LDOORREG
);
674 retries
= INIT_RETRIES
;
676 while (inb(eisa_adr
+EDOORREG
) != 0xff) {
677 if (--retries
== 0) {
678 printk("GDT-EISA: Initialization error (DEINIT failed)\n");
682 TRACE2(("wait for DEINIT: retries=%d\n",retries
));
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");
691 ha
->brd_phys
= (ulong32
)eisa_adr
>> 12;
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);
699 if ((id
= inl(eisa_adr
+ID0REG
)) == GDT3_ID
) {
700 ha
->oem_id
= OEM_ID_ICP
;
703 outl(1,eisa_adr
+MAILBOXREG
+8);
704 outb(0xfe,eisa_adr
+LDOORREG
);
705 retries
= INIT_RETRIES
;
707 while (inb(eisa_adr
+EDOORREG
) != 0xfe) {
708 if (--retries
== 0) {
709 printk("GDT-EISA: Initialization error (get IRQ failed)\n");
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 */
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) {
730 printk("GDT-EISA: Can not detect controller IRQ,\n");
731 printk("Use IRQ setting from command line (IRQ = %d)\n",
734 printk("GDT-EISA: Initialization error (unknown IRQ), Enable\n");
735 printk("the controller BIOS or use command line parameters\n");
740 eisacf
= inb(eisa_adr
+EISAREG
) & 7;
741 if (eisacf
> 4) /* level triggered */
743 ha
->irq
= gdth_irq_tab
[eisacf
];
744 ha
->oem_id
= OEM_ID_ICP
;
749 ha
->dma64_support
= 0;
752 #endif /* CONFIG_EISA */
755 static int __init
gdth_init_isa(ulong32 bios_adr
,gdth_ha_str
*ha
)
757 register gdt2_dpram_str __iomem
*dp2_ptr
;
759 unchar irq_drq
,prot_ver
;
762 TRACE(("gdth_init_isa() bios adr. %x\n",bios_adr
));
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");
770 writeb(1, &dp2_ptr
->io
.memlock
); /* switch off write protection */
771 /* reset interface area */
772 memset_io(&dp2_ptr
->u
, 0, sizeof(dp2_ptr
->u
));
773 if (readl(&dp2_ptr
->u
) != 0) {
774 printk("GDT-ISA: Initialization error (DPMEM write error)\n");
779 /* disable board interrupts, read DRQ and IRQ */
780 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
);
785 irq_drq
= readb(&dp2_ptr
->io
.rq
);
786 for (i
=0; i
<3; ++i
) {
787 if ((irq_drq
& 1)==0)
791 ha
->drq
= gdth_drq_tab
[i
];
793 irq_drq
= readb(&dp2_ptr
->io
.rq
) >> 3;
794 for (i
=1; i
<5; ++i
) {
795 if ((irq_drq
& 1)==0)
799 ha
->irq
= gdth_irq_tab
[i
];
801 /* deinitialize services */
802 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
);
805 retries
= INIT_RETRIES
;
807 while (readb(&dp2_ptr
->u
.ic
.S_Status
) != 0xff) {
808 if (--retries
== 0) {
809 printk("GDT-ISA: Initialization error (DEINIT failed)\n");
815 prot_ver
= (unchar
)readl(&dp2_ptr
->u
.ic
.S_Info
[0]);
816 writeb(0, &dp2_ptr
->u
.ic
.Status
);
817 writeb(0xff, &dp2_ptr
->io
.irqdel
);
818 if (prot_ver
!= PROTOCOL_VERSION
) {
819 printk("GDT-ISA: Illegal protocol version\n");
824 ha
->oem_id
= OEM_ID_ICP
;
826 ha
->ic_all_size
= sizeof(dp2_ptr
->u
);
828 ha
->brd_phys
= bios_adr
>> 4;
830 /* special request to controller BIOS */
831 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
);
837 retries
= INIT_RETRIES
;
839 while (readb(&dp2_ptr
->u
.ic
.S_Status
) != 0xfe) {
840 if (--retries
== 0) {
841 printk("GDT-ISA: Initialization error\n");
847 writeb(0, &dp2_ptr
->u
.ic
.Status
);
848 writeb(0xff, &dp2_ptr
->io
.irqdel
);
850 ha
->dma64_support
= 0;
853 #endif /* CONFIG_ISA */
856 static int __devinit
gdth_init_pci(struct pci_dev
*pdev
, gdth_pci_str
*pcistr
,
859 register gdt6_dpram_str __iomem
*dp6_ptr
;
860 register gdt6c_dpram_str __iomem
*dp6c_ptr
;
861 register gdt6m_dpram_str __iomem
*dp6m_ptr
;
865 int i
, found
= FALSE
;
867 TRACE(("gdth_init_pci()\n"));
869 if (pdev
->vendor
== PCI_VENDOR_ID_INTEL
)
870 ha
->oem_id
= OEM_ID_INTEL
;
872 ha
->oem_id
= OEM_ID_ICP
;
873 ha
->brd_phys
= (pdev
->bus
->number
<< 8) | (pdev
->devfn
& 0xf8);
874 ha
->stype
= (ulong32
)pdev
->device
;
878 if (ha
->pdev
->device
<= PCI_DEVICE_ID_VORTEX_GDT6000B
) { /* GDT6000/B */
879 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");
885 /* check and reset interface area */
887 writel(DPMEM_MAGIC
, &dp6_ptr
->u
);
888 if (readl(&dp6_ptr
->u
) != DPMEM_MAGIC
) {
889 printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)\n",
892 for (i
= 0xC8000; i
< 0xE8000; i
+= 0x4000) {
894 ha
->brd
= ioremap(i
, sizeof(ushort
));
895 if (ha
->brd
== NULL
) {
896 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
899 if (readw(ha
->brd
) != 0xffff) {
900 TRACE2(("init_pci_old() address 0x%x busy\n", i
));
904 pci_write_config_dword(pdev
, PCI_BASE_ADDRESS_0
, i
);
905 ha
->brd
= ioremap(i
, sizeof(gdt6_dpram_str
));
906 if (ha
->brd
== NULL
) {
907 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
911 writel(DPMEM_MAGIC
, &dp6_ptr
->u
);
912 if (readl(&dp6_ptr
->u
) == DPMEM_MAGIC
) {
913 printk("GDT-PCI: Use free address at 0x%x\n", i
);
919 printk("GDT-PCI: No free address found!\n");
924 memset_io(&dp6_ptr
->u
, 0, sizeof(dp6_ptr
->u
));
925 if (readl(&dp6_ptr
->u
) != 0) {
926 printk("GDT-PCI: Initialization error (DPMEM write error)\n");
931 /* disable board interrupts, deinit services */
932 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
);
937 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
);
940 retries
= INIT_RETRIES
;
942 while (readb(&dp6_ptr
->u
.ic
.S_Status
) != 0xff) {
943 if (--retries
== 0) {
944 printk("GDT-PCI: Initialization error (DEINIT failed)\n");
950 prot_ver
= (unchar
)readl(&dp6_ptr
->u
.ic
.S_Info
[0]);
951 writeb(0, &dp6_ptr
->u
.ic
.S_Status
);
952 writeb(0xff, &dp6_ptr
->io
.irqdel
);
953 if (prot_ver
!= PROTOCOL_VERSION
) {
954 printk("GDT-PCI: Illegal protocol version\n");
960 ha
->ic_all_size
= sizeof(dp6_ptr
->u
);
962 /* special command to controller BIOS */
963 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
);
969 retries
= INIT_RETRIES
;
971 while (readb(&dp6_ptr
->u
.ic
.S_Status
) != 0xfe) {
972 if (--retries
== 0) {
973 printk("GDT-PCI: Initialization error\n");
979 writeb(0, &dp6_ptr
->u
.ic
.S_Status
);
980 writeb(0xff, &dp6_ptr
->io
.irqdel
);
982 ha
->dma64_support
= 0;
984 } else if (ha
->pdev
->device
<= PCI_DEVICE_ID_VORTEX_GDT6555
) { /* GDT6110, ... */
985 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");
994 /* check and reset interface area */
996 writel(DPMEM_MAGIC
, &dp6c_ptr
->u
);
997 if (readl(&dp6c_ptr
->u
) != DPMEM_MAGIC
) {
998 printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)\n",
1001 for (i
= 0xC8000; i
< 0xE8000; i
+= 0x4000) {
1003 ha
->brd
= ioremap(i
, sizeof(ushort
));
1004 if (ha
->brd
== NULL
) {
1005 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1008 if (readw(ha
->brd
) != 0xffff) {
1009 TRACE2(("init_pci_plx() address 0x%x busy\n", i
));
1013 pci_write_config_dword(pdev
, PCI_BASE_ADDRESS_2
, i
);
1014 ha
->brd
= ioremap(i
, sizeof(gdt6c_dpram_str
));
1015 if (ha
->brd
== NULL
) {
1016 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1020 writel(DPMEM_MAGIC
, &dp6c_ptr
->u
);
1021 if (readl(&dp6c_ptr
->u
) == DPMEM_MAGIC
) {
1022 printk("GDT-PCI: Use free address at 0x%x\n", i
);
1028 printk("GDT-PCI: No free address found!\n");
1033 memset_io(&dp6c_ptr
->u
, 0, sizeof(dp6c_ptr
->u
));
1034 if (readl(&dp6c_ptr
->u
) != 0) {
1035 printk("GDT-PCI: Initialization error (DPMEM write error)\n");
1040 /* disable board interrupts, deinit services */
1041 outb(0x00,PTR2USHORT(&ha
->plx
->control1
));
1042 outb(0xff,PTR2USHORT(&ha
->plx
->edoor_reg
));
1044 writeb(0x00, &dp6c_ptr
->u
.ic
.S_Status
);
1045 writeb(0x00, &dp6c_ptr
->u
.ic
.Cmd_Index
);
1047 writel(pcistr
->dpmem
, &dp6c_ptr
->u
.ic
.S_Info
[0]);
1048 writeb(0xff, &dp6c_ptr
->u
.ic
.S_Cmd_Indx
);
1050 outb(1,PTR2USHORT(&ha
->plx
->ldoor_reg
));
1052 retries
= INIT_RETRIES
;
1054 while (readb(&dp6c_ptr
->u
.ic
.S_Status
) != 0xff) {
1055 if (--retries
== 0) {
1056 printk("GDT-PCI: Initialization error (DEINIT failed)\n");
1062 prot_ver
= (unchar
)readl(&dp6c_ptr
->u
.ic
.S_Info
[0]);
1063 writeb(0, &dp6c_ptr
->u
.ic
.Status
);
1064 if (prot_ver
!= PROTOCOL_VERSION
) {
1065 printk("GDT-PCI: Illegal protocol version\n");
1070 ha
->type
= GDT_PCINEW
;
1071 ha
->ic_all_size
= sizeof(dp6c_ptr
->u
);
1073 /* special command to controller BIOS */
1074 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
);
1080 outb(1,PTR2USHORT(&ha
->plx
->ldoor_reg
));
1082 retries
= INIT_RETRIES
;
1084 while (readb(&dp6c_ptr
->u
.ic
.S_Status
) != 0xfe) {
1085 if (--retries
== 0) {
1086 printk("GDT-PCI: Initialization error\n");
1092 writeb(0, &dp6c_ptr
->u
.ic
.S_Status
);
1094 ha
->dma64_support
= 0;
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");
1104 /* manipulate config. space to enable DPMEM, start RP controller */
1105 pci_read_config_word(pdev
, PCI_COMMAND
, &command
);
1107 pci_write_config_word(pdev
, PCI_COMMAND
, command
);
1108 if (pci_resource_start(pdev
, 8) == 1UL)
1109 pci_resource_start(pdev
, 8) = 0UL;
1111 pci_write_config_dword(pdev
, PCI_ROM_ADDRESS
, i
);
1113 pci_write_config_dword(pdev
, PCI_ROM_ADDRESS
,
1114 pci_resource_start(pdev
, 8));
1118 /* Ensure that it is safe to access the non HW portions of DPMEM.
1119 * Aditional check needed for Xscale based RAID controllers */
1120 while( ((int)readb(&dp6m_ptr
->i960r
.sema0_reg
) ) & 3 )
1123 /* check and reset interface area */
1124 writel(DPMEM_MAGIC
, &dp6m_ptr
->u
);
1125 if (readl(&dp6m_ptr
->u
) != DPMEM_MAGIC
) {
1126 printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)\n",
1129 for (i
= 0xC8000; i
< 0xE8000; i
+= 0x4000) {
1131 ha
->brd
= ioremap(i
, sizeof(ushort
));
1132 if (ha
->brd
== NULL
) {
1133 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1136 if (readw(ha
->brd
) != 0xffff) {
1137 TRACE2(("init_pci_mpr() address 0x%x busy\n", i
));
1141 pci_write_config_dword(pdev
, PCI_BASE_ADDRESS_0
, i
);
1142 ha
->brd
= ioremap(i
, sizeof(gdt6m_dpram_str
));
1143 if (ha
->brd
== NULL
) {
1144 printk("GDT-PCI: Initialization error (DPMEM remap error)\n");
1148 writel(DPMEM_MAGIC
, &dp6m_ptr
->u
);
1149 if (readl(&dp6m_ptr
->u
) == DPMEM_MAGIC
) {
1150 printk("GDT-PCI: Use free address at 0x%x\n", i
);
1156 printk("GDT-PCI: No free address found!\n");
1161 memset_io(&dp6m_ptr
->u
, 0, sizeof(dp6m_ptr
->u
));
1163 /* disable board interrupts, deinit services */
1164 writeb(readb(&dp6m_ptr
->i960r
.edoor_en_reg
) | 4,
1165 &dp6m_ptr
->i960r
.edoor_en_reg
);
1166 writeb(0xff, &dp6m_ptr
->i960r
.edoor_reg
);
1167 writeb(0x00, &dp6m_ptr
->u
.ic
.S_Status
);
1168 writeb(0x00, &dp6m_ptr
->u
.ic
.Cmd_Index
);
1170 writel(pcistr
->dpmem
, &dp6m_ptr
->u
.ic
.S_Info
[0]);
1171 writeb(0xff, &dp6m_ptr
->u
.ic
.S_Cmd_Indx
);
1172 writeb(1, &dp6m_ptr
->i960r
.ldoor_reg
);
1173 retries
= INIT_RETRIES
;
1175 while (readb(&dp6m_ptr
->u
.ic
.S_Status
) != 0xff) {
1176 if (--retries
== 0) {
1177 printk("GDT-PCI: Initialization error (DEINIT failed)\n");
1183 prot_ver
= (unchar
)readl(&dp6m_ptr
->u
.ic
.S_Info
[0]);
1184 writeb(0, &dp6m_ptr
->u
.ic
.S_Status
);
1185 if (prot_ver
!= PROTOCOL_VERSION
) {
1186 printk("GDT-PCI: Illegal protocol version\n");
1191 ha
->type
= GDT_PCIMPR
;
1192 ha
->ic_all_size
= sizeof(dp6m_ptr
->u
);
1194 /* special command to controller BIOS */
1195 writel(0x00, &dp6m_ptr
->u
.ic
.S_Info
[0]);
1196 writel(0x00, &dp6m_ptr
->u
.ic
.S_Info
[1]);
1197 writel(0x00, &dp6m_ptr
->u
.ic
.S_Info
[2]);
1198 writel(0x00, &dp6m_ptr
->u
.ic
.S_Info
[3]);
1199 writeb(0xfe, &dp6m_ptr
->u
.ic
.S_Cmd_Indx
);
1200 writeb(1, &dp6m_ptr
->i960r
.ldoor_reg
);
1201 retries
= INIT_RETRIES
;
1203 while (readb(&dp6m_ptr
->u
.ic
.S_Status
) != 0xfe) {
1204 if (--retries
== 0) {
1205 printk("GDT-PCI: Initialization error\n");
1211 writeb(0, &dp6m_ptr
->u
.ic
.S_Status
);
1213 /* read FW version to detect 64-bit DMA support */
1214 writeb(0xfd, &dp6m_ptr
->u
.ic
.S_Cmd_Indx
);
1215 writeb(1, &dp6m_ptr
->i960r
.ldoor_reg
);
1216 retries
= INIT_RETRIES
;
1218 while (readb(&dp6m_ptr
->u
.ic
.S_Status
) != 0xfd) {
1219 if (--retries
== 0) {
1220 printk("GDT-PCI: Initialization error (DEINIT failed)\n");
1226 prot_ver
= (unchar
)(readl(&dp6m_ptr
->u
.ic
.S_Info
[0]) >> 16);
1227 writeb(0, &dp6m_ptr
->u
.ic
.S_Status
);
1228 if (prot_ver
< 0x2b) /* FW < x.43: no 64-bit DMA support */
1229 ha
->dma64_support
= 0;
1231 ha
->dma64_support
= 1;
1236 #endif /* CONFIG_PCI */
1238 /* controller protocol functions */
1240 static void __devinit
gdth_enable_int(gdth_ha_str
*ha
)
1243 gdt2_dpram_str __iomem
*dp2_ptr
;
1244 gdt6_dpram_str __iomem
*dp6_ptr
;
1245 gdt6m_dpram_str __iomem
*dp6m_ptr
;
1247 TRACE(("gdth_enable_int() hanum %d\n",ha
->hanum
));
1248 spin_lock_irqsave(&ha
->smp_lock
, flags
);
1250 if (ha
->type
== GDT_EISA
) {
1251 outb(0xff, ha
->bmic
+ EDOORREG
);
1252 outb(0xff, ha
->bmic
+ EDENABREG
);
1253 outb(0x01, ha
->bmic
+ EINTENABREG
);
1254 } else if (ha
->type
== GDT_ISA
) {
1256 writeb(1, &dp2_ptr
->io
.irqdel
);
1257 writeb(0, &dp2_ptr
->u
.ic
.Cmd_Index
);
1258 writeb(1, &dp2_ptr
->io
.irqen
);
1259 } else if (ha
->type
== GDT_PCI
) {
1261 writeb(1, &dp6_ptr
->io
.irqdel
);
1262 writeb(0, &dp6_ptr
->u
.ic
.Cmd_Index
);
1263 writeb(1, &dp6_ptr
->io
.irqen
);
1264 } else if (ha
->type
== GDT_PCINEW
) {
1265 outb(0xff, PTR2USHORT(&ha
->plx
->edoor_reg
));
1266 outb(0x03, PTR2USHORT(&ha
->plx
->control1
));
1267 } else if (ha
->type
== GDT_PCIMPR
) {
1269 writeb(0xff, &dp6m_ptr
->i960r
.edoor_reg
);
1270 writeb(readb(&dp6m_ptr
->i960r
.edoor_en_reg
) & ~4,
1271 &dp6m_ptr
->i960r
.edoor_en_reg
);
1273 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
1276 /* return IStatus if interrupt was from this card else 0 */
1277 static unchar
gdth_get_status(gdth_ha_str
*ha
)
1281 TRACE(("gdth_get_status() irq %d ctr_count %d\n", ha
->irq
, gdth_ctr_count
));
1283 if (ha
->type
== GDT_EISA
)
1284 IStatus
= inb((ushort
)ha
->bmic
+ EDOORREG
);
1285 else if (ha
->type
== GDT_ISA
)
1287 readb(&((gdt2_dpram_str __iomem
*)ha
->brd
)->u
.ic
.Cmd_Index
);
1288 else if (ha
->type
== GDT_PCI
)
1290 readb(&((gdt6_dpram_str __iomem
*)ha
->brd
)->u
.ic
.Cmd_Index
);
1291 else if (ha
->type
== GDT_PCINEW
)
1292 IStatus
= inb(PTR2USHORT(&ha
->plx
->edoor_reg
));
1293 else if (ha
->type
== GDT_PCIMPR
)
1295 readb(&((gdt6m_dpram_str __iomem
*)ha
->brd
)->i960r
.edoor_reg
);
1300 static int gdth_test_busy(gdth_ha_str
*ha
)
1302 register int gdtsema0
= 0;
1304 TRACE(("gdth_test_busy() hanum %d\n", ha
->hanum
));
1306 if (ha
->type
== GDT_EISA
)
1307 gdtsema0
= (int)inb(ha
->bmic
+ SEMA0REG
);
1308 else if (ha
->type
== GDT_ISA
)
1309 gdtsema0
= (int)readb(&((gdt2_dpram_str __iomem
*)ha
->brd
)->u
.ic
.Sema0
);
1310 else if (ha
->type
== GDT_PCI
)
1311 gdtsema0
= (int)readb(&((gdt6_dpram_str __iomem
*)ha
->brd
)->u
.ic
.Sema0
);
1312 else if (ha
->type
== GDT_PCINEW
)
1313 gdtsema0
= (int)inb(PTR2USHORT(&ha
->plx
->sema0_reg
));
1314 else if (ha
->type
== GDT_PCIMPR
)
1316 (int)readb(&((gdt6m_dpram_str __iomem
*)ha
->brd
)->i960r
.sema0_reg
);
1318 return (gdtsema0
& 1);
1322 static int gdth_get_cmd_index(gdth_ha_str
*ha
)
1326 TRACE(("gdth_get_cmd_index() hanum %d\n", ha
->hanum
));
1328 for (i
=0; i
<GDTH_MAXCMDS
; ++i
) {
1329 if (ha
->cmd_tab
[i
].cmnd
== UNUSED_CMND
) {
1330 ha
->cmd_tab
[i
].cmnd
= ha
->pccb
->RequestBuffer
;
1331 ha
->cmd_tab
[i
].service
= ha
->pccb
->Service
;
1332 ha
->pccb
->CommandIndex
= (ulong32
)i
+2;
1340 static void gdth_set_sema0(gdth_ha_str
*ha
)
1342 TRACE(("gdth_set_sema0() hanum %d\n", ha
->hanum
));
1344 if (ha
->type
== GDT_EISA
) {
1345 outb(1, ha
->bmic
+ SEMA0REG
);
1346 } else if (ha
->type
== GDT_ISA
) {
1347 writeb(1, &((gdt2_dpram_str __iomem
*)ha
->brd
)->u
.ic
.Sema0
);
1348 } else if (ha
->type
== GDT_PCI
) {
1349 writeb(1, &((gdt6_dpram_str __iomem
*)ha
->brd
)->u
.ic
.Sema0
);
1350 } else if (ha
->type
== GDT_PCINEW
) {
1351 outb(1, PTR2USHORT(&ha
->plx
->sema0_reg
));
1352 } else if (ha
->type
== GDT_PCIMPR
) {
1353 writeb(1, &((gdt6m_dpram_str __iomem
*)ha
->brd
)->i960r
.sema0_reg
);
1358 static void gdth_copy_command(gdth_ha_str
*ha
)
1360 register gdth_cmd_str
*cmd_ptr
;
1361 register gdt6m_dpram_str __iomem
*dp6m_ptr
;
1362 register gdt6c_dpram_str __iomem
*dp6c_ptr
;
1363 gdt6_dpram_str __iomem
*dp6_ptr
;
1364 gdt2_dpram_str __iomem
*dp2_ptr
;
1365 ushort cp_count
,dp_offset
,cmd_no
;
1367 TRACE(("gdth_copy_command() hanum %d\n", ha
->hanum
));
1369 cp_count
= ha
->cmd_len
;
1370 dp_offset
= ha
->cmd_offs_dpmem
;
1371 cmd_no
= ha
->cmd_cnt
;
1375 if (ha
->type
== GDT_EISA
)
1376 return; /* no DPMEM, no copy */
1378 /* set cpcount dword aligned */
1380 cp_count
+= (4 - (cp_count
& 3));
1382 ha
->cmd_offs_dpmem
+= cp_count
;
1384 /* set offset and service, copy command to DPMEM */
1385 if (ha
->type
== GDT_ISA
) {
1387 writew(dp_offset
+ DPMEM_COMMAND_OFFSET
,
1388 &dp2_ptr
->u
.ic
.comm_queue
[cmd_no
].offset
);
1389 writew((ushort
)cmd_ptr
->Service
,
1390 &dp2_ptr
->u
.ic
.comm_queue
[cmd_no
].serv_id
);
1391 memcpy_toio(&dp2_ptr
->u
.ic
.gdt_dpr_cmd
[dp_offset
],cmd_ptr
,cp_count
);
1392 } else if (ha
->type
== GDT_PCI
) {
1394 writew(dp_offset
+ DPMEM_COMMAND_OFFSET
,
1395 &dp6_ptr
->u
.ic
.comm_queue
[cmd_no
].offset
);
1396 writew((ushort
)cmd_ptr
->Service
,
1397 &dp6_ptr
->u
.ic
.comm_queue
[cmd_no
].serv_id
);
1398 memcpy_toio(&dp6_ptr
->u
.ic
.gdt_dpr_cmd
[dp_offset
],cmd_ptr
,cp_count
);
1399 } else if (ha
->type
== GDT_PCINEW
) {
1401 writew(dp_offset
+ DPMEM_COMMAND_OFFSET
,
1402 &dp6c_ptr
->u
.ic
.comm_queue
[cmd_no
].offset
);
1403 writew((ushort
)cmd_ptr
->Service
,
1404 &dp6c_ptr
->u
.ic
.comm_queue
[cmd_no
].serv_id
);
1405 memcpy_toio(&dp6c_ptr
->u
.ic
.gdt_dpr_cmd
[dp_offset
],cmd_ptr
,cp_count
);
1406 } else if (ha
->type
== GDT_PCIMPR
) {
1408 writew(dp_offset
+ DPMEM_COMMAND_OFFSET
,
1409 &dp6m_ptr
->u
.ic
.comm_queue
[cmd_no
].offset
);
1410 writew((ushort
)cmd_ptr
->Service
,
1411 &dp6m_ptr
->u
.ic
.comm_queue
[cmd_no
].serv_id
);
1412 memcpy_toio(&dp6m_ptr
->u
.ic
.gdt_dpr_cmd
[dp_offset
],cmd_ptr
,cp_count
);
1417 static void gdth_release_event(gdth_ha_str
*ha
)
1419 TRACE(("gdth_release_event() hanum %d\n", ha
->hanum
));
1421 #ifdef GDTH_STATISTICS
1424 for (i
=0,j
=0; j
<GDTH_MAXCMDS
; ++j
) {
1425 if (ha
->cmd_tab
[j
].cmnd
!= UNUSED_CMND
)
1428 if (max_index
< i
) {
1430 TRACE3(("GDT: max_index = %d\n",(ushort
)i
));
1435 if (ha
->pccb
->OpCode
== GDT_INIT
)
1436 ha
->pccb
->Service
|= 0x80;
1438 if (ha
->type
== GDT_EISA
) {
1439 if (ha
->pccb
->OpCode
== GDT_INIT
) /* store DMA buffer */
1440 outl(ha
->ccb_phys
, ha
->bmic
+ MAILBOXREG
);
1441 outb(ha
->pccb
->Service
, ha
->bmic
+ LDOORREG
);
1442 } else if (ha
->type
== GDT_ISA
) {
1443 writeb(0, &((gdt2_dpram_str __iomem
*)ha
->brd
)->io
.event
);
1444 } else if (ha
->type
== GDT_PCI
) {
1445 writeb(0, &((gdt6_dpram_str __iomem
*)ha
->brd
)->io
.event
);
1446 } else if (ha
->type
== GDT_PCINEW
) {
1447 outb(1, PTR2USHORT(&ha
->plx
->ldoor_reg
));
1448 } else if (ha
->type
== GDT_PCIMPR
) {
1449 writeb(1, &((gdt6m_dpram_str __iomem
*)ha
->brd
)->i960r
.ldoor_reg
);
1453 static int gdth_wait(gdth_ha_str
*ha
, int index
, ulong32 time
)
1455 int answer_found
= FALSE
;
1458 TRACE(("gdth_wait() hanum %d index %d time %d\n", ha
->hanum
, index
, time
));
1461 return 1; /* no wait required */
1464 __gdth_interrupt(ha
, true, &wait_index
);
1465 if (wait_index
== index
) {
1466 answer_found
= TRUE
;
1472 while (gdth_test_busy(ha
))
1475 return (answer_found
);
1479 static int gdth_internal_cmd(gdth_ha_str
*ha
, unchar service
, ushort opcode
,
1480 ulong32 p1
, ulong64 p2
, ulong64 p3
)
1482 register gdth_cmd_str
*cmd_ptr
;
1485 TRACE2(("gdth_internal_cmd() service %d opcode %d\n",service
,opcode
));
1488 memset((char*)cmd_ptr
,0,sizeof(gdth_cmd_str
));
1491 for (retries
= INIT_RETRIES
;;) {
1492 cmd_ptr
->Service
= service
;
1493 cmd_ptr
->RequestBuffer
= INTERNAL_CMND
;
1494 if (!(index
=gdth_get_cmd_index(ha
))) {
1495 TRACE(("GDT: No free command index found\n"));
1499 cmd_ptr
->OpCode
= opcode
;
1500 cmd_ptr
->BoardNode
= LOCALBOARD
;
1501 if (service
== CACHESERVICE
) {
1502 if (opcode
== GDT_IOCTL
) {
1503 cmd_ptr
->u
.ioctl
.subfunc
= p1
;
1504 cmd_ptr
->u
.ioctl
.channel
= (ulong32
)p2
;
1505 cmd_ptr
->u
.ioctl
.param_size
= (ushort
)p3
;
1506 cmd_ptr
->u
.ioctl
.p_param
= ha
->scratch_phys
;
1508 if (ha
->cache_feat
& GDT_64BIT
) {
1509 cmd_ptr
->u
.cache64
.DeviceNo
= (ushort
)p1
;
1510 cmd_ptr
->u
.cache64
.BlockNo
= p2
;
1512 cmd_ptr
->u
.cache
.DeviceNo
= (ushort
)p1
;
1513 cmd_ptr
->u
.cache
.BlockNo
= (ulong32
)p2
;
1516 } else if (service
== SCSIRAWSERVICE
) {
1517 if (ha
->raw_feat
& GDT_64BIT
) {
1518 cmd_ptr
->u
.raw64
.direction
= p1
;
1519 cmd_ptr
->u
.raw64
.bus
= (unchar
)p2
;
1520 cmd_ptr
->u
.raw64
.target
= (unchar
)p3
;
1521 cmd_ptr
->u
.raw64
.lun
= (unchar
)(p3
>> 8);
1523 cmd_ptr
->u
.raw
.direction
= p1
;
1524 cmd_ptr
->u
.raw
.bus
= (unchar
)p2
;
1525 cmd_ptr
->u
.raw
.target
= (unchar
)p3
;
1526 cmd_ptr
->u
.raw
.lun
= (unchar
)(p3
>> 8);
1528 } else if (service
== SCREENSERVICE
) {
1529 if (opcode
== GDT_REALTIME
) {
1530 *(ulong32
*)&cmd_ptr
->u
.screen
.su
.data
[0] = p1
;
1531 *(ulong32
*)&cmd_ptr
->u
.screen
.su
.data
[4] = (ulong32
)p2
;
1532 *(ulong32
*)&cmd_ptr
->u
.screen
.su
.data
[8] = (ulong32
)p3
;
1535 ha
->cmd_len
= sizeof(gdth_cmd_str
);
1536 ha
->cmd_offs_dpmem
= 0;
1538 gdth_copy_command(ha
);
1539 gdth_release_event(ha
);
1541 if (!gdth_wait(ha
, index
, INIT_TIMEOUT
)) {
1542 printk("GDT: Initialization error (timeout service %d)\n",service
);
1545 if (ha
->status
!= S_BSY
|| --retries
== 0)
1550 return (ha
->status
!= S_OK
? 0:1);
1554 /* search for devices */
1556 static int __devinit
gdth_search_drives(gdth_ha_str
*ha
)
1560 ulong32 bus_no
, drv_cnt
, drv_no
, j
;
1561 gdth_getch_str
*chn
;
1562 gdth_drlist_str
*drl
;
1563 gdth_iochan_str
*ioc
;
1564 gdth_raw_iochan_str
*iocr
;
1565 gdth_arcdl_str
*alst
;
1566 gdth_alist_str
*alst2
;
1567 gdth_oem_str_ioctl
*oemstr
;
1569 gdth_perf_modes
*pmod
;
1577 TRACE(("gdth_search_drives() hanum %d\n", ha
->hanum
));
1580 /* initialize controller services, at first: screen service */
1581 ha
->screen_feat
= 0;
1583 ok
= gdth_internal_cmd(ha
, SCREENSERVICE
, GDT_X_INIT_SCR
, 0, 0, 0);
1585 ha
->screen_feat
= GDT_64BIT
;
1587 if (force_dma32
|| (!ok
&& ha
->status
== (ushort
)S_NOFUNC
))
1588 ok
= gdth_internal_cmd(ha
, SCREENSERVICE
, GDT_INIT
, 0, 0, 0);
1590 printk("GDT-HA %d: Initialization error screen service (code %d)\n",
1591 ha
->hanum
, ha
->status
);
1594 TRACE2(("gdth_search_drives(): SCREENSERVICE initialized\n"));
1597 /* read realtime clock info, send to controller */
1598 /* 1. wait for the falling edge of update flag */
1599 spin_lock_irqsave(&rtc_lock
, flags
);
1600 for (j
= 0; j
< 1000000; ++j
)
1601 if (CMOS_READ(RTC_FREQ_SELECT
) & RTC_UIP
)
1603 for (j
= 0; j
< 1000000; ++j
)
1604 if (!(CMOS_READ(RTC_FREQ_SELECT
) & RTC_UIP
))
1608 for (j
= 0; j
< 12; ++j
)
1609 rtc
[j
] = CMOS_READ(j
);
1610 } while (rtc
[0] != CMOS_READ(0));
1611 spin_unlock_irqrestore(&rtc_lock
, flags
);
1612 TRACE2(("gdth_search_drives(): RTC: %x/%x/%x\n",*(ulong32
*)&rtc
[0],
1613 *(ulong32
*)&rtc
[4], *(ulong32
*)&rtc
[8]));
1614 /* 3. send to controller firmware */
1615 gdth_internal_cmd(ha
, SCREENSERVICE
, GDT_REALTIME
, *(ulong32
*)&rtc
[0],
1616 *(ulong32
*)&rtc
[4], *(ulong32
*)&rtc
[8]);
1619 /* unfreeze all IOs */
1620 gdth_internal_cmd(ha
, CACHESERVICE
, GDT_UNFREEZE_IO
, 0, 0, 0);
1622 /* initialize cache service */
1625 ok
= gdth_internal_cmd(ha
, CACHESERVICE
, GDT_X_INIT_HOST
, LINUX_OS
,
1628 ha
->cache_feat
= GDT_64BIT
;
1630 if (force_dma32
|| (!ok
&& ha
->status
== (ushort
)S_NOFUNC
))
1631 ok
= gdth_internal_cmd(ha
, CACHESERVICE
, GDT_INIT
, LINUX_OS
, 0, 0);
1633 printk("GDT-HA %d: Initialization error cache service (code %d)\n",
1634 ha
->hanum
, ha
->status
);
1637 TRACE2(("gdth_search_drives(): CACHESERVICE initialized\n"));
1638 cdev_cnt
= (ushort
)ha
->info
;
1639 ha
->fw_vers
= ha
->service
;
1642 if (ha
->type
== GDT_PCIMPR
) {
1643 /* set perf. modes */
1644 pmod
= (gdth_perf_modes
*)ha
->pscratch
;
1646 pmod
->st_mode
= 1; /* enable one status buffer */
1647 *((ulong64
*)&pmod
->st_buff_addr1
) = ha
->coal_stat_phys
;
1648 pmod
->st_buff_indx1
= COALINDEX
;
1649 pmod
->st_buff_addr2
= 0;
1650 pmod
->st_buff_u_addr2
= 0;
1651 pmod
->st_buff_indx2
= 0;
1652 pmod
->st_buff_size
= sizeof(gdth_coal_status
) * MAXOFFSETS
;
1653 pmod
->cmd_mode
= 0; // disable all cmd buffers
1654 pmod
->cmd_buff_addr1
= 0;
1655 pmod
->cmd_buff_u_addr1
= 0;
1656 pmod
->cmd_buff_indx1
= 0;
1657 pmod
->cmd_buff_addr2
= 0;
1658 pmod
->cmd_buff_u_addr2
= 0;
1659 pmod
->cmd_buff_indx2
= 0;
1660 pmod
->cmd_buff_size
= 0;
1661 pmod
->reserved1
= 0;
1662 pmod
->reserved2
= 0;
1663 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
, SET_PERF_MODES
,
1664 INVALID_CHANNEL
,sizeof(gdth_perf_modes
))) {
1665 printk("GDT-HA %d: Interrupt coalescing activated\n", ha
->hanum
);
1670 /* detect number of buses - try new IOCTL */
1671 iocr
= (gdth_raw_iochan_str
*)ha
->pscratch
;
1672 iocr
->hdr
.version
= 0xffffffff;
1673 iocr
->hdr
.list_entries
= MAXBUS
;
1674 iocr
->hdr
.first_chan
= 0;
1675 iocr
->hdr
.last_chan
= MAXBUS
-1;
1676 iocr
->hdr
.list_offset
= GDTOFFSOF(gdth_raw_iochan_str
, list
[0]);
1677 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
, IOCHAN_RAW_DESC
,
1678 INVALID_CHANNEL
,sizeof(gdth_raw_iochan_str
))) {
1679 TRACE2(("IOCHAN_RAW_DESC supported!\n"));
1680 ha
->bus_cnt
= iocr
->hdr
.chan_count
;
1681 for (bus_no
= 0; bus_no
< ha
->bus_cnt
; ++bus_no
) {
1682 if (iocr
->list
[bus_no
].proc_id
< MAXID
)
1683 ha
->bus_id
[bus_no
] = iocr
->list
[bus_no
].proc_id
;
1685 ha
->bus_id
[bus_no
] = 0xff;
1689 chn
= (gdth_getch_str
*)ha
->pscratch
;
1690 for (bus_no
= 0; bus_no
< MAXBUS
; ++bus_no
) {
1691 chn
->channel_no
= bus_no
;
1692 if (!gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
,
1693 SCSI_CHAN_CNT
| L_CTRL_PATTERN
,
1694 IO_CHANNEL
| INVALID_CHANNEL
,
1695 sizeof(gdth_getch_str
))) {
1697 printk("GDT-HA %d: Error detecting channel count (0x%x)\n",
1698 ha
->hanum
, ha
->status
);
1703 if (chn
->siop_id
< MAXID
)
1704 ha
->bus_id
[bus_no
] = chn
->siop_id
;
1706 ha
->bus_id
[bus_no
] = 0xff;
1708 ha
->bus_cnt
= (unchar
)bus_no
;
1710 TRACE2(("gdth_search_drives() %d channels\n",ha
->bus_cnt
));
1712 /* read cache configuration */
1713 if (!gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
, CACHE_INFO
,
1714 INVALID_CHANNEL
,sizeof(gdth_cinfo_str
))) {
1715 printk("GDT-HA %d: Initialization error cache service (code %d)\n",
1716 ha
->hanum
, ha
->status
);
1719 ha
->cpar
= ((gdth_cinfo_str
*)ha
->pscratch
)->cpar
;
1720 TRACE2(("gdth_search_drives() cinfo: vs %x sta %d str %d dw %d b %d\n",
1721 ha
->cpar
.version
,ha
->cpar
.state
,ha
->cpar
.strategy
,
1722 ha
->cpar
.write_back
,ha
->cpar
.block_size
));
1724 /* read board info and features */
1725 ha
->more_proc
= FALSE
;
1726 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
, BOARD_INFO
,
1727 INVALID_CHANNEL
,sizeof(gdth_binfo_str
))) {
1728 memcpy(&ha
->binfo
, (gdth_binfo_str
*)ha
->pscratch
,
1729 sizeof(gdth_binfo_str
));
1730 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
, BOARD_FEATURES
,
1731 INVALID_CHANNEL
,sizeof(gdth_bfeat_str
))) {
1732 TRACE2(("BOARD_INFO/BOARD_FEATURES supported\n"));
1733 ha
->bfeat
= *(gdth_bfeat_str
*)ha
->pscratch
;
1734 ha
->more_proc
= TRUE
;
1737 TRACE2(("BOARD_INFO requires firmware >= 1.10/2.08\n"));
1738 strcpy(ha
->binfo
.type_string
, gdth_ctr_name(ha
));
1740 TRACE2(("Controller name: %s\n",ha
->binfo
.type_string
));
1742 /* read more informations */
1743 if (ha
->more_proc
) {
1744 /* physical drives, channel addresses */
1745 ioc
= (gdth_iochan_str
*)ha
->pscratch
;
1746 ioc
->hdr
.version
= 0xffffffff;
1747 ioc
->hdr
.list_entries
= MAXBUS
;
1748 ioc
->hdr
.first_chan
= 0;
1749 ioc
->hdr
.last_chan
= MAXBUS
-1;
1750 ioc
->hdr
.list_offset
= GDTOFFSOF(gdth_iochan_str
, list
[0]);
1751 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
, IOCHAN_DESC
,
1752 INVALID_CHANNEL
,sizeof(gdth_iochan_str
))) {
1753 for (bus_no
= 0; bus_no
< ha
->bus_cnt
; ++bus_no
) {
1754 ha
->raw
[bus_no
].address
= ioc
->list
[bus_no
].address
;
1755 ha
->raw
[bus_no
].local_no
= ioc
->list
[bus_no
].local_no
;
1758 for (bus_no
= 0; bus_no
< ha
->bus_cnt
; ++bus_no
) {
1759 ha
->raw
[bus_no
].address
= IO_CHANNEL
;
1760 ha
->raw
[bus_no
].local_no
= bus_no
;
1763 for (bus_no
= 0; bus_no
< ha
->bus_cnt
; ++bus_no
) {
1764 chn
= (gdth_getch_str
*)ha
->pscratch
;
1765 chn
->channel_no
= ha
->raw
[bus_no
].local_no
;
1766 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
,
1767 SCSI_CHAN_CNT
| L_CTRL_PATTERN
,
1768 ha
->raw
[bus_no
].address
| INVALID_CHANNEL
,
1769 sizeof(gdth_getch_str
))) {
1770 ha
->raw
[bus_no
].pdev_cnt
= chn
->drive_cnt
;
1771 TRACE2(("Channel %d: %d phys. drives\n",
1772 bus_no
,chn
->drive_cnt
));
1774 if (ha
->raw
[bus_no
].pdev_cnt
> 0) {
1775 drl
= (gdth_drlist_str
*)ha
->pscratch
;
1776 drl
->sc_no
= ha
->raw
[bus_no
].local_no
;
1777 drl
->sc_cnt
= ha
->raw
[bus_no
].pdev_cnt
;
1778 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
,
1779 SCSI_DR_LIST
| L_CTRL_PATTERN
,
1780 ha
->raw
[bus_no
].address
| INVALID_CHANNEL
,
1781 sizeof(gdth_drlist_str
))) {
1782 for (j
= 0; j
< ha
->raw
[bus_no
].pdev_cnt
; ++j
)
1783 ha
->raw
[bus_no
].id_list
[j
] = drl
->sc_list
[j
];
1785 ha
->raw
[bus_no
].pdev_cnt
= 0;
1790 /* logical drives */
1791 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
, CACHE_DRV_CNT
,
1792 INVALID_CHANNEL
,sizeof(ulong32
))) {
1793 drv_cnt
= *(ulong32
*)ha
->pscratch
;
1794 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
, CACHE_DRV_LIST
,
1795 INVALID_CHANNEL
,drv_cnt
* sizeof(ulong32
))) {
1796 for (j
= 0; j
< drv_cnt
; ++j
) {
1797 drv_no
= ((ulong32
*)ha
->pscratch
)[j
];
1798 if (drv_no
< MAX_LDRIVES
) {
1799 ha
->hdr
[drv_no
].is_logdrv
= TRUE
;
1800 TRACE2(("Drive %d is log. drive\n",drv_no
));
1804 alst
= (gdth_arcdl_str
*)ha
->pscratch
;
1805 alst
->entries_avail
= MAX_LDRIVES
;
1806 alst
->first_entry
= 0;
1807 alst
->list_offset
= GDTOFFSOF(gdth_arcdl_str
, list
[0]);
1808 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
,
1809 ARRAY_DRV_LIST2
| LA_CTRL_PATTERN
,
1810 INVALID_CHANNEL
, sizeof(gdth_arcdl_str
) +
1811 (alst
->entries_avail
-1) * sizeof(gdth_alist_str
))) {
1812 for (j
= 0; j
< alst
->entries_init
; ++j
) {
1813 ha
->hdr
[j
].is_arraydrv
= alst
->list
[j
].is_arrayd
;
1814 ha
->hdr
[j
].is_master
= alst
->list
[j
].is_master
;
1815 ha
->hdr
[j
].is_parity
= alst
->list
[j
].is_parity
;
1816 ha
->hdr
[j
].is_hotfix
= alst
->list
[j
].is_hotfix
;
1817 ha
->hdr
[j
].master_no
= alst
->list
[j
].cd_handle
;
1819 } else if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
,
1820 ARRAY_DRV_LIST
| LA_CTRL_PATTERN
,
1821 0, 35 * sizeof(gdth_alist_str
))) {
1822 for (j
= 0; j
< 35; ++j
) {
1823 alst2
= &((gdth_alist_str
*)ha
->pscratch
)[j
];
1824 ha
->hdr
[j
].is_arraydrv
= alst2
->is_arrayd
;
1825 ha
->hdr
[j
].is_master
= alst2
->is_master
;
1826 ha
->hdr
[j
].is_parity
= alst2
->is_parity
;
1827 ha
->hdr
[j
].is_hotfix
= alst2
->is_hotfix
;
1828 ha
->hdr
[j
].master_no
= alst2
->cd_handle
;
1834 /* initialize raw service */
1837 ok
= gdth_internal_cmd(ha
, SCSIRAWSERVICE
, GDT_X_INIT_RAW
, 0, 0, 0);
1839 ha
->raw_feat
= GDT_64BIT
;
1841 if (force_dma32
|| (!ok
&& ha
->status
== (ushort
)S_NOFUNC
))
1842 ok
= gdth_internal_cmd(ha
, SCSIRAWSERVICE
, GDT_INIT
, 0, 0, 0);
1844 printk("GDT-HA %d: Initialization error raw service (code %d)\n",
1845 ha
->hanum
, ha
->status
);
1848 TRACE2(("gdth_search_drives(): RAWSERVICE initialized\n"));
1850 /* set/get features raw service (scatter/gather) */
1851 if (gdth_internal_cmd(ha
, SCSIRAWSERVICE
, GDT_SET_FEAT
, SCATTER_GATHER
,
1853 TRACE2(("gdth_search_drives(): set features RAWSERVICE OK\n"));
1854 if (gdth_internal_cmd(ha
, SCSIRAWSERVICE
, GDT_GET_FEAT
, 0, 0, 0)) {
1855 TRACE2(("gdth_search_dr(): get feat RAWSERVICE %d\n",
1857 ha
->raw_feat
|= (ushort
)ha
->info
;
1861 /* set/get features cache service (equal to raw service) */
1862 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_SET_FEAT
, 0,
1863 SCATTER_GATHER
,0)) {
1864 TRACE2(("gdth_search_drives(): set features CACHESERVICE OK\n"));
1865 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_GET_FEAT
, 0, 0, 0)) {
1866 TRACE2(("gdth_search_dr(): get feat CACHESERV. %d\n",
1868 ha
->cache_feat
|= (ushort
)ha
->info
;
1872 /* reserve drives for raw service */
1873 if (reserve_mode
!= 0) {
1874 gdth_internal_cmd(ha
, SCSIRAWSERVICE
, GDT_RESERVE_ALL
,
1875 reserve_mode
== 1 ? 1 : 3, 0, 0);
1876 TRACE2(("gdth_search_drives(): RESERVE_ALL code %d\n",
1879 for (i
= 0; i
< MAX_RES_ARGS
; i
+= 4) {
1880 if (reserve_list
[i
] == ha
->hanum
&& reserve_list
[i
+1] < ha
->bus_cnt
&&
1881 reserve_list
[i
+2] < ha
->tid_cnt
&& reserve_list
[i
+3] < MAXLUN
) {
1882 TRACE2(("gdth_search_drives(): reserve ha %d bus %d id %d lun %d\n",
1883 reserve_list
[i
], reserve_list
[i
+1],
1884 reserve_list
[i
+2], reserve_list
[i
+3]));
1885 if (!gdth_internal_cmd(ha
, SCSIRAWSERVICE
, GDT_RESERVE
, 0,
1886 reserve_list
[i
+1], reserve_list
[i
+2] |
1887 (reserve_list
[i
+3] << 8))) {
1888 printk("GDT-HA %d: Error raw service (RESERVE, code %d)\n",
1889 ha
->hanum
, ha
->status
);
1894 /* Determine OEM string using IOCTL */
1895 oemstr
= (gdth_oem_str_ioctl
*)ha
->pscratch
;
1896 oemstr
->params
.ctl_version
= 0x01;
1897 oemstr
->params
.buffer_size
= sizeof(oemstr
->text
);
1898 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_IOCTL
,
1899 CACHE_READ_OEM_STRING_RECORD
,INVALID_CHANNEL
,
1900 sizeof(gdth_oem_str_ioctl
))) {
1901 TRACE2(("gdth_search_drives(): CACHE_READ_OEM_STRING_RECORD OK\n"));
1902 printk("GDT-HA %d: Vendor: %s Name: %s\n",
1903 ha
->hanum
, oemstr
->text
.oem_company_name
, ha
->binfo
.type_string
);
1904 /* Save the Host Drive inquiry data */
1905 strlcpy(ha
->oem_name
,oemstr
->text
.scsi_host_drive_inquiry_vendor_id
,
1906 sizeof(ha
->oem_name
));
1908 /* Old method, based on PCI ID */
1909 TRACE2(("gdth_search_drives(): CACHE_READ_OEM_STRING_RECORD failed\n"));
1910 printk("GDT-HA %d: Name: %s\n",
1911 ha
->hanum
, ha
->binfo
.type_string
);
1912 if (ha
->oem_id
== OEM_ID_INTEL
)
1913 strlcpy(ha
->oem_name
,"Intel ", sizeof(ha
->oem_name
));
1915 strlcpy(ha
->oem_name
,"ICP ", sizeof(ha
->oem_name
));
1918 /* scanning for host drives */
1919 for (i
= 0; i
< cdev_cnt
; ++i
)
1920 gdth_analyse_hdrive(ha
, i
);
1922 TRACE(("gdth_search_drives() OK\n"));
1926 static int gdth_analyse_hdrive(gdth_ha_str
*ha
, ushort hdrive
)
1929 int drv_hds
, drv_secs
;
1931 TRACE(("gdth_analyse_hdrive() hanum %d drive %d\n", ha
->hanum
, hdrive
));
1932 if (hdrive
>= MAX_HDRIVES
)
1935 if (!gdth_internal_cmd(ha
, CACHESERVICE
, GDT_INFO
, hdrive
, 0, 0))
1937 ha
->hdr
[hdrive
].present
= TRUE
;
1938 ha
->hdr
[hdrive
].size
= ha
->info
;
1940 /* evaluate mapping (sectors per head, heads per cylinder) */
1941 ha
->hdr
[hdrive
].size
&= ~SECS32
;
1942 if (ha
->info2
== 0) {
1943 gdth_eval_mapping(ha
->hdr
[hdrive
].size
,&drv_cyls
,&drv_hds
,&drv_secs
);
1945 drv_hds
= ha
->info2
& 0xff;
1946 drv_secs
= (ha
->info2
>> 8) & 0xff;
1947 drv_cyls
= (ulong32
)ha
->hdr
[hdrive
].size
/ drv_hds
/ drv_secs
;
1949 ha
->hdr
[hdrive
].heads
= (unchar
)drv_hds
;
1950 ha
->hdr
[hdrive
].secs
= (unchar
)drv_secs
;
1952 ha
->hdr
[hdrive
].size
= drv_cyls
* drv_hds
* drv_secs
;
1954 if (ha
->cache_feat
& GDT_64BIT
) {
1955 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_X_INFO
, hdrive
, 0, 0)
1956 && ha
->info2
!= 0) {
1957 ha
->hdr
[hdrive
].size
= ((ulong64
)ha
->info2
<< 32) | ha
->info
;
1960 TRACE2(("gdth_search_dr() cdr. %d size %d hds %d scs %d\n",
1961 hdrive
,ha
->hdr
[hdrive
].size
,drv_hds
,drv_secs
));
1963 /* get informations about device */
1964 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_DEVTYPE
, hdrive
, 0, 0)) {
1965 TRACE2(("gdth_search_dr() cache drive %d devtype %d\n",
1967 ha
->hdr
[hdrive
].devtype
= (ushort
)ha
->info
;
1971 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_CLUST_INFO
, hdrive
, 0, 0)) {
1972 TRACE2(("gdth_search_dr() cache drive %d cluster info %d\n",
1975 ha
->hdr
[hdrive
].cluster_type
= (unchar
)ha
->info
;
1978 /* R/W attributes */
1979 if (gdth_internal_cmd(ha
, CACHESERVICE
, GDT_RW_ATTRIBS
, hdrive
, 0, 0)) {
1980 TRACE2(("gdth_search_dr() cache drive %d r/w attrib. %d\n",
1982 ha
->hdr
[hdrive
].rw_attribs
= (unchar
)ha
->info
;
1989 /* command queueing/sending functions */
1991 static void gdth_putq(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
, unchar priority
)
1993 struct gdth_cmndinfo
*cmndinfo
= gdth_cmnd_priv(scp
);
1994 register Scsi_Cmnd
*pscp
;
1995 register Scsi_Cmnd
*nscp
;
1998 TRACE(("gdth_putq() priority %d\n",priority
));
1999 spin_lock_irqsave(&ha
->smp_lock
, flags
);
2001 if (!cmndinfo
->internal_command
)
2002 cmndinfo
->priority
= priority
;
2004 if (ha
->req_first
==NULL
) {
2005 ha
->req_first
= scp
; /* queue was empty */
2006 scp
->SCp
.ptr
= NULL
;
2007 } else { /* queue not empty */
2008 pscp
= ha
->req_first
;
2009 nscp
= (Scsi_Cmnd
*)pscp
->SCp
.ptr
;
2010 /* priority: 0-highest,..,0xff-lowest */
2011 while (nscp
&& gdth_cmnd_priv(nscp
)->priority
<= priority
) {
2013 nscp
= (Scsi_Cmnd
*)pscp
->SCp
.ptr
;
2015 pscp
->SCp
.ptr
= (char *)scp
;
2016 scp
->SCp
.ptr
= (char *)nscp
;
2018 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
2020 #ifdef GDTH_STATISTICS
2022 for (nscp
=ha
->req_first
; nscp
; nscp
=(Scsi_Cmnd
*)nscp
->SCp
.ptr
)
2024 if (max_rq
< flags
) {
2026 TRACE3(("GDT: max_rq = %d\n",(ushort
)max_rq
));
2031 static void gdth_next(gdth_ha_str
*ha
)
2033 register Scsi_Cmnd
*pscp
;
2034 register Scsi_Cmnd
*nscp
;
2035 unchar b
, t
, l
, firsttime
;
2036 unchar this_cmd
, next_cmd
;
2040 TRACE(("gdth_next() hanum %d\n", ha
->hanum
));
2042 spin_lock_irqsave(&ha
->smp_lock
, flags
);
2044 ha
->cmd_cnt
= ha
->cmd_offs_dpmem
= 0;
2045 this_cmd
= firsttime
= TRUE
;
2046 next_cmd
= gdth_polling
? FALSE
:TRUE
;
2049 for (nscp
= pscp
= ha
->req_first
; nscp
; nscp
= (Scsi_Cmnd
*)nscp
->SCp
.ptr
) {
2050 struct gdth_cmndinfo
*nscp_cmndinfo
= gdth_cmnd_priv(nscp
);
2051 if (nscp
!= pscp
&& nscp
!= (Scsi_Cmnd
*)pscp
->SCp
.ptr
)
2052 pscp
= (Scsi_Cmnd
*)pscp
->SCp
.ptr
;
2053 if (!nscp_cmndinfo
->internal_command
) {
2054 b
= nscp
->device
->channel
;
2055 t
= nscp
->device
->id
;
2056 l
= nscp
->device
->lun
;
2057 if (nscp_cmndinfo
->priority
>= DEFAULT_PRI
) {
2058 if ((b
!= ha
->virt_bus
&& ha
->raw
[BUS_L2P(ha
,b
)].lock
) ||
2059 (b
== ha
->virt_bus
&& t
< MAX_HDRIVES
&& ha
->hdr
[t
].lock
))
2066 if (gdth_test_busy(ha
)) { /* controller busy ? */
2067 TRACE(("gdth_next() controller %d busy !\n", ha
->hanum
));
2068 if (!gdth_polling
) {
2069 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
2072 while (gdth_test_busy(ha
))
2078 if (!nscp_cmndinfo
->internal_command
) {
2079 if (nscp_cmndinfo
->phase
== -1) {
2080 nscp_cmndinfo
->phase
= CACHESERVICE
; /* default: cache svc. */
2081 if (nscp
->cmnd
[0] == TEST_UNIT_READY
) {
2082 TRACE2(("TEST_UNIT_READY Bus %d Id %d LUN %d\n",
2084 /* TEST_UNIT_READY -> set scan mode */
2085 if ((ha
->scan_mode
& 0x0f) == 0) {
2086 if (b
== 0 && t
== 0 && l
== 0) {
2088 TRACE2(("Scan mode: 0x%x\n", ha
->scan_mode
));
2090 } else if ((ha
->scan_mode
& 0x0f) == 1) {
2091 if (b
== 0 && ((t
== 0 && l
== 1) ||
2092 (t
== 1 && l
== 0))) {
2093 nscp_cmndinfo
->OpCode
= GDT_SCAN_START
;
2094 nscp_cmndinfo
->phase
= ((ha
->scan_mode
& 0x10 ? 1:0) << 8)
2096 ha
->scan_mode
= 0x12;
2097 TRACE2(("Scan mode: 0x%x (SCAN_START)\n",
2100 ha
->scan_mode
&= 0x10;
2101 TRACE2(("Scan mode: 0x%x\n", ha
->scan_mode
));
2103 } else if (ha
->scan_mode
== 0x12) {
2104 if (b
== ha
->bus_cnt
&& t
== ha
->tid_cnt
-1) {
2105 nscp_cmndinfo
->phase
= SCSIRAWSERVICE
;
2106 nscp_cmndinfo
->OpCode
= GDT_SCAN_END
;
2107 ha
->scan_mode
&= 0x10;
2108 TRACE2(("Scan mode: 0x%x (SCAN_END)\n",
2113 if (b
== ha
->virt_bus
&& nscp
->cmnd
[0] != INQUIRY
&&
2114 nscp
->cmnd
[0] != READ_CAPACITY
&& nscp
->cmnd
[0] != MODE_SENSE
&&
2115 (ha
->hdr
[t
].cluster_type
& CLUSTER_DRIVE
)) {
2116 /* always GDT_CLUST_INFO! */
2117 nscp_cmndinfo
->OpCode
= GDT_CLUST_INFO
;
2122 if (nscp_cmndinfo
->OpCode
!= -1) {
2123 if ((nscp_cmndinfo
->phase
& 0xff) == CACHESERVICE
) {
2124 if (!(cmd_index
=gdth_fill_cache_cmd(ha
, nscp
, t
)))
2127 } else if ((nscp_cmndinfo
->phase
& 0xff) == SCSIRAWSERVICE
) {
2128 if (!(cmd_index
=gdth_fill_raw_cmd(ha
, nscp
, BUS_L2P(ha
, b
))))
2132 memset((char*)nscp
->sense_buffer
,0,16);
2133 nscp
->sense_buffer
[0] = 0x70;
2134 nscp
->sense_buffer
[2] = NOT_READY
;
2135 nscp
->result
= (DID_OK
<< 16) | (CHECK_CONDITION
<< 1);
2136 if (!nscp_cmndinfo
->wait_for_completion
)
2137 nscp_cmndinfo
->wait_for_completion
++;
2139 gdth_scsi_done(nscp
);
2141 } else if (gdth_cmnd_priv(nscp
)->internal_command
) {
2142 if (!(cmd_index
=gdth_special_cmd(ha
, nscp
)))
2145 } else if (b
!= ha
->virt_bus
) {
2146 if (ha
->raw
[BUS_L2P(ha
,b
)].io_cnt
[t
] >= GDTH_MAX_RAW
||
2147 !(cmd_index
=gdth_fill_raw_cmd(ha
, nscp
, BUS_L2P(ha
, b
))))
2150 ha
->raw
[BUS_L2P(ha
,b
)].io_cnt
[t
]++;
2151 } else if (t
>= MAX_HDRIVES
|| !ha
->hdr
[t
].present
|| l
!= 0) {
2152 TRACE2(("Command 0x%x to bus %d id %d lun %d -> IGNORE\n",
2153 nscp
->cmnd
[0], b
, t
, l
));
2154 nscp
->result
= DID_BAD_TARGET
<< 16;
2155 if (!nscp_cmndinfo
->wait_for_completion
)
2156 nscp_cmndinfo
->wait_for_completion
++;
2158 gdth_scsi_done(nscp
);
2160 switch (nscp
->cmnd
[0]) {
2161 case TEST_UNIT_READY
:
2168 case SERVICE_ACTION_IN
:
2169 TRACE(("cache cmd %x/%x/%x/%x/%x/%x\n",nscp
->cmnd
[0],
2170 nscp
->cmnd
[1],nscp
->cmnd
[2],nscp
->cmnd
[3],
2171 nscp
->cmnd
[4],nscp
->cmnd
[5]));
2172 if (ha
->hdr
[t
].media_changed
&& nscp
->cmnd
[0] != INQUIRY
) {
2173 /* return UNIT_ATTENTION */
2174 TRACE2(("cmd 0x%x target %d: UNIT_ATTENTION\n",
2176 ha
->hdr
[t
].media_changed
= FALSE
;
2177 memset((char*)nscp
->sense_buffer
,0,16);
2178 nscp
->sense_buffer
[0] = 0x70;
2179 nscp
->sense_buffer
[2] = UNIT_ATTENTION
;
2180 nscp
->result
= (DID_OK
<< 16) | (CHECK_CONDITION
<< 1);
2181 if (!nscp_cmndinfo
->wait_for_completion
)
2182 nscp_cmndinfo
->wait_for_completion
++;
2184 gdth_scsi_done(nscp
);
2185 } else if (gdth_internal_cache_cmd(ha
, nscp
))
2186 gdth_scsi_done(nscp
);
2189 case ALLOW_MEDIUM_REMOVAL
:
2190 TRACE(("cache cmd %x/%x/%x/%x/%x/%x\n",nscp
->cmnd
[0],
2191 nscp
->cmnd
[1],nscp
->cmnd
[2],nscp
->cmnd
[3],
2192 nscp
->cmnd
[4],nscp
->cmnd
[5]));
2193 if ( (nscp
->cmnd
[4]&1) && !(ha
->hdr
[t
].devtype
&1) ) {
2194 TRACE(("Prevent r. nonremov. drive->do nothing\n"));
2195 nscp
->result
= DID_OK
<< 16;
2196 nscp
->sense_buffer
[0] = 0;
2197 if (!nscp_cmndinfo
->wait_for_completion
)
2198 nscp_cmndinfo
->wait_for_completion
++;
2200 gdth_scsi_done(nscp
);
2202 nscp
->cmnd
[3] = (ha
->hdr
[t
].devtype
&1) ? 1:0;
2203 TRACE(("Prevent/allow r. %d rem. drive %d\n",
2204 nscp
->cmnd
[4],nscp
->cmnd
[3]));
2205 if (!(cmd_index
=gdth_fill_cache_cmd(ha
, nscp
, t
)))
2212 TRACE2(("cache cmd %s\n",nscp
->cmnd
[0] == RESERVE
?
2213 "RESERVE" : "RELEASE"));
2214 if (!(cmd_index
=gdth_fill_cache_cmd(ha
, nscp
, t
)))
2224 if (ha
->hdr
[t
].media_changed
) {
2225 /* return UNIT_ATTENTION */
2226 TRACE2(("cmd 0x%x target %d: UNIT_ATTENTION\n",
2228 ha
->hdr
[t
].media_changed
= FALSE
;
2229 memset((char*)nscp
->sense_buffer
,0,16);
2230 nscp
->sense_buffer
[0] = 0x70;
2231 nscp
->sense_buffer
[2] = UNIT_ATTENTION
;
2232 nscp
->result
= (DID_OK
<< 16) | (CHECK_CONDITION
<< 1);
2233 if (!nscp_cmndinfo
->wait_for_completion
)
2234 nscp_cmndinfo
->wait_for_completion
++;
2236 gdth_scsi_done(nscp
);
2237 } else if (!(cmd_index
=gdth_fill_cache_cmd(ha
, nscp
, t
)))
2242 TRACE2(("cache cmd %x/%x/%x/%x/%x/%x unknown\n",nscp
->cmnd
[0],
2243 nscp
->cmnd
[1],nscp
->cmnd
[2],nscp
->cmnd
[3],
2244 nscp
->cmnd
[4],nscp
->cmnd
[5]));
2245 printk("GDT-HA %d: Unknown SCSI command 0x%x to cache service !\n",
2246 ha
->hanum
, nscp
->cmnd
[0]);
2247 nscp
->result
= DID_ABORT
<< 16;
2248 if (!nscp_cmndinfo
->wait_for_completion
)
2249 nscp_cmndinfo
->wait_for_completion
++;
2251 gdth_scsi_done(nscp
);
2258 if (nscp
== ha
->req_first
)
2259 ha
->req_first
= pscp
= (Scsi_Cmnd
*)nscp
->SCp
.ptr
;
2261 pscp
->SCp
.ptr
= nscp
->SCp
.ptr
;
2266 if (ha
->cmd_cnt
> 0) {
2267 gdth_release_event(ha
);
2271 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
2273 if (gdth_polling
&& ha
->cmd_cnt
> 0) {
2274 if (!gdth_wait(ha
, cmd_index
, POLL_TIMEOUT
))
2275 printk("GDT-HA %d: Command %d timed out !\n",
2276 ha
->hanum
, cmd_index
);
2281 * gdth_copy_internal_data() - copy to/from a buffer onto a scsi_cmnd's
2282 * buffers, kmap_atomic() as needed.
2284 static void gdth_copy_internal_data(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
,
2285 char *buffer
, ushort count
)
2287 ushort cpcount
,i
, max_sg
= scsi_sg_count(scp
);
2289 struct scatterlist
*sl
;
2292 cpcount
= min_t(ushort
, count
, scsi_bufflen(scp
));
2296 scsi_for_each_sg(scp
, sl
, max_sg
, i
) {
2297 unsigned long flags
;
2298 cpnow
= (ushort
)sl
->length
;
2299 TRACE(("copy_internal() now %d sum %d count %d %d\n",
2300 cpnow
, cpsum
, cpcount
, scsi_bufflen(scp
)));
2301 if (cpsum
+cpnow
> cpcount
)
2302 cpnow
= cpcount
- cpsum
;
2305 printk("GDT-HA %d: invalid sc/gt element in gdth_copy_internal_data()\n",
2309 local_irq_save(flags
);
2310 address
= kmap_atomic(sg_page(sl
), KM_BIO_SRC_IRQ
) + sl
->offset
;
2311 memcpy(address
, buffer
, cpnow
);
2312 flush_dcache_page(sg_page(sl
));
2313 kunmap_atomic(address
, KM_BIO_SRC_IRQ
);
2314 local_irq_restore(flags
);
2315 if (cpsum
== cpcount
)
2320 printk("GDT-HA %d: SCSI command with no buffers but data transfer expected!\n",
2326 static int gdth_internal_cache_cmd(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
)
2330 gdth_rdcap_data rdc
;
2332 gdth_modep_data mpd
;
2333 struct gdth_cmndinfo
*cmndinfo
= gdth_cmnd_priv(scp
);
2335 t
= scp
->device
->id
;
2336 TRACE(("gdth_internal_cache_cmd() cmd 0x%x hdrive %d\n",
2339 scp
->result
= DID_OK
<< 16;
2340 scp
->sense_buffer
[0] = 0;
2342 switch (scp
->cmnd
[0]) {
2343 case TEST_UNIT_READY
:
2346 TRACE2(("Test/Verify/Start hdrive %d\n",t
));
2350 TRACE2(("Inquiry hdrive %d devtype %d\n",
2351 t
,ha
->hdr
[t
].devtype
));
2352 inq
.type_qual
= (ha
->hdr
[t
].devtype
&4) ? TYPE_ROM
:TYPE_DISK
;
2353 /* you can here set all disks to removable, if you want to do
2354 a flush using the ALLOW_MEDIUM_REMOVAL command */
2355 inq
.modif_rmb
= 0x00;
2356 if ((ha
->hdr
[t
].devtype
& 1) ||
2357 (ha
->hdr
[t
].cluster_type
& CLUSTER_DRIVE
))
2358 inq
.modif_rmb
= 0x80;
2362 strcpy(inq
.vendor
,ha
->oem_name
);
2363 sprintf(inq
.product
,"Host Drive #%02d",t
);
2364 strcpy(inq
.revision
," ");
2365 gdth_copy_internal_data(ha
, scp
, (char*)&inq
, sizeof(gdth_inq_data
));
2369 TRACE2(("Request sense hdrive %d\n",t
));
2370 sd
.errorcode
= 0x70;
2375 gdth_copy_internal_data(ha
, scp
, (char*)&sd
, sizeof(gdth_sense_data
));
2379 TRACE2(("Mode sense hdrive %d\n",t
));
2380 memset((char*)&mpd
,0,sizeof(gdth_modep_data
));
2381 mpd
.hd
.data_length
= sizeof(gdth_modep_data
);
2382 mpd
.hd
.dev_par
= (ha
->hdr
[t
].devtype
&2) ? 0x80:0;
2383 mpd
.hd
.bd_length
= sizeof(mpd
.bd
);
2384 mpd
.bd
.block_length
[0] = (SECTOR_SIZE
& 0x00ff0000) >> 16;
2385 mpd
.bd
.block_length
[1] = (SECTOR_SIZE
& 0x0000ff00) >> 8;
2386 mpd
.bd
.block_length
[2] = (SECTOR_SIZE
& 0x000000ff);
2387 gdth_copy_internal_data(ha
, scp
, (char*)&mpd
, sizeof(gdth_modep_data
));
2391 TRACE2(("Read capacity hdrive %d\n",t
));
2392 if (ha
->hdr
[t
].size
> (ulong64
)0xffffffff)
2393 rdc
.last_block_no
= 0xffffffff;
2395 rdc
.last_block_no
= cpu_to_be32(ha
->hdr
[t
].size
-1);
2396 rdc
.block_length
= cpu_to_be32(SECTOR_SIZE
);
2397 gdth_copy_internal_data(ha
, scp
, (char*)&rdc
, sizeof(gdth_rdcap_data
));
2400 case SERVICE_ACTION_IN
:
2401 if ((scp
->cmnd
[1] & 0x1f) == SAI_READ_CAPACITY_16
&&
2402 (ha
->cache_feat
& GDT_64BIT
)) {
2403 gdth_rdcap16_data rdc16
;
2405 TRACE2(("Read capacity (16) hdrive %d\n",t
));
2406 rdc16
.last_block_no
= cpu_to_be64(ha
->hdr
[t
].size
-1);
2407 rdc16
.block_length
= cpu_to_be32(SECTOR_SIZE
);
2408 gdth_copy_internal_data(ha
, scp
, (char*)&rdc16
,
2409 sizeof(gdth_rdcap16_data
));
2411 scp
->result
= DID_ABORT
<< 16;
2416 TRACE2(("Internal cache cmd 0x%x unknown\n",scp
->cmnd
[0]));
2420 if (!cmndinfo
->wait_for_completion
)
2421 cmndinfo
->wait_for_completion
++;
2428 static int gdth_fill_cache_cmd(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
, ushort hdrive
)
2430 register gdth_cmd_str
*cmdp
;
2431 struct gdth_cmndinfo
*cmndinfo
= gdth_cmnd_priv(scp
);
2432 ulong32 cnt
, blockcnt
;
2433 ulong64 no
, blockno
;
2434 int i
, cmd_index
, read_write
, sgcnt
, mode64
;
2437 TRACE(("gdth_fill_cache_cmd() cmd 0x%x cmdsize %d hdrive %d\n",
2438 scp
->cmnd
[0],scp
->cmd_len
,hdrive
));
2440 if (ha
->type
==GDT_EISA
&& ha
->cmd_cnt
>0)
2443 mode64
= (ha
->cache_feat
& GDT_64BIT
) ? TRUE
: FALSE
;
2444 /* test for READ_16, WRITE_16 if !mode64 ? ---
2445 not required, should not occur due to error return on
2448 cmdp
->Service
= CACHESERVICE
;
2449 cmdp
->RequestBuffer
= scp
;
2450 /* search free command index */
2451 if (!(cmd_index
=gdth_get_cmd_index(ha
))) {
2452 TRACE(("GDT: No free command index found\n"));
2455 /* if it's the first command, set command semaphore */
2456 if (ha
->cmd_cnt
== 0)
2461 if (cmndinfo
->OpCode
!= -1)
2462 cmdp
->OpCode
= cmndinfo
->OpCode
; /* special cache cmd. */
2463 else if (scp
->cmnd
[0] == RESERVE
)
2464 cmdp
->OpCode
= GDT_RESERVE_DRV
;
2465 else if (scp
->cmnd
[0] == RELEASE
)
2466 cmdp
->OpCode
= GDT_RELEASE_DRV
;
2467 else if (scp
->cmnd
[0] == ALLOW_MEDIUM_REMOVAL
) {
2468 if (scp
->cmnd
[4] & 1) /* prevent ? */
2469 cmdp
->OpCode
= GDT_MOUNT
;
2470 else if (scp
->cmnd
[3] & 1) /* removable drive ? */
2471 cmdp
->OpCode
= GDT_UNMOUNT
;
2473 cmdp
->OpCode
= GDT_FLUSH
;
2474 } else if (scp
->cmnd
[0] == WRITE_6
|| scp
->cmnd
[0] == WRITE_10
||
2475 scp
->cmnd
[0] == WRITE_12
|| scp
->cmnd
[0] == WRITE_16
2478 if (gdth_write_through
|| ((ha
->hdr
[hdrive
].rw_attribs
& 1) &&
2479 (ha
->cache_feat
& GDT_WR_THROUGH
)))
2480 cmdp
->OpCode
= GDT_WRITE_THR
;
2482 cmdp
->OpCode
= GDT_WRITE
;
2485 cmdp
->OpCode
= GDT_READ
;
2488 cmdp
->BoardNode
= LOCALBOARD
;
2490 cmdp
->u
.cache64
.DeviceNo
= hdrive
;
2491 cmdp
->u
.cache64
.BlockNo
= 1;
2492 cmdp
->u
.cache64
.sg_canz
= 0;
2494 cmdp
->u
.cache
.DeviceNo
= hdrive
;
2495 cmdp
->u
.cache
.BlockNo
= 1;
2496 cmdp
->u
.cache
.sg_canz
= 0;
2500 if (scp
->cmd_len
== 16) {
2501 memcpy(&no
, &scp
->cmnd
[2], sizeof(ulong64
));
2502 blockno
= be64_to_cpu(no
);
2503 memcpy(&cnt
, &scp
->cmnd
[10], sizeof(ulong32
));
2504 blockcnt
= be32_to_cpu(cnt
);
2505 } else if (scp
->cmd_len
== 10) {
2506 memcpy(&no
, &scp
->cmnd
[2], sizeof(ulong32
));
2507 blockno
= be32_to_cpu(no
);
2508 memcpy(&cnt
, &scp
->cmnd
[7], sizeof(ushort
));
2509 blockcnt
= be16_to_cpu(cnt
);
2511 memcpy(&no
, &scp
->cmnd
[0], sizeof(ulong32
));
2512 blockno
= be32_to_cpu(no
) & 0x001fffffUL
;
2513 blockcnt
= scp
->cmnd
[4]==0 ? 0x100 : scp
->cmnd
[4];
2516 cmdp
->u
.cache64
.BlockNo
= blockno
;
2517 cmdp
->u
.cache64
.BlockCnt
= blockcnt
;
2519 cmdp
->u
.cache
.BlockNo
= (ulong32
)blockno
;
2520 cmdp
->u
.cache
.BlockCnt
= blockcnt
;
2523 if (scsi_bufflen(scp
)) {
2524 cmndinfo
->dma_dir
= (read_write
== 1 ?
2525 PCI_DMA_TODEVICE
: PCI_DMA_FROMDEVICE
);
2526 sgcnt
= pci_map_sg(ha
->pdev
, scsi_sglist(scp
), scsi_sg_count(scp
),
2529 struct scatterlist
*sl
;
2531 cmdp
->u
.cache64
.DestAddr
= (ulong64
)-1;
2532 cmdp
->u
.cache64
.sg_canz
= sgcnt
;
2533 scsi_for_each_sg(scp
, sl
, sgcnt
, i
) {
2534 cmdp
->u
.cache64
.sg_lst
[i
].sg_ptr
= sg_dma_address(sl
);
2535 #ifdef GDTH_DMA_STATISTICS
2536 if (cmdp
->u
.cache64
.sg_lst
[i
].sg_ptr
> (ulong64
)0xffffffff)
2541 cmdp
->u
.cache64
.sg_lst
[i
].sg_len
= sg_dma_len(sl
);
2544 struct scatterlist
*sl
;
2546 cmdp
->u
.cache
.DestAddr
= 0xffffffff;
2547 cmdp
->u
.cache
.sg_canz
= sgcnt
;
2548 scsi_for_each_sg(scp
, sl
, sgcnt
, i
) {
2549 cmdp
->u
.cache
.sg_lst
[i
].sg_ptr
= sg_dma_address(sl
);
2550 #ifdef GDTH_DMA_STATISTICS
2553 cmdp
->u
.cache
.sg_lst
[i
].sg_len
= sg_dma_len(sl
);
2557 #ifdef GDTH_STATISTICS
2558 if (max_sg
< (ulong32
)sgcnt
) {
2559 max_sg
= (ulong32
)sgcnt
;
2560 TRACE3(("GDT: max_sg = %d\n",max_sg
));
2566 /* evaluate command size, check space */
2568 TRACE(("cache cmd: addr. %x sganz %x sgptr0 %x sglen0 %x\n",
2569 cmdp
->u
.cache64
.DestAddr
,cmdp
->u
.cache64
.sg_canz
,
2570 cmdp
->u
.cache64
.sg_lst
[0].sg_ptr
,
2571 cmdp
->u
.cache64
.sg_lst
[0].sg_len
));
2572 TRACE(("cache cmd: cmd %d blockno. %d, blockcnt %d\n",
2573 cmdp
->OpCode
,cmdp
->u
.cache64
.BlockNo
,cmdp
->u
.cache64
.BlockCnt
));
2574 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.cache64
.sg_lst
) +
2575 (ushort
)cmdp
->u
.cache64
.sg_canz
* sizeof(gdth_sg64_str
);
2577 TRACE(("cache cmd: addr. %x sganz %x sgptr0 %x sglen0 %x\n",
2578 cmdp
->u
.cache
.DestAddr
,cmdp
->u
.cache
.sg_canz
,
2579 cmdp
->u
.cache
.sg_lst
[0].sg_ptr
,
2580 cmdp
->u
.cache
.sg_lst
[0].sg_len
));
2581 TRACE(("cache cmd: cmd %d blockno. %d, blockcnt %d\n",
2582 cmdp
->OpCode
,cmdp
->u
.cache
.BlockNo
,cmdp
->u
.cache
.BlockCnt
));
2583 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.cache
.sg_lst
) +
2584 (ushort
)cmdp
->u
.cache
.sg_canz
* sizeof(gdth_sg_str
);
2586 if (ha
->cmd_len
& 3)
2587 ha
->cmd_len
+= (4 - (ha
->cmd_len
& 3));
2589 if (ha
->cmd_cnt
> 0) {
2590 if ((ha
->cmd_offs_dpmem
+ ha
->cmd_len
+ DPMEM_COMMAND_OFFSET
) >
2592 TRACE2(("gdth_fill_cache() DPMEM overflow\n"));
2593 ha
->cmd_tab
[cmd_index
-2].cmnd
= UNUSED_CMND
;
2599 gdth_copy_command(ha
);
2603 static int gdth_fill_raw_cmd(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
, unchar b
)
2605 register gdth_cmd_str
*cmdp
;
2607 dma_addr_t sense_paddr
;
2608 int cmd_index
, sgcnt
, mode64
;
2612 struct gdth_cmndinfo
*cmndinfo
;
2614 t
= scp
->device
->id
;
2615 l
= scp
->device
->lun
;
2617 TRACE(("gdth_fill_raw_cmd() cmd 0x%x bus %d ID %d LUN %d\n",
2618 scp
->cmnd
[0],b
,t
,l
));
2620 if (ha
->type
==GDT_EISA
&& ha
->cmd_cnt
>0)
2623 mode64
= (ha
->raw_feat
& GDT_64BIT
) ? TRUE
: FALSE
;
2625 cmdp
->Service
= SCSIRAWSERVICE
;
2626 cmdp
->RequestBuffer
= scp
;
2627 /* search free command index */
2628 if (!(cmd_index
=gdth_get_cmd_index(ha
))) {
2629 TRACE(("GDT: No free command index found\n"));
2632 /* if it's the first command, set command semaphore */
2633 if (ha
->cmd_cnt
== 0)
2636 cmndinfo
= gdth_cmnd_priv(scp
);
2638 if (cmndinfo
->OpCode
!= -1) {
2639 cmdp
->OpCode
= cmndinfo
->OpCode
; /* special raw cmd. */
2640 cmdp
->BoardNode
= LOCALBOARD
;
2642 cmdp
->u
.raw64
.direction
= (cmndinfo
->phase
>> 8);
2643 TRACE2(("special raw cmd 0x%x param 0x%x\n",
2644 cmdp
->OpCode
, cmdp
->u
.raw64
.direction
));
2645 /* evaluate command size */
2646 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.raw64
.sg_lst
);
2648 cmdp
->u
.raw
.direction
= (cmndinfo
->phase
>> 8);
2649 TRACE2(("special raw cmd 0x%x param 0x%x\n",
2650 cmdp
->OpCode
, cmdp
->u
.raw
.direction
));
2651 /* evaluate command size */
2652 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.raw
.sg_lst
);
2656 page
= virt_to_page(scp
->sense_buffer
);
2657 offset
= (ulong
)scp
->sense_buffer
& ~PAGE_MASK
;
2658 sense_paddr
= pci_map_page(ha
->pdev
,page
,offset
,
2659 16,PCI_DMA_FROMDEVICE
);
2661 cmndinfo
->sense_paddr
= sense_paddr
;
2662 cmdp
->OpCode
= GDT_WRITE
; /* always */
2663 cmdp
->BoardNode
= LOCALBOARD
;
2665 cmdp
->u
.raw64
.reserved
= 0;
2666 cmdp
->u
.raw64
.mdisc_time
= 0;
2667 cmdp
->u
.raw64
.mcon_time
= 0;
2668 cmdp
->u
.raw64
.clen
= scp
->cmd_len
;
2669 cmdp
->u
.raw64
.target
= t
;
2670 cmdp
->u
.raw64
.lun
= l
;
2671 cmdp
->u
.raw64
.bus
= b
;
2672 cmdp
->u
.raw64
.priority
= 0;
2673 cmdp
->u
.raw64
.sdlen
= scsi_bufflen(scp
);
2674 cmdp
->u
.raw64
.sense_len
= 16;
2675 cmdp
->u
.raw64
.sense_data
= sense_paddr
;
2676 cmdp
->u
.raw64
.direction
=
2677 gdth_direction_tab
[scp
->cmnd
[0]]==DOU
? GDTH_DATA_OUT
:GDTH_DATA_IN
;
2678 memcpy(cmdp
->u
.raw64
.cmd
,scp
->cmnd
,16);
2679 cmdp
->u
.raw64
.sg_ranz
= 0;
2681 cmdp
->u
.raw
.reserved
= 0;
2682 cmdp
->u
.raw
.mdisc_time
= 0;
2683 cmdp
->u
.raw
.mcon_time
= 0;
2684 cmdp
->u
.raw
.clen
= scp
->cmd_len
;
2685 cmdp
->u
.raw
.target
= t
;
2686 cmdp
->u
.raw
.lun
= l
;
2687 cmdp
->u
.raw
.bus
= b
;
2688 cmdp
->u
.raw
.priority
= 0;
2689 cmdp
->u
.raw
.link_p
= 0;
2690 cmdp
->u
.raw
.sdlen
= scsi_bufflen(scp
);
2691 cmdp
->u
.raw
.sense_len
= 16;
2692 cmdp
->u
.raw
.sense_data
= sense_paddr
;
2693 cmdp
->u
.raw
.direction
=
2694 gdth_direction_tab
[scp
->cmnd
[0]]==DOU
? GDTH_DATA_OUT
:GDTH_DATA_IN
;
2695 memcpy(cmdp
->u
.raw
.cmd
,scp
->cmnd
,12);
2696 cmdp
->u
.raw
.sg_ranz
= 0;
2699 if (scsi_bufflen(scp
)) {
2700 cmndinfo
->dma_dir
= PCI_DMA_BIDIRECTIONAL
;
2701 sgcnt
= pci_map_sg(ha
->pdev
, scsi_sglist(scp
), scsi_sg_count(scp
),
2704 struct scatterlist
*sl
;
2706 cmdp
->u
.raw64
.sdata
= (ulong64
)-1;
2707 cmdp
->u
.raw64
.sg_ranz
= sgcnt
;
2708 scsi_for_each_sg(scp
, sl
, sgcnt
, i
) {
2709 cmdp
->u
.raw64
.sg_lst
[i
].sg_ptr
= sg_dma_address(sl
);
2710 #ifdef GDTH_DMA_STATISTICS
2711 if (cmdp
->u
.raw64
.sg_lst
[i
].sg_ptr
> (ulong64
)0xffffffff)
2716 cmdp
->u
.raw64
.sg_lst
[i
].sg_len
= sg_dma_len(sl
);
2719 struct scatterlist
*sl
;
2721 cmdp
->u
.raw
.sdata
= 0xffffffff;
2722 cmdp
->u
.raw
.sg_ranz
= sgcnt
;
2723 scsi_for_each_sg(scp
, sl
, sgcnt
, i
) {
2724 cmdp
->u
.raw
.sg_lst
[i
].sg_ptr
= sg_dma_address(sl
);
2725 #ifdef GDTH_DMA_STATISTICS
2728 cmdp
->u
.raw
.sg_lst
[i
].sg_len
= sg_dma_len(sl
);
2732 #ifdef GDTH_STATISTICS
2733 if (max_sg
< sgcnt
) {
2735 TRACE3(("GDT: max_sg = %d\n",sgcnt
));
2741 TRACE(("raw cmd: addr. %x sganz %x sgptr0 %x sglen0 %x\n",
2742 cmdp
->u
.raw64
.sdata
,cmdp
->u
.raw64
.sg_ranz
,
2743 cmdp
->u
.raw64
.sg_lst
[0].sg_ptr
,
2744 cmdp
->u
.raw64
.sg_lst
[0].sg_len
));
2745 /* evaluate command size */
2746 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.raw64
.sg_lst
) +
2747 (ushort
)cmdp
->u
.raw64
.sg_ranz
* sizeof(gdth_sg64_str
);
2749 TRACE(("raw cmd: addr. %x sganz %x sgptr0 %x sglen0 %x\n",
2750 cmdp
->u
.raw
.sdata
,cmdp
->u
.raw
.sg_ranz
,
2751 cmdp
->u
.raw
.sg_lst
[0].sg_ptr
,
2752 cmdp
->u
.raw
.sg_lst
[0].sg_len
));
2753 /* evaluate command size */
2754 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.raw
.sg_lst
) +
2755 (ushort
)cmdp
->u
.raw
.sg_ranz
* sizeof(gdth_sg_str
);
2759 if (ha
->cmd_len
& 3)
2760 ha
->cmd_len
+= (4 - (ha
->cmd_len
& 3));
2762 if (ha
->cmd_cnt
> 0) {
2763 if ((ha
->cmd_offs_dpmem
+ ha
->cmd_len
+ DPMEM_COMMAND_OFFSET
) >
2765 TRACE2(("gdth_fill_raw() DPMEM overflow\n"));
2766 ha
->cmd_tab
[cmd_index
-2].cmnd
= UNUSED_CMND
;
2772 gdth_copy_command(ha
);
2776 static int gdth_special_cmd(gdth_ha_str
*ha
, Scsi_Cmnd
*scp
)
2778 register gdth_cmd_str
*cmdp
;
2779 struct gdth_cmndinfo
*cmndinfo
= gdth_cmnd_priv(scp
);
2783 TRACE2(("gdth_special_cmd(): "));
2785 if (ha
->type
==GDT_EISA
&& ha
->cmd_cnt
>0)
2788 *cmdp
= *cmndinfo
->internal_cmd_str
;
2789 cmdp
->RequestBuffer
= scp
;
2791 /* search free command index */
2792 if (!(cmd_index
=gdth_get_cmd_index(ha
))) {
2793 TRACE(("GDT: No free command index found\n"));
2797 /* if it's the first command, set command semaphore */
2798 if (ha
->cmd_cnt
== 0)
2801 /* evaluate command size, check space */
2802 if (cmdp
->OpCode
== GDT_IOCTL
) {
2803 TRACE2(("IOCTL\n"));
2805 GDTOFFSOF(gdth_cmd_str
,u
.ioctl
.p_param
) + sizeof(ulong64
);
2806 } else if (cmdp
->Service
== CACHESERVICE
) {
2807 TRACE2(("cache command %d\n",cmdp
->OpCode
));
2808 if (ha
->cache_feat
& GDT_64BIT
)
2810 GDTOFFSOF(gdth_cmd_str
,u
.cache64
.sg_lst
) + sizeof(gdth_sg64_str
);
2813 GDTOFFSOF(gdth_cmd_str
,u
.cache
.sg_lst
) + sizeof(gdth_sg_str
);
2814 } else if (cmdp
->Service
== SCSIRAWSERVICE
) {
2815 TRACE2(("raw command %d\n",cmdp
->OpCode
));
2816 if (ha
->raw_feat
& GDT_64BIT
)
2818 GDTOFFSOF(gdth_cmd_str
,u
.raw64
.sg_lst
) + sizeof(gdth_sg64_str
);
2821 GDTOFFSOF(gdth_cmd_str
,u
.raw
.sg_lst
) + sizeof(gdth_sg_str
);
2824 if (ha
->cmd_len
& 3)
2825 ha
->cmd_len
+= (4 - (ha
->cmd_len
& 3));
2827 if (ha
->cmd_cnt
> 0) {
2828 if ((ha
->cmd_offs_dpmem
+ ha
->cmd_len
+ DPMEM_COMMAND_OFFSET
) >
2830 TRACE2(("gdth_special_cmd() DPMEM overflow\n"));
2831 ha
->cmd_tab
[cmd_index
-2].cmnd
= UNUSED_CMND
;
2837 gdth_copy_command(ha
);
2842 /* Controller event handling functions */
2843 static gdth_evt_str
*gdth_store_event(gdth_ha_str
*ha
, ushort source
,
2844 ushort idx
, gdth_evt_data
*evt
)
2849 /* no GDTH_LOCK_HA() ! */
2850 TRACE2(("gdth_store_event() source %d idx %d\n", source
, idx
));
2851 if (source
== 0) /* no source -> no event */
2854 if (ebuffer
[elastidx
].event_source
== source
&&
2855 ebuffer
[elastidx
].event_idx
== idx
&&
2856 ((evt
->size
!= 0 && ebuffer
[elastidx
].event_data
.size
!= 0 &&
2857 !memcmp((char *)&ebuffer
[elastidx
].event_data
.eu
,
2858 (char *)&evt
->eu
, evt
->size
)) ||
2859 (evt
->size
== 0 && ebuffer
[elastidx
].event_data
.size
== 0 &&
2860 !strcmp((char *)&ebuffer
[elastidx
].event_data
.event_string
,
2861 (char *)&evt
->event_string
)))) {
2862 e
= &ebuffer
[elastidx
];
2863 do_gettimeofday(&tv
);
2864 e
->last_stamp
= tv
.tv_sec
;
2867 if (ebuffer
[elastidx
].event_source
!= 0) { /* entry not free ? */
2869 if (elastidx
== MAX_EVENTS
)
2871 if (elastidx
== eoldidx
) { /* reached mark ? */
2873 if (eoldidx
== MAX_EVENTS
)
2877 e
= &ebuffer
[elastidx
];
2878 e
->event_source
= source
;
2880 do_gettimeofday(&tv
);
2881 e
->first_stamp
= e
->last_stamp
= tv
.tv_sec
;
2883 e
->event_data
= *evt
;
2889 static int gdth_read_event(gdth_ha_str
*ha
, int handle
, gdth_evt_str
*estr
)
2895 TRACE2(("gdth_read_event() handle %d\n", handle
));
2896 spin_lock_irqsave(&ha
->smp_lock
, flags
);
2901 estr
->event_source
= 0;
2903 if (eindex
< 0 || eindex
>= MAX_EVENTS
) {
2904 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
2907 e
= &ebuffer
[eindex
];
2908 if (e
->event_source
!= 0) {
2909 if (eindex
!= elastidx
) {
2910 if (++eindex
== MAX_EVENTS
)
2915 memcpy(estr
, e
, sizeof(gdth_evt_str
));
2917 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
2921 static void gdth_readapp_event(gdth_ha_str
*ha
,
2922 unchar application
, gdth_evt_str
*estr
)
2927 unchar found
= FALSE
;
2929 TRACE2(("gdth_readapp_event() app. %d\n", application
));
2930 spin_lock_irqsave(&ha
->smp_lock
, flags
);
2933 e
= &ebuffer
[eindex
];
2934 if (e
->event_source
== 0)
2936 if ((e
->application
& application
) == 0) {
2937 e
->application
|= application
;
2941 if (eindex
== elastidx
)
2943 if (++eindex
== MAX_EVENTS
)
2947 memcpy(estr
, e
, sizeof(gdth_evt_str
));
2949 estr
->event_source
= 0;
2950 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
2953 static void gdth_clear_events(void)
2955 TRACE(("gdth_clear_events()"));
2957 eoldidx
= elastidx
= 0;
2958 ebuffer
[0].event_source
= 0;
2962 /* SCSI interface functions */
2964 static irqreturn_t
__gdth_interrupt(gdth_ha_str
*ha
,
2965 int gdth_from_wait
, int* pIndex
)
2967 gdt6m_dpram_str __iomem
*dp6m_ptr
= NULL
;
2968 gdt6_dpram_str __iomem
*dp6_ptr
;
2969 gdt2_dpram_str __iomem
*dp2_ptr
;
2976 int coalesced
= FALSE
;
2978 gdth_coal_status
*pcs
= NULL
;
2979 int act_int_coal
= 0;
2982 TRACE(("gdth_interrupt() IRQ %d\n", ha
->irq
));
2984 /* if polling and not from gdth_wait() -> return */
2986 if (!gdth_from_wait
) {
2992 spin_lock_irqsave(&ha
->smp_lock
, flags
);
2994 /* search controller */
2995 IStatus
= gdth_get_status(ha
);
2997 /* spurious interrupt */
2999 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3003 #ifdef GDTH_STATISTICS
3008 /* See if the fw is returning coalesced status */
3009 if (IStatus
== COALINDEX
) {
3010 /* Coalesced status. Setup the initial status
3011 buffer pointer and flags */
3012 pcs
= ha
->coal_stat
;
3019 /* For coalesced requests all status
3020 information is found in the status buffer */
3021 IStatus
= (unchar
)(pcs
->status
& 0xff);
3025 if (ha
->type
== GDT_EISA
) {
3026 if (IStatus
& 0x80) { /* error flag */
3028 ha
->status
= inw(ha
->bmic
+ MAILBOXREG
+8);
3029 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus
,ha
->status
));
3030 } else /* no error */
3032 ha
->info
= inl(ha
->bmic
+ MAILBOXREG
+12);
3033 ha
->service
= inw(ha
->bmic
+ MAILBOXREG
+10);
3034 ha
->info2
= inl(ha
->bmic
+ MAILBOXREG
+4);
3036 outb(0xff, ha
->bmic
+ EDOORREG
); /* acknowledge interrupt */
3037 outb(0x00, ha
->bmic
+ SEMA1REG
); /* reset status semaphore */
3038 } else if (ha
->type
== GDT_ISA
) {
3040 if (IStatus
& 0x80) { /* error flag */
3042 ha
->status
= readw(&dp2_ptr
->u
.ic
.Status
);
3043 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus
,ha
->status
));
3044 } else /* no error */
3046 ha
->info
= readl(&dp2_ptr
->u
.ic
.Info
[0]);
3047 ha
->service
= readw(&dp2_ptr
->u
.ic
.Service
);
3048 ha
->info2
= readl(&dp2_ptr
->u
.ic
.Info
[1]);
3050 writeb(0xff, &dp2_ptr
->io
.irqdel
); /* acknowledge interrupt */
3051 writeb(0, &dp2_ptr
->u
.ic
.Cmd_Index
);/* reset command index */
3052 writeb(0, &dp2_ptr
->io
.Sema1
); /* reset status semaphore */
3053 } else if (ha
->type
== GDT_PCI
) {
3055 if (IStatus
& 0x80) { /* error flag */
3057 ha
->status
= readw(&dp6_ptr
->u
.ic
.Status
);
3058 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus
,ha
->status
));
3059 } else /* no error */
3061 ha
->info
= readl(&dp6_ptr
->u
.ic
.Info
[0]);
3062 ha
->service
= readw(&dp6_ptr
->u
.ic
.Service
);
3063 ha
->info2
= readl(&dp6_ptr
->u
.ic
.Info
[1]);
3065 writeb(0xff, &dp6_ptr
->io
.irqdel
); /* acknowledge interrupt */
3066 writeb(0, &dp6_ptr
->u
.ic
.Cmd_Index
);/* reset command index */
3067 writeb(0, &dp6_ptr
->io
.Sema1
); /* reset status semaphore */
3068 } else if (ha
->type
== GDT_PCINEW
) {
3069 if (IStatus
& 0x80) { /* error flag */
3071 ha
->status
= inw(PTR2USHORT(&ha
->plx
->status
));
3072 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus
,ha
->status
));
3075 ha
->info
= inl(PTR2USHORT(&ha
->plx
->info
[0]));
3076 ha
->service
= inw(PTR2USHORT(&ha
->plx
->service
));
3077 ha
->info2
= inl(PTR2USHORT(&ha
->plx
->info
[1]));
3079 outb(0xff, PTR2USHORT(&ha
->plx
->edoor_reg
));
3080 outb(0x00, PTR2USHORT(&ha
->plx
->sema1_reg
));
3081 } else if (ha
->type
== GDT_PCIMPR
) {
3083 if (IStatus
& 0x80) { /* error flag */
3087 ha
->status
= pcs
->ext_status
& 0xffff;
3090 ha
->status
= readw(&dp6m_ptr
->i960r
.status
);
3091 TRACE2(("gdth_interrupt() error %d/%d\n",IStatus
,ha
->status
));
3092 } else /* no error */
3095 /* get information */
3097 ha
->info
= pcs
->info0
;
3098 ha
->info2
= pcs
->info1
;
3099 ha
->service
= (pcs
->ext_status
>> 16) & 0xffff;
3103 ha
->info
= readl(&dp6m_ptr
->i960r
.info
[0]);
3104 ha
->service
= readw(&dp6m_ptr
->i960r
.service
);
3105 ha
->info2
= readl(&dp6m_ptr
->i960r
.info
[1]);
3108 if (IStatus
== ASYNCINDEX
) {
3109 if (ha
->service
!= SCREENSERVICE
&&
3110 (ha
->fw_vers
& 0xff) >= 0x1a) {
3111 ha
->dvr
.severity
= readb
3112 (&((gdt6m_dpram_str __iomem
*)ha
->brd
)->i960r
.severity
);
3113 for (i
= 0; i
< 256; ++i
) {
3114 ha
->dvr
.event_string
[i
] = readb
3115 (&((gdt6m_dpram_str __iomem
*)ha
->brd
)->i960r
.evt_str
[i
]);
3116 if (ha
->dvr
.event_string
[i
] == 0)
3122 /* Make sure that non coalesced interrupts get cleared
3123 before being handled by gdth_async_event/gdth_sync_event */
3127 writeb(0xff, &dp6m_ptr
->i960r
.edoor_reg
);
3128 writeb(0, &dp6m_ptr
->i960r
.sema1_reg
);
3131 TRACE2(("gdth_interrupt() unknown controller type\n"));
3133 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3137 TRACE(("gdth_interrupt() index %d stat %d info %d\n",
3138 IStatus
,ha
->status
,ha
->info
));
3140 if (gdth_from_wait
) {
3141 *pIndex
= (int)IStatus
;
3144 if (IStatus
== ASYNCINDEX
) {
3145 TRACE2(("gdth_interrupt() async. event\n"));
3146 gdth_async_event(ha
);
3148 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3153 if (IStatus
== SPEZINDEX
) {
3154 TRACE2(("Service unknown or not initialized !\n"));
3155 ha
->dvr
.size
= sizeof(ha
->dvr
.eu
.driver
);
3156 ha
->dvr
.eu
.driver
.ionode
= ha
->hanum
;
3157 gdth_store_event(ha
, ES_DRIVER
, 4, &ha
->dvr
);
3159 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3162 scp
= ha
->cmd_tab
[IStatus
-2].cmnd
;
3163 Service
= ha
->cmd_tab
[IStatus
-2].service
;
3164 ha
->cmd_tab
[IStatus
-2].cmnd
= UNUSED_CMND
;
3165 if (scp
== UNUSED_CMND
) {
3166 TRACE2(("gdth_interrupt() index to unused command (%d)\n",IStatus
));
3167 ha
->dvr
.size
= sizeof(ha
->dvr
.eu
.driver
);
3168 ha
->dvr
.eu
.driver
.ionode
= ha
->hanum
;
3169 ha
->dvr
.eu
.driver
.index
= IStatus
;
3170 gdth_store_event(ha
, ES_DRIVER
, 1, &ha
->dvr
);
3172 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3175 if (scp
== INTERNAL_CMND
) {
3176 TRACE(("gdth_interrupt() answer to internal command\n"));
3178 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3182 TRACE(("gdth_interrupt() sync. status\n"));
3183 rval
= gdth_sync_event(ha
,Service
,IStatus
,scp
);
3185 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3187 gdth_putq(ha
, scp
, gdth_cmnd_priv(scp
)->priority
);
3188 } else if (rval
== 1) {
3189 gdth_scsi_done(scp
);
3194 /* go to the next status in the status buffer */
3196 #ifdef GDTH_STATISTICS
3198 if (act_int_coal
> max_int_coal
) {
3199 max_int_coal
= act_int_coal
;
3200 printk("GDT: max_int_coal = %d\n",(ushort
)max_int_coal
);
3203 /* see if there is another status */
3204 if (pcs
->status
== 0)
3205 /* Stop the coalesce loop */
3210 /* coalescing only for new GDT_PCIMPR controllers available */
3211 if (ha
->type
== GDT_PCIMPR
&& coalesced
) {
3212 writeb(0xff, &dp6m_ptr
->i960r
.edoor_reg
);
3213 writeb(0, &dp6m_ptr
->i960r
.sema1_reg
);
3221 static irqreturn_t
gdth_interrupt(int irq
, void *dev_id
)
3223 gdth_ha_str
*ha
= dev_id
;
3225 return __gdth_interrupt(ha
, false, NULL
);
3228 static int gdth_sync_event(gdth_ha_str
*ha
, int service
, unchar index
,
3234 struct gdth_cmndinfo
*cmndinfo
= gdth_cmnd_priv(scp
);
3237 TRACE(("gdth_sync_event() serv %d status %d\n",
3238 service
,ha
->status
));
3240 if (service
== SCREENSERVICE
) {
3242 TRACE(("len: %d, answer: %d, ext: %d, alen: %d\n",
3243 msg
->msg_len
,msg
->msg_answer
,msg
->msg_ext
,msg
->msg_alen
));
3244 if (msg
->msg_len
> MSGLEN
+1)
3245 msg
->msg_len
= MSGLEN
+1;
3247 if (!(msg
->msg_answer
&& msg
->msg_ext
)) {
3248 msg
->msg_text
[msg
->msg_len
] = '\0';
3249 printk("%s",msg
->msg_text
);
3252 if (msg
->msg_ext
&& !msg
->msg_answer
) {
3253 while (gdth_test_busy(ha
))
3255 cmdp
->Service
= SCREENSERVICE
;
3256 cmdp
->RequestBuffer
= SCREEN_CMND
;
3257 gdth_get_cmd_index(ha
);
3259 cmdp
->OpCode
= GDT_READ
;
3260 cmdp
->BoardNode
= LOCALBOARD
;
3261 cmdp
->u
.screen
.reserved
= 0;
3262 cmdp
->u
.screen
.su
.msg
.msg_handle
= msg
->msg_handle
;
3263 cmdp
->u
.screen
.su
.msg
.msg_addr
= ha
->msg_phys
;
3264 ha
->cmd_offs_dpmem
= 0;
3265 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.screen
.su
.msg
.msg_addr
)
3268 gdth_copy_command(ha
);
3269 gdth_release_event(ha
);
3273 if (msg
->msg_answer
&& msg
->msg_alen
) {
3274 /* default answers (getchar() not possible) */
3275 if (msg
->msg_alen
== 1) {
3278 msg
->msg_text
[0] = 0;
3282 msg
->msg_text
[0] = 1;
3283 msg
->msg_text
[1] = 0;
3286 msg
->msg_answer
= 0;
3287 while (gdth_test_busy(ha
))
3289 cmdp
->Service
= SCREENSERVICE
;
3290 cmdp
->RequestBuffer
= SCREEN_CMND
;
3291 gdth_get_cmd_index(ha
);
3293 cmdp
->OpCode
= GDT_WRITE
;
3294 cmdp
->BoardNode
= LOCALBOARD
;
3295 cmdp
->u
.screen
.reserved
= 0;
3296 cmdp
->u
.screen
.su
.msg
.msg_handle
= msg
->msg_handle
;
3297 cmdp
->u
.screen
.su
.msg
.msg_addr
= ha
->msg_phys
;
3298 ha
->cmd_offs_dpmem
= 0;
3299 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.screen
.su
.msg
.msg_addr
)
3302 gdth_copy_command(ha
);
3303 gdth_release_event(ha
);
3309 b
= scp
->device
->channel
;
3310 t
= scp
->device
->id
;
3311 if (cmndinfo
->OpCode
== -1 && b
!= ha
->virt_bus
) {
3312 ha
->raw
[BUS_L2P(ha
,b
)].io_cnt
[t
]--;
3314 /* cache or raw service */
3315 if (ha
->status
== S_BSY
) {
3316 TRACE2(("Controller busy -> retry !\n"));
3317 if (cmndinfo
->OpCode
== GDT_MOUNT
)
3318 cmndinfo
->OpCode
= GDT_CLUST_INFO
;
3322 if (scsi_bufflen(scp
))
3323 pci_unmap_sg(ha
->pdev
, scsi_sglist(scp
), scsi_sg_count(scp
),
3326 if (cmndinfo
->sense_paddr
)
3327 pci_unmap_page(ha
->pdev
, cmndinfo
->sense_paddr
, 16,
3328 PCI_DMA_FROMDEVICE
);
3330 if (ha
->status
== S_OK
) {
3331 cmndinfo
->status
= S_OK
;
3332 cmndinfo
->info
= ha
->info
;
3333 if (cmndinfo
->OpCode
!= -1) {
3334 TRACE2(("gdth_sync_event(): special cmd 0x%x OK\n",
3336 /* special commands GDT_CLUST_INFO/GDT_MOUNT ? */
3337 if (cmndinfo
->OpCode
== GDT_CLUST_INFO
) {
3338 ha
->hdr
[t
].cluster_type
= (unchar
)ha
->info
;
3339 if (!(ha
->hdr
[t
].cluster_type
&
3341 /* NOT MOUNTED -> MOUNT */
3342 cmndinfo
->OpCode
= GDT_MOUNT
;
3343 if (ha
->hdr
[t
].cluster_type
&
3345 /* cluster drive RESERVED (on the other node) */
3346 cmndinfo
->phase
= -2; /* reservation conflict */
3349 cmndinfo
->OpCode
= -1;
3352 if (cmndinfo
->OpCode
== GDT_MOUNT
) {
3353 ha
->hdr
[t
].cluster_type
|= CLUSTER_MOUNTED
;
3354 ha
->hdr
[t
].media_changed
= TRUE
;
3355 } else if (cmndinfo
->OpCode
== GDT_UNMOUNT
) {
3356 ha
->hdr
[t
].cluster_type
&= ~CLUSTER_MOUNTED
;
3357 ha
->hdr
[t
].media_changed
= TRUE
;
3359 cmndinfo
->OpCode
= -1;
3362 cmndinfo
->priority
= HIGH_PRI
;
3365 /* RESERVE/RELEASE ? */
3366 if (scp
->cmnd
[0] == RESERVE
) {
3367 ha
->hdr
[t
].cluster_type
|= CLUSTER_RESERVED
;
3368 } else if (scp
->cmnd
[0] == RELEASE
) {
3369 ha
->hdr
[t
].cluster_type
&= ~CLUSTER_RESERVED
;
3371 scp
->result
= DID_OK
<< 16;
3372 scp
->sense_buffer
[0] = 0;
3375 cmndinfo
->status
= ha
->status
;
3376 cmndinfo
->info
= ha
->info
;
3378 if (cmndinfo
->OpCode
!= -1) {
3379 TRACE2(("gdth_sync_event(): special cmd 0x%x error 0x%x\n",
3380 cmndinfo
->OpCode
, ha
->status
));
3381 if (cmndinfo
->OpCode
== GDT_SCAN_START
||
3382 cmndinfo
->OpCode
== GDT_SCAN_END
) {
3383 cmndinfo
->OpCode
= -1;
3385 cmndinfo
->priority
= HIGH_PRI
;
3388 memset((char*)scp
->sense_buffer
,0,16);
3389 scp
->sense_buffer
[0] = 0x70;
3390 scp
->sense_buffer
[2] = NOT_READY
;
3391 scp
->result
= (DID_OK
<< 16) | (CHECK_CONDITION
<< 1);
3392 } else if (service
== CACHESERVICE
) {
3393 if (ha
->status
== S_CACHE_UNKNOWN
&&
3394 (ha
->hdr
[t
].cluster_type
&
3395 CLUSTER_RESERVE_STATE
) == CLUSTER_RESERVE_STATE
) {
3396 /* bus reset -> force GDT_CLUST_INFO */
3397 ha
->hdr
[t
].cluster_type
&= ~CLUSTER_RESERVED
;
3399 memset((char*)scp
->sense_buffer
,0,16);
3400 if (ha
->status
== (ushort
)S_CACHE_RESERV
) {
3401 scp
->result
= (DID_OK
<< 16) | (RESERVATION_CONFLICT
<< 1);
3403 scp
->sense_buffer
[0] = 0x70;
3404 scp
->sense_buffer
[2] = NOT_READY
;
3405 scp
->result
= (DID_OK
<< 16) | (CHECK_CONDITION
<< 1);
3407 if (!cmndinfo
->internal_command
) {
3408 ha
->dvr
.size
= sizeof(ha
->dvr
.eu
.sync
);
3409 ha
->dvr
.eu
.sync
.ionode
= ha
->hanum
;
3410 ha
->dvr
.eu
.sync
.service
= service
;
3411 ha
->dvr
.eu
.sync
.status
= ha
->status
;
3412 ha
->dvr
.eu
.sync
.info
= ha
->info
;
3413 ha
->dvr
.eu
.sync
.hostdrive
= t
;
3414 if (ha
->status
>= 0x8000)
3415 gdth_store_event(ha
, ES_SYNC
, 0, &ha
->dvr
);
3417 gdth_store_event(ha
, ES_SYNC
, service
, &ha
->dvr
);
3420 /* sense buffer filled from controller firmware (DMA) */
3421 if (ha
->status
!= S_RAW_SCSI
|| ha
->info
>= 0x100) {
3422 scp
->result
= DID_BAD_TARGET
<< 16;
3424 scp
->result
= (DID_OK
<< 16) | ha
->info
;
3428 if (!cmndinfo
->wait_for_completion
)
3429 cmndinfo
->wait_for_completion
++;
3437 static char *async_cache_tab
[] = {
3438 /* 0*/ "\011\000\002\002\002\004\002\006\004"
3439 "GDT HA %u, service %u, async. status %u/%lu unknown",
3440 /* 1*/ "\011\000\002\002\002\004\002\006\004"
3441 "GDT HA %u, service %u, async. status %u/%lu unknown",
3442 /* 2*/ "\005\000\002\006\004"
3443 "GDT HA %u, Host Drive %lu not ready",
3444 /* 3*/ "\005\000\002\006\004"
3445 "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",
3446 /* 4*/ "\005\000\002\006\004"
3447 "GDT HA %u, mirror update on Host Drive %lu failed",
3448 /* 5*/ "\005\000\002\006\004"
3449 "GDT HA %u, Mirror Drive %lu failed",
3450 /* 6*/ "\005\000\002\006\004"
3451 "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",
3452 /* 7*/ "\005\000\002\006\004"
3453 "GDT HA %u, Host Drive %lu write protected",
3454 /* 8*/ "\005\000\002\006\004"
3455 "GDT HA %u, media changed in Host Drive %lu",
3456 /* 9*/ "\005\000\002\006\004"
3457 "GDT HA %u, Host Drive %lu is offline",
3458 /*10*/ "\005\000\002\006\004"
3459 "GDT HA %u, media change of Mirror Drive %lu",
3460 /*11*/ "\005\000\002\006\004"
3461 "GDT HA %u, Mirror Drive %lu is write protected",
3462 /*12*/ "\005\000\002\006\004"
3463 "GDT HA %u, general error on Host Drive %lu. Please check the devices of this drive!",
3464 /*13*/ "\007\000\002\006\002\010\002"
3465 "GDT HA %u, Array Drive %u: Cache Drive %u failed",
3466 /*14*/ "\005\000\002\006\002"
3467 "GDT HA %u, Array Drive %u: FAIL state entered",
3468 /*15*/ "\005\000\002\006\002"
3469 "GDT HA %u, Array Drive %u: error",
3470 /*16*/ "\007\000\002\006\002\010\002"
3471 "GDT HA %u, Array Drive %u: failed drive replaced by Cache Drive %u",
3472 /*17*/ "\005\000\002\006\002"
3473 "GDT HA %u, Array Drive %u: parity build failed",
3474 /*18*/ "\005\000\002\006\002"
3475 "GDT HA %u, Array Drive %u: drive rebuild failed",
3476 /*19*/ "\005\000\002\010\002"
3477 "GDT HA %u, Test of Hot Fix %u failed",
3478 /*20*/ "\005\000\002\006\002"
3479 "GDT HA %u, Array Drive %u: drive build finished successfully",
3480 /*21*/ "\005\000\002\006\002"
3481 "GDT HA %u, Array Drive %u: drive rebuild finished successfully",
3482 /*22*/ "\007\000\002\006\002\010\002"
3483 "GDT HA %u, Array Drive %u: Hot Fix %u activated",
3484 /*23*/ "\005\000\002\006\002"
3485 "GDT HA %u, Host Drive %u: processing of i/o aborted due to serious drive error",
3486 /*24*/ "\005\000\002\010\002"
3487 "GDT HA %u, mirror update on Cache Drive %u completed",
3488 /*25*/ "\005\000\002\010\002"
3489 "GDT HA %u, mirror update on Cache Drive %lu failed",
3490 /*26*/ "\005\000\002\006\002"
3491 "GDT HA %u, Array Drive %u: drive rebuild started",
3492 /*27*/ "\005\000\002\012\001"
3493 "GDT HA %u, Fault bus %u: SHELF OK detected",
3494 /*28*/ "\005\000\002\012\001"
3495 "GDT HA %u, Fault bus %u: SHELF not OK detected",
3496 /*29*/ "\007\000\002\012\001\013\001"
3497 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug started",
3498 /*30*/ "\007\000\002\012\001\013\001"
3499 "GDT HA %u, Fault bus %u, ID %u: new disk detected",
3500 /*31*/ "\007\000\002\012\001\013\001"
3501 "GDT HA %u, Fault bus %u, ID %u: old disk detected",
3502 /*32*/ "\007\000\002\012\001\013\001"
3503 "GDT HA %u, Fault bus %u, ID %u: plugging an active disk is invalid",
3504 /*33*/ "\007\000\002\012\001\013\001"
3505 "GDT HA %u, Fault bus %u, ID %u: invalid device detected",
3506 /*34*/ "\011\000\002\012\001\013\001\006\004"
3507 "GDT HA %u, Fault bus %u, ID %u: insufficient disk capacity (%lu MB required)",
3508 /*35*/ "\007\000\002\012\001\013\001"
3509 "GDT HA %u, Fault bus %u, ID %u: disk write protected",
3510 /*36*/ "\007\000\002\012\001\013\001"
3511 "GDT HA %u, Fault bus %u, ID %u: disk not available",
3512 /*37*/ "\007\000\002\012\001\006\004"
3513 "GDT HA %u, Fault bus %u: swap detected (%lu)",
3514 /*38*/ "\007\000\002\012\001\013\001"
3515 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug finished successfully",
3516 /*39*/ "\007\000\002\012\001\013\001"
3517 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug aborted due to user Hot Plug",
3518 /*40*/ "\007\000\002\012\001\013\001"
3519 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug aborted",
3520 /*41*/ "\007\000\002\012\001\013\001"
3521 "GDT HA %u, Fault bus %u, ID %u: Auto Hot Plug for Hot Fix started",
3522 /*42*/ "\005\000\002\006\002"
3523 "GDT HA %u, Array Drive %u: drive build started",
3524 /*43*/ "\003\000\002"
3525 "GDT HA %u, DRAM parity error detected",
3526 /*44*/ "\005\000\002\006\002"
3527 "GDT HA %u, Mirror Drive %u: update started",
3528 /*45*/ "\007\000\002\006\002\010\002"
3529 "GDT HA %u, Mirror Drive %u: Hot Fix %u activated",
3530 /*46*/ "\005\000\002\006\002"
3531 "GDT HA %u, Array Drive %u: no matching Pool Hot Fix Drive available",
3532 /*47*/ "\005\000\002\006\002"
3533 "GDT HA %u, Array Drive %u: Pool Hot Fix Drive available",
3534 /*48*/ "\005\000\002\006\002"
3535 "GDT HA %u, Mirror Drive %u: no matching Pool Hot Fix Drive available",
3536 /*49*/ "\005\000\002\006\002"
3537 "GDT HA %u, Mirror Drive %u: Pool Hot Fix Drive available",
3538 /*50*/ "\007\000\002\012\001\013\001"
3539 "GDT HA %u, SCSI bus %u, ID %u: IGNORE_WIDE_RESIDUE message received",
3540 /*51*/ "\005\000\002\006\002"
3541 "GDT HA %u, Array Drive %u: expand started",
3542 /*52*/ "\005\000\002\006\002"
3543 "GDT HA %u, Array Drive %u: expand finished successfully",
3544 /*53*/ "\005\000\002\006\002"
3545 "GDT HA %u, Array Drive %u: expand failed",
3546 /*54*/ "\003\000\002"
3547 "GDT HA %u, CPU temperature critical",
3548 /*55*/ "\003\000\002"
3549 "GDT HA %u, CPU temperature OK",
3550 /*56*/ "\005\000\002\006\004"
3551 "GDT HA %u, Host drive %lu created",
3552 /*57*/ "\005\000\002\006\002"
3553 "GDT HA %u, Array Drive %u: expand restarted",
3554 /*58*/ "\005\000\002\006\002"
3555 "GDT HA %u, Array Drive %u: expand stopped",
3556 /*59*/ "\005\000\002\010\002"
3557 "GDT HA %u, Mirror Drive %u: drive build quited",
3558 /*60*/ "\005\000\002\006\002"
3559 "GDT HA %u, Array Drive %u: parity build quited",
3560 /*61*/ "\005\000\002\006\002"
3561 "GDT HA %u, Array Drive %u: drive rebuild quited",
3562 /*62*/ "\005\000\002\006\002"
3563 "GDT HA %u, Array Drive %u: parity verify started",
3564 /*63*/ "\005\000\002\006\002"
3565 "GDT HA %u, Array Drive %u: parity verify done",
3566 /*64*/ "\005\000\002\006\002"
3567 "GDT HA %u, Array Drive %u: parity verify failed",
3568 /*65*/ "\005\000\002\006\002"
3569 "GDT HA %u, Array Drive %u: parity error detected",
3570 /*66*/ "\005\000\002\006\002"
3571 "GDT HA %u, Array Drive %u: parity verify quited",
3572 /*67*/ "\005\000\002\006\002"
3573 "GDT HA %u, Host Drive %u reserved",
3574 /*68*/ "\005\000\002\006\002"
3575 "GDT HA %u, Host Drive %u mounted and released",
3576 /*69*/ "\005\000\002\006\002"
3577 "GDT HA %u, Host Drive %u released",
3578 /*70*/ "\003\000\002"
3579 "GDT HA %u, DRAM error detected and corrected with ECC",
3580 /*71*/ "\003\000\002"
3581 "GDT HA %u, Uncorrectable DRAM error detected with ECC",
3582 /*72*/ "\011\000\002\012\001\013\001\014\001"
3583 "GDT HA %u, SCSI bus %u, ID %u, LUN %u: reassigning block",
3584 /*73*/ "\005\000\002\006\002"
3585 "GDT HA %u, Host drive %u resetted locally",
3586 /*74*/ "\005\000\002\006\002"
3587 "GDT HA %u, Host drive %u resetted remotely",
3588 /*75*/ "\003\000\002"
3589 "GDT HA %u, async. status 75 unknown",
3593 static int gdth_async_event(gdth_ha_str
*ha
)
3599 TRACE2(("gdth_async_event() ha %d serv %d\n",
3600 ha
->hanum
, ha
->service
));
3602 if (ha
->service
== SCREENSERVICE
) {
3603 if (ha
->status
== MSG_REQUEST
) {
3604 while (gdth_test_busy(ha
))
3606 cmdp
->Service
= SCREENSERVICE
;
3607 cmdp
->RequestBuffer
= SCREEN_CMND
;
3608 cmd_index
= gdth_get_cmd_index(ha
);
3610 cmdp
->OpCode
= GDT_READ
;
3611 cmdp
->BoardNode
= LOCALBOARD
;
3612 cmdp
->u
.screen
.reserved
= 0;
3613 cmdp
->u
.screen
.su
.msg
.msg_handle
= MSG_INV_HANDLE
;
3614 cmdp
->u
.screen
.su
.msg
.msg_addr
= ha
->msg_phys
;
3615 ha
->cmd_offs_dpmem
= 0;
3616 ha
->cmd_len
= GDTOFFSOF(gdth_cmd_str
,u
.screen
.su
.msg
.msg_addr
)
3619 gdth_copy_command(ha
);
3620 if (ha
->type
== GDT_EISA
)
3621 printk("[EISA slot %d] ",(ushort
)ha
->brd_phys
);
3622 else if (ha
->type
== GDT_ISA
)
3623 printk("[DPMEM 0x%4X] ",(ushort
)ha
->brd_phys
);
3625 printk("[PCI %d/%d] ",(ushort
)(ha
->brd_phys
>>8),
3626 (ushort
)((ha
->brd_phys
>>3)&0x1f));
3627 gdth_release_event(ha
);
3631 if (ha
->type
== GDT_PCIMPR
&&
3632 (ha
->fw_vers
& 0xff) >= 0x1a) {
3634 ha
->dvr
.eu
.async
.ionode
= ha
->hanum
;
3635 ha
->dvr
.eu
.async
.status
= ha
->status
;
3636 /* severity and event_string already set! */
3638 ha
->dvr
.size
= sizeof(ha
->dvr
.eu
.async
);
3639 ha
->dvr
.eu
.async
.ionode
= ha
->hanum
;
3640 ha
->dvr
.eu
.async
.service
= ha
->service
;
3641 ha
->dvr
.eu
.async
.status
= ha
->status
;
3642 ha
->dvr
.eu
.async
.info
= ha
->info
;
3643 *(ulong32
*)ha
->dvr
.eu
.async
.scsi_coord
= ha
->info2
;
3645 gdth_store_event( ha
, ES_ASYNC
, ha
->service
, &ha
->dvr
);
3646 gdth_log_event( &ha
->dvr
, NULL
);
3648 /* new host drive from expand? */
3649 if (ha
->service
== CACHESERVICE
&& ha
->status
== 56) {
3650 TRACE2(("gdth_async_event(): new host drive %d created\n",
3652 /* gdth_analyse_hdrive(hanum, (ushort)ha->info); */
3658 static void gdth_log_event(gdth_evt_data
*dvr
, char *buffer
)
3660 gdth_stackframe stack
;
3664 TRACE2(("gdth_log_event()\n"));
3665 if (dvr
->size
== 0) {
3666 if (buffer
== NULL
) {
3667 printk("Adapter %d: %s\n",dvr
->eu
.async
.ionode
,dvr
->event_string
);
3669 sprintf(buffer
,"Adapter %d: %s\n",
3670 dvr
->eu
.async
.ionode
,dvr
->event_string
);
3672 } else if (dvr
->eu
.async
.service
== CACHESERVICE
&&
3673 INDEX_OK(dvr
->eu
.async
.status
, async_cache_tab
)) {
3674 TRACE2(("GDT: Async. event cache service, event no.: %d\n",
3675 dvr
->eu
.async
.status
));
3677 f
= async_cache_tab
[dvr
->eu
.async
.status
];
3679 /* i: parameter to push, j: stack element to fill */
3680 for (j
=0,i
=1; i
< f
[0]; i
+=2) {
3683 stack
.b
[j
++] = *(ulong32
*)&dvr
->eu
.stream
[(int)f
[i
]];
3686 stack
.b
[j
++] = *(ushort
*)&dvr
->eu
.stream
[(int)f
[i
]];
3689 stack
.b
[j
++] = *(unchar
*)&dvr
->eu
.stream
[(int)f
[i
]];
3696 if (buffer
== NULL
) {
3697 printk(&f
[(int)f
[0]],stack
);
3700 sprintf(buffer
,&f
[(int)f
[0]],stack
);
3704 if (buffer
== NULL
) {
3705 printk("GDT HA %u, Unknown async. event service %d event no. %d\n",
3706 dvr
->eu
.async
.ionode
,dvr
->eu
.async
.service
,dvr
->eu
.async
.status
);
3708 sprintf(buffer
,"GDT HA %u, Unknown async. event service %d event no. %d",
3709 dvr
->eu
.async
.ionode
,dvr
->eu
.async
.service
,dvr
->eu
.async
.status
);
3714 #ifdef GDTH_STATISTICS
3715 static unchar gdth_timer_running
;
3717 static void gdth_timeout(ulong data
)
3724 if(unlikely(list_empty(&gdth_instances
))) {
3725 gdth_timer_running
= 0;
3729 ha
= list_first_entry(&gdth_instances
, gdth_ha_str
, list
);
3730 spin_lock_irqsave(&ha
->smp_lock
, flags
);
3732 for (act_stats
=0,i
=0; i
<GDTH_MAXCMDS
; ++i
)
3733 if (ha
->cmd_tab
[i
].cmnd
!= UNUSED_CMND
)
3736 for (act_rq
=0,nscp
=ha
->req_first
; nscp
; nscp
=(Scsi_Cmnd
*)nscp
->SCp
.ptr
)
3739 TRACE2(("gdth_to(): ints %d, ios %d, act_stats %d, act_rq %d\n",
3740 act_ints
, act_ios
, act_stats
, act_rq
));
3741 act_ints
= act_ios
= 0;
3743 gdth_timer
.expires
= jiffies
+ 30 * HZ
;
3744 add_timer(&gdth_timer
);
3745 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3748 static void gdth_timer_init(void)
3750 if (gdth_timer_running
)
3752 gdth_timer_running
= 1;
3753 TRACE2(("gdth_detect(): Initializing timer !\n"));
3754 gdth_timer
.expires
= jiffies
+ HZ
;
3755 gdth_timer
.data
= 0L;
3756 gdth_timer
.function
= gdth_timeout
;
3757 add_timer(&gdth_timer
);
3760 static inline void gdth_timer_init(void)
3765 static void __init
internal_setup(char *str
,int *ints
)
3768 char *cur_str
, *argv
;
3770 TRACE2(("internal_setup() str %s ints[0] %d\n",
3771 str
? str
:"NULL", ints
? ints
[0]:0));
3773 /* read irq[] from ints[] */
3779 for (i
= 0; i
< argc
; ++i
)
3784 /* analyse string */
3786 while (argv
&& (cur_str
= strchr(argv
, ':'))) {
3787 int val
= 0, c
= *++cur_str
;
3789 if (c
== 'n' || c
== 'N')
3791 else if (c
== 'y' || c
== 'Y')
3794 val
= (int)simple_strtoul(cur_str
, NULL
, 0);
3796 if (!strncmp(argv
, "disable:", 8))
3798 else if (!strncmp(argv
, "reserve_mode:", 13))
3800 else if (!strncmp(argv
, "reverse_scan:", 13))
3802 else if (!strncmp(argv
, "hdr_channel:", 12))
3804 else if (!strncmp(argv
, "max_ids:", 8))
3806 else if (!strncmp(argv
, "rescan:", 7))
3808 else if (!strncmp(argv
, "shared_access:", 14))
3809 shared_access
= val
;
3810 else if (!strncmp(argv
, "probe_eisa_isa:", 15))
3811 probe_eisa_isa
= val
;
3812 else if (!strncmp(argv
, "reserve_list:", 13)) {
3813 reserve_list
[0] = val
;
3814 for (i
= 1; i
< MAX_RES_ARGS
; i
++) {
3815 cur_str
= strchr(cur_str
, ',');
3818 if (!isdigit((int)*++cur_str
)) {
3823 (int)simple_strtoul(cur_str
, NULL
, 0);
3831 if ((argv
= strchr(argv
, ',')))
3836 int __init
option_setup(char *str
)
3842 TRACE2(("option_setup() str %s\n", str
? str
:"NULL"));
3844 while (cur
&& isdigit(*cur
) && i
<= MAXHA
) {
3845 ints
[i
++] = simple_strtoul(cur
, NULL
, 0);
3846 if ((cur
= strchr(cur
, ',')) != NULL
) cur
++;
3850 internal_setup(cur
, ints
);
3854 static const char *gdth_ctr_name(gdth_ha_str
*ha
)
3856 TRACE2(("gdth_ctr_name()\n"));
3858 if (ha
->type
== GDT_EISA
) {
3859 switch (ha
->stype
) {
3861 return("GDT3000/3020");
3863 return("GDT3000A/3020A/3050A");
3865 return("GDT3000B/3010A");
3867 } else if (ha
->type
== GDT_ISA
) {
3868 return("GDT2000/2020");
3869 } else if (ha
->type
== GDT_PCI
) {
3870 switch (ha
->pdev
->device
) {
3871 case PCI_DEVICE_ID_VORTEX_GDT60x0
:
3872 return("GDT6000/6020/6050");
3873 case PCI_DEVICE_ID_VORTEX_GDT6000B
:
3874 return("GDT6000B/6010");
3877 /* new controllers (GDT_PCINEW, GDT_PCIMPR, ..) use board_info IOCTL! */
3882 static const char *gdth_info(struct Scsi_Host
*shp
)
3884 gdth_ha_str
*ha
= shost_priv(shp
);
3886 TRACE2(("gdth_info()\n"));
3887 return ((const char *)ha
->binfo
.type_string
);
3890 static enum blk_eh_timer_return
gdth_timed_out(struct scsi_cmnd
*scp
)
3892 gdth_ha_str
*ha
= shost_priv(scp
->device
->host
);
3893 struct gdth_cmndinfo
*cmndinfo
= gdth_cmnd_priv(scp
);
3896 enum blk_eh_timer_return retval
= BLK_EH_NOT_HANDLED
;
3898 TRACE(("%s() cmd 0x%x\n", scp
->cmnd
[0], __func__
));
3899 b
= scp
->device
->channel
;
3900 t
= scp
->device
->id
;
3903 * We don't really honor the command timeout, but we try to
3904 * honor 6 times of the actual command timeout! So reset the
3905 * timer if this is less than 6th timeout on this command!
3907 if (++cmndinfo
->timeout_count
< 6)
3908 retval
= BLK_EH_RESET_TIMER
;
3910 /* Reset the timeout if it is locked IO */
3911 spin_lock_irqsave(&ha
->smp_lock
, flags
);
3912 if ((b
!= ha
->virt_bus
&& ha
->raw
[BUS_L2P(ha
, b
)].lock
) ||
3913 (b
== ha
->virt_bus
&& t
< MAX_HDRIVES
&& ha
->hdr
[t
].lock
)) {
3914 TRACE2(("%s(): locked IO, reset timeout\n", __func__
));
3915 retval
= BLK_EH_RESET_TIMER
;
3917 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3923 static int gdth_eh_bus_reset(Scsi_Cmnd
*scp
)
3925 gdth_ha_str
*ha
= shost_priv(scp
->device
->host
);
3931 TRACE2(("gdth_eh_bus_reset()\n"));
3933 b
= scp
->device
->channel
;
3935 /* clear command tab */
3936 spin_lock_irqsave(&ha
->smp_lock
, flags
);
3937 for (i
= 0; i
< GDTH_MAXCMDS
; ++i
) {
3938 cmnd
= ha
->cmd_tab
[i
].cmnd
;
3939 if (!SPECIAL_SCP(cmnd
) && cmnd
->device
->channel
== b
)
3940 ha
->cmd_tab
[i
].cmnd
= UNUSED_CMND
;
3942 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3944 if (b
== ha
->virt_bus
) {
3946 for (i
= 0; i
< MAX_HDRIVES
; ++i
) {
3947 if (ha
->hdr
[i
].present
) {
3948 spin_lock_irqsave(&ha
->smp_lock
, flags
);
3949 gdth_polling
= TRUE
;
3950 while (gdth_test_busy(ha
))
3952 if (gdth_internal_cmd(ha
, CACHESERVICE
,
3953 GDT_CLUST_RESET
, i
, 0, 0))
3954 ha
->hdr
[i
].cluster_type
&= ~CLUSTER_RESERVED
;
3955 gdth_polling
= FALSE
;
3956 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3961 spin_lock_irqsave(&ha
->smp_lock
, flags
);
3962 for (i
= 0; i
< MAXID
; ++i
)
3963 ha
->raw
[BUS_L2P(ha
,b
)].io_cnt
[i
] = 0;
3964 gdth_polling
= TRUE
;
3965 while (gdth_test_busy(ha
))
3967 gdth_internal_cmd(ha
, SCSIRAWSERVICE
, GDT_RESET_BUS
,
3968 BUS_L2P(ha
,b
), 0, 0);
3969 gdth_polling
= FALSE
;
3970 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
3975 static int gdth_bios_param(struct scsi_device
*sdev
,struct block_device
*bdev
,sector_t cap
,int *ip
)
3978 gdth_ha_str
*ha
= shost_priv(sdev
->host
);
3979 struct scsi_device
*sd
;
3986 TRACE2(("gdth_bios_param() ha %d bus %d target %d\n", ha
->hanum
, b
, t
));
3988 if (b
!= ha
->virt_bus
|| ha
->hdr
[t
].heads
== 0) {
3989 /* raw device or host drive without mapping information */
3990 TRACE2(("Evaluate mapping\n"));
3991 gdth_eval_mapping(capacity
,&ip
[2],&ip
[0],&ip
[1]);
3993 ip
[0] = ha
->hdr
[t
].heads
;
3994 ip
[1] = ha
->hdr
[t
].secs
;
3995 ip
[2] = capacity
/ ip
[0] / ip
[1];
3998 TRACE2(("gdth_bios_param(): %d heads, %d secs, %d cyls\n",
3999 ip
[0],ip
[1],ip
[2]));
4004 static int gdth_queuecommand(struct scsi_cmnd
*scp
,
4005 void (*done
)(struct scsi_cmnd
*))
4007 gdth_ha_str
*ha
= shost_priv(scp
->device
->host
);
4008 struct gdth_cmndinfo
*cmndinfo
;
4010 TRACE(("gdth_queuecommand() cmd 0x%x\n", scp
->cmnd
[0]));
4012 cmndinfo
= gdth_get_cmndinfo(ha
);
4015 scp
->scsi_done
= done
;
4016 cmndinfo
->timeout_count
= 0;
4017 cmndinfo
->priority
= DEFAULT_PRI
;
4019 return __gdth_queuecommand(ha
, scp
, cmndinfo
);
4022 static int __gdth_queuecommand(gdth_ha_str
*ha
, struct scsi_cmnd
*scp
,
4023 struct gdth_cmndinfo
*cmndinfo
)
4025 scp
->host_scribble
= (unsigned char *)cmndinfo
;
4026 cmndinfo
->wait_for_completion
= 1;
4027 cmndinfo
->phase
= -1;
4028 cmndinfo
->OpCode
= -1;
4030 #ifdef GDTH_STATISTICS
4034 gdth_putq(ha
, scp
, cmndinfo
->priority
);
4040 static int gdth_open(struct inode
*inode
, struct file
*filep
)
4045 list_for_each_entry(ha
, &gdth_instances
, list
) {
4047 ha
->sdev
= scsi_get_host_dev(ha
->shost
);
4051 TRACE(("gdth_open()\n"));
4055 static int gdth_close(struct inode
*inode
, struct file
*filep
)
4057 TRACE(("gdth_close()\n"));
4061 static int ioc_event(void __user
*arg
)
4063 gdth_ioctl_event evt
;
4067 if (copy_from_user(&evt
, arg
, sizeof(gdth_ioctl_event
)))
4069 ha
= gdth_find_ha(evt
.ionode
);
4073 if (evt
.erase
== 0xff) {
4074 if (evt
.event
.event_source
== ES_TEST
)
4075 evt
.event
.event_data
.size
=sizeof(evt
.event
.event_data
.eu
.test
);
4076 else if (evt
.event
.event_source
== ES_DRIVER
)
4077 evt
.event
.event_data
.size
=sizeof(evt
.event
.event_data
.eu
.driver
);
4078 else if (evt
.event
.event_source
== ES_SYNC
)
4079 evt
.event
.event_data
.size
=sizeof(evt
.event
.event_data
.eu
.sync
);
4081 evt
.event
.event_data
.size
=sizeof(evt
.event
.event_data
.eu
.async
);
4082 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4083 gdth_store_event(ha
, evt
.event
.event_source
, evt
.event
.event_idx
,
4084 &evt
.event
.event_data
);
4085 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4086 } else if (evt
.erase
== 0xfe) {
4087 gdth_clear_events();
4088 } else if (evt
.erase
== 0) {
4089 evt
.handle
= gdth_read_event(ha
, evt
.handle
, &evt
.event
);
4091 gdth_readapp_event(ha
, evt
.erase
, &evt
.event
);
4093 if (copy_to_user(arg
, &evt
, sizeof(gdth_ioctl_event
)))
4098 static int ioc_lockdrv(void __user
*arg
)
4100 gdth_ioctl_lockdrv ldrv
;
4105 if (copy_from_user(&ldrv
, arg
, sizeof(gdth_ioctl_lockdrv
)))
4107 ha
= gdth_find_ha(ldrv
.ionode
);
4111 for (i
= 0; i
< ldrv
.drive_cnt
&& i
< MAX_HDRIVES
; ++i
) {
4113 if (j
>= MAX_HDRIVES
|| !ha
->hdr
[j
].present
)
4116 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4117 ha
->hdr
[j
].lock
= 1;
4118 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4119 gdth_wait_completion(ha
, ha
->bus_cnt
, j
);
4121 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4122 ha
->hdr
[j
].lock
= 0;
4123 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4130 static int ioc_resetdrv(void __user
*arg
, char *cmnd
)
4132 gdth_ioctl_reset res
;
4137 if (copy_from_user(&res
, arg
, sizeof(gdth_ioctl_reset
)) ||
4138 res
.number
>= MAX_HDRIVES
)
4140 ha
= gdth_find_ha(res
.ionode
);
4144 if (!ha
->hdr
[res
.number
].present
)
4146 memset(&cmd
, 0, sizeof(gdth_cmd_str
));
4147 cmd
.Service
= CACHESERVICE
;
4148 cmd
.OpCode
= GDT_CLUST_RESET
;
4149 if (ha
->cache_feat
& GDT_64BIT
)
4150 cmd
.u
.cache64
.DeviceNo
= res
.number
;
4152 cmd
.u
.cache
.DeviceNo
= res
.number
;
4154 rval
= __gdth_execute(ha
->sdev
, &cmd
, cmnd
, 30, NULL
);
4159 if (copy_to_user(arg
, &res
, sizeof(gdth_ioctl_reset
)))
4164 static int ioc_general(void __user
*arg
, char *cmnd
)
4166 gdth_ioctl_general gen
;
4172 if (copy_from_user(&gen
, arg
, sizeof(gdth_ioctl_general
)))
4174 ha
= gdth_find_ha(gen
.ionode
);
4178 if (gen
.data_len
> INT_MAX
)
4180 if (gen
.sense_len
> INT_MAX
)
4182 if (gen
.data_len
+ gen
.sense_len
> INT_MAX
)
4185 if (gen
.data_len
+ gen
.sense_len
!= 0) {
4186 if (!(buf
= gdth_ioctl_alloc(ha
, gen
.data_len
+ gen
.sense_len
,
4189 if (copy_from_user(buf
, arg
+ sizeof(gdth_ioctl_general
),
4190 gen
.data_len
+ gen
.sense_len
)) {
4191 gdth_ioctl_free(ha
, gen
.data_len
+gen
.sense_len
, buf
, paddr
);
4195 if (gen
.command
.OpCode
== GDT_IOCTL
) {
4196 gen
.command
.u
.ioctl
.p_param
= paddr
;
4197 } else if (gen
.command
.Service
== CACHESERVICE
) {
4198 if (ha
->cache_feat
& GDT_64BIT
) {
4199 /* copy elements from 32-bit IOCTL structure */
4200 gen
.command
.u
.cache64
.BlockCnt
= gen
.command
.u
.cache
.BlockCnt
;
4201 gen
.command
.u
.cache64
.BlockNo
= gen
.command
.u
.cache
.BlockNo
;
4202 gen
.command
.u
.cache64
.DeviceNo
= gen
.command
.u
.cache
.DeviceNo
;
4204 if (ha
->cache_feat
& SCATTER_GATHER
) {
4205 gen
.command
.u
.cache64
.DestAddr
= (ulong64
)-1;
4206 gen
.command
.u
.cache64
.sg_canz
= 1;
4207 gen
.command
.u
.cache64
.sg_lst
[0].sg_ptr
= paddr
;
4208 gen
.command
.u
.cache64
.sg_lst
[0].sg_len
= gen
.data_len
;
4209 gen
.command
.u
.cache64
.sg_lst
[1].sg_len
= 0;
4211 gen
.command
.u
.cache64
.DestAddr
= paddr
;
4212 gen
.command
.u
.cache64
.sg_canz
= 0;
4215 if (ha
->cache_feat
& SCATTER_GATHER
) {
4216 gen
.command
.u
.cache
.DestAddr
= 0xffffffff;
4217 gen
.command
.u
.cache
.sg_canz
= 1;
4218 gen
.command
.u
.cache
.sg_lst
[0].sg_ptr
= (ulong32
)paddr
;
4219 gen
.command
.u
.cache
.sg_lst
[0].sg_len
= gen
.data_len
;
4220 gen
.command
.u
.cache
.sg_lst
[1].sg_len
= 0;
4222 gen
.command
.u
.cache
.DestAddr
= paddr
;
4223 gen
.command
.u
.cache
.sg_canz
= 0;
4226 } else if (gen
.command
.Service
== SCSIRAWSERVICE
) {
4227 if (ha
->raw_feat
& GDT_64BIT
) {
4228 /* copy elements from 32-bit IOCTL structure */
4230 gen
.command
.u
.raw64
.sense_len
= gen
.command
.u
.raw
.sense_len
;
4231 gen
.command
.u
.raw64
.bus
= gen
.command
.u
.raw
.bus
;
4232 gen
.command
.u
.raw64
.lun
= gen
.command
.u
.raw
.lun
;
4233 gen
.command
.u
.raw64
.target
= gen
.command
.u
.raw
.target
;
4234 memcpy(cmd
, gen
.command
.u
.raw
.cmd
, 16);
4235 memcpy(gen
.command
.u
.raw64
.cmd
, cmd
, 16);
4236 gen
.command
.u
.raw64
.clen
= gen
.command
.u
.raw
.clen
;
4237 gen
.command
.u
.raw64
.sdlen
= gen
.command
.u
.raw
.sdlen
;
4238 gen
.command
.u
.raw64
.direction
= gen
.command
.u
.raw
.direction
;
4240 if (ha
->raw_feat
& SCATTER_GATHER
) {
4241 gen
.command
.u
.raw64
.sdata
= (ulong64
)-1;
4242 gen
.command
.u
.raw64
.sg_ranz
= 1;
4243 gen
.command
.u
.raw64
.sg_lst
[0].sg_ptr
= paddr
;
4244 gen
.command
.u
.raw64
.sg_lst
[0].sg_len
= gen
.data_len
;
4245 gen
.command
.u
.raw64
.sg_lst
[1].sg_len
= 0;
4247 gen
.command
.u
.raw64
.sdata
= paddr
;
4248 gen
.command
.u
.raw64
.sg_ranz
= 0;
4250 gen
.command
.u
.raw64
.sense_data
= paddr
+ gen
.data_len
;
4252 if (ha
->raw_feat
& SCATTER_GATHER
) {
4253 gen
.command
.u
.raw
.sdata
= 0xffffffff;
4254 gen
.command
.u
.raw
.sg_ranz
= 1;
4255 gen
.command
.u
.raw
.sg_lst
[0].sg_ptr
= (ulong32
)paddr
;
4256 gen
.command
.u
.raw
.sg_lst
[0].sg_len
= gen
.data_len
;
4257 gen
.command
.u
.raw
.sg_lst
[1].sg_len
= 0;
4259 gen
.command
.u
.raw
.sdata
= paddr
;
4260 gen
.command
.u
.raw
.sg_ranz
= 0;
4262 gen
.command
.u
.raw
.sense_data
= (ulong32
)paddr
+ gen
.data_len
;
4265 gdth_ioctl_free(ha
, gen
.data_len
+gen
.sense_len
, buf
, paddr
);
4270 rval
= __gdth_execute(ha
->sdev
, &gen
.command
, cmnd
, gen
.timeout
, &gen
.info
);
4275 if (copy_to_user(arg
+ sizeof(gdth_ioctl_general
), buf
,
4276 gen
.data_len
+ gen
.sense_len
)) {
4277 gdth_ioctl_free(ha
, gen
.data_len
+gen
.sense_len
, buf
, paddr
);
4280 if (copy_to_user(arg
, &gen
,
4281 sizeof(gdth_ioctl_general
) - sizeof(gdth_cmd_str
))) {
4282 gdth_ioctl_free(ha
, gen
.data_len
+gen
.sense_len
, buf
, paddr
);
4285 gdth_ioctl_free(ha
, gen
.data_len
+gen
.sense_len
, buf
, paddr
);
4289 static int ioc_hdrlist(void __user
*arg
, char *cmnd
)
4291 gdth_ioctl_rescan
*rsc
;
4296 u32 cluster_type
= 0;
4298 rsc
= kmalloc(sizeof(*rsc
), GFP_KERNEL
);
4299 cmd
= kmalloc(sizeof(*cmd
), GFP_KERNEL
);
4303 if (copy_from_user(rsc
, arg
, sizeof(gdth_ioctl_rescan
)) ||
4304 (NULL
== (ha
= gdth_find_ha(rsc
->ionode
)))) {
4308 memset(cmd
, 0, sizeof(gdth_cmd_str
));
4310 for (i
= 0; i
< MAX_HDRIVES
; ++i
) {
4311 if (!ha
->hdr
[i
].present
) {
4312 rsc
->hdr_list
[i
].bus
= 0xff;
4315 rsc
->hdr_list
[i
].bus
= ha
->virt_bus
;
4316 rsc
->hdr_list
[i
].target
= i
;
4317 rsc
->hdr_list
[i
].lun
= 0;
4318 rsc
->hdr_list
[i
].cluster_type
= ha
->hdr
[i
].cluster_type
;
4319 if (ha
->hdr
[i
].cluster_type
& CLUSTER_DRIVE
) {
4320 cmd
->Service
= CACHESERVICE
;
4321 cmd
->OpCode
= GDT_CLUST_INFO
;
4322 if (ha
->cache_feat
& GDT_64BIT
)
4323 cmd
->u
.cache64
.DeviceNo
= i
;
4325 cmd
->u
.cache
.DeviceNo
= i
;
4326 if (__gdth_execute(ha
->sdev
, cmd
, cmnd
, 30, &cluster_type
) == S_OK
)
4327 rsc
->hdr_list
[i
].cluster_type
= cluster_type
;
4331 if (copy_to_user(arg
, rsc
, sizeof(gdth_ioctl_rescan
)))
4342 static int ioc_rescan(void __user
*arg
, char *cmnd
)
4344 gdth_ioctl_rescan
*rsc
;
4346 ushort i
, status
, hdr_cnt
;
4348 int cyls
, hds
, secs
;
4353 rsc
= kmalloc(sizeof(*rsc
), GFP_KERNEL
);
4354 cmd
= kmalloc(sizeof(*cmd
), GFP_KERNEL
);
4358 if (copy_from_user(rsc
, arg
, sizeof(gdth_ioctl_rescan
)) ||
4359 (NULL
== (ha
= gdth_find_ha(rsc
->ionode
)))) {
4363 memset(cmd
, 0, sizeof(gdth_cmd_str
));
4365 if (rsc
->flag
== 0) {
4366 /* old method: re-init. cache service */
4367 cmd
->Service
= CACHESERVICE
;
4368 if (ha
->cache_feat
& GDT_64BIT
) {
4369 cmd
->OpCode
= GDT_X_INIT_HOST
;
4370 cmd
->u
.cache64
.DeviceNo
= LINUX_OS
;
4372 cmd
->OpCode
= GDT_INIT
;
4373 cmd
->u
.cache
.DeviceNo
= LINUX_OS
;
4376 status
= __gdth_execute(ha
->sdev
, cmd
, cmnd
, 30, &info
);
4378 hdr_cnt
= (status
== S_OK
? (ushort
)info
: 0);
4384 for (; i
< hdr_cnt
&& i
< MAX_HDRIVES
; ++i
) {
4385 cmd
->Service
= CACHESERVICE
;
4386 cmd
->OpCode
= GDT_INFO
;
4387 if (ha
->cache_feat
& GDT_64BIT
)
4388 cmd
->u
.cache64
.DeviceNo
= i
;
4390 cmd
->u
.cache
.DeviceNo
= i
;
4392 status
= __gdth_execute(ha
->sdev
, cmd
, cmnd
, 30, &info
);
4394 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4395 rsc
->hdr_list
[i
].bus
= ha
->virt_bus
;
4396 rsc
->hdr_list
[i
].target
= i
;
4397 rsc
->hdr_list
[i
].lun
= 0;
4398 if (status
!= S_OK
) {
4399 ha
->hdr
[i
].present
= FALSE
;
4401 ha
->hdr
[i
].present
= TRUE
;
4402 ha
->hdr
[i
].size
= info
;
4403 /* evaluate mapping */
4404 ha
->hdr
[i
].size
&= ~SECS32
;
4405 gdth_eval_mapping(ha
->hdr
[i
].size
,&cyls
,&hds
,&secs
);
4406 ha
->hdr
[i
].heads
= hds
;
4407 ha
->hdr
[i
].secs
= secs
;
4409 ha
->hdr
[i
].size
= cyls
* hds
* secs
;
4411 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4415 /* extended info, if GDT_64BIT, for drives > 2 TB */
4416 /* but we need ha->info2, not yet stored in scp->SCp */
4418 /* devtype, cluster info, R/W attribs */
4419 cmd
->Service
= CACHESERVICE
;
4420 cmd
->OpCode
= GDT_DEVTYPE
;
4421 if (ha
->cache_feat
& GDT_64BIT
)
4422 cmd
->u
.cache64
.DeviceNo
= i
;
4424 cmd
->u
.cache
.DeviceNo
= i
;
4426 status
= __gdth_execute(ha
->sdev
, cmd
, cmnd
, 30, &info
);
4428 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4429 ha
->hdr
[i
].devtype
= (status
== S_OK
? (ushort
)info
: 0);
4430 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4432 cmd
->Service
= CACHESERVICE
;
4433 cmd
->OpCode
= GDT_CLUST_INFO
;
4434 if (ha
->cache_feat
& GDT_64BIT
)
4435 cmd
->u
.cache64
.DeviceNo
= i
;
4437 cmd
->u
.cache
.DeviceNo
= i
;
4439 status
= __gdth_execute(ha
->sdev
, cmd
, cmnd
, 30, &info
);
4441 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4442 ha
->hdr
[i
].cluster_type
=
4443 ((status
== S_OK
&& !shared_access
) ? (ushort
)info
: 0);
4444 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4445 rsc
->hdr_list
[i
].cluster_type
= ha
->hdr
[i
].cluster_type
;
4447 cmd
->Service
= CACHESERVICE
;
4448 cmd
->OpCode
= GDT_RW_ATTRIBS
;
4449 if (ha
->cache_feat
& GDT_64BIT
)
4450 cmd
->u
.cache64
.DeviceNo
= i
;
4452 cmd
->u
.cache
.DeviceNo
= i
;
4454 status
= __gdth_execute(ha
->sdev
, cmd
, cmnd
, 30, &info
);
4456 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4457 ha
->hdr
[i
].rw_attribs
= (status
== S_OK
? (ushort
)info
: 0);
4458 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4461 if (copy_to_user(arg
, rsc
, sizeof(gdth_ioctl_rescan
)))
4472 static int gdth_ioctl(struct inode
*inode
, struct file
*filep
,
4473 unsigned int cmd
, unsigned long arg
)
4478 char cmnd
[MAX_COMMAND_SIZE
];
4479 void __user
*argp
= (void __user
*)arg
;
4481 memset(cmnd
, 0xff, 12);
4483 TRACE(("gdth_ioctl() cmd 0x%x\n", cmd
));
4486 case GDTIOCTL_CTRCNT
:
4488 int cnt
= gdth_ctr_count
;
4489 if (put_user(cnt
, (int __user
*)argp
))
4494 case GDTIOCTL_DRVERS
:
4496 int ver
= (GDTH_VERSION
<<8) | GDTH_SUBVERSION
;
4497 if (put_user(ver
, (int __user
*)argp
))
4502 case GDTIOCTL_OSVERS
:
4504 gdth_ioctl_osvers osv
;
4506 osv
.version
= (unchar
)(LINUX_VERSION_CODE
>> 16);
4507 osv
.subversion
= (unchar
)(LINUX_VERSION_CODE
>> 8);
4508 osv
.revision
= (ushort
)(LINUX_VERSION_CODE
& 0xff);
4509 if (copy_to_user(argp
, &osv
, sizeof(gdth_ioctl_osvers
)))
4514 case GDTIOCTL_CTRTYPE
:
4516 gdth_ioctl_ctrtype ctrt
;
4518 if (copy_from_user(&ctrt
, argp
, sizeof(gdth_ioctl_ctrtype
)) ||
4519 (NULL
== (ha
= gdth_find_ha(ctrt
.ionode
))))
4522 if (ha
->type
== GDT_ISA
|| ha
->type
== GDT_EISA
) {
4523 ctrt
.type
= (unchar
)((ha
->stype
>>20) - 0x10);
4525 if (ha
->type
!= GDT_PCIMPR
) {
4526 ctrt
.type
= (unchar
)((ha
->stype
<<4) + 6);
4529 (ha
->oem_id
== OEM_ID_INTEL
? 0xfd : 0xfe);
4530 if (ha
->stype
>= 0x300)
4531 ctrt
.ext_type
= 0x6000 | ha
->pdev
->subsystem_device
;
4533 ctrt
.ext_type
= 0x6000 | ha
->stype
;
4535 ctrt
.device_id
= ha
->pdev
->device
;
4536 ctrt
.sub_device_id
= ha
->pdev
->subsystem_device
;
4538 ctrt
.info
= ha
->brd_phys
;
4539 ctrt
.oem_id
= ha
->oem_id
;
4540 if (copy_to_user(argp
, &ctrt
, sizeof(gdth_ioctl_ctrtype
)))
4545 case GDTIOCTL_GENERAL
:
4546 return ioc_general(argp
, cmnd
);
4548 case GDTIOCTL_EVENT
:
4549 return ioc_event(argp
);
4551 case GDTIOCTL_LOCKDRV
:
4552 return ioc_lockdrv(argp
);
4554 case GDTIOCTL_LOCKCHN
:
4556 gdth_ioctl_lockchn lchn
;
4559 if (copy_from_user(&lchn
, argp
, sizeof(gdth_ioctl_lockchn
)) ||
4560 (NULL
== (ha
= gdth_find_ha(lchn
.ionode
))))
4564 if (i
< ha
->bus_cnt
) {
4566 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4567 ha
->raw
[i
].lock
= 1;
4568 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4569 for (j
= 0; j
< ha
->tid_cnt
; ++j
)
4570 gdth_wait_completion(ha
, i
, j
);
4572 spin_lock_irqsave(&ha
->smp_lock
, flags
);
4573 ha
->raw
[i
].lock
= 0;
4574 spin_unlock_irqrestore(&ha
->smp_lock
, flags
);
4575 for (j
= 0; j
< ha
->tid_cnt
; ++j
)
4582 case GDTIOCTL_RESCAN
:
4583 return ioc_rescan(argp
, cmnd
);
4585 case GDTIOCTL_HDRLIST
:
4586 return ioc_hdrlist(argp
, cmnd
);
4588 case GDTIOCTL_RESET_BUS
:
4590 gdth_ioctl_reset res
;
4593 if (copy_from_user(&res
, argp
, sizeof(gdth_ioctl_reset
)) ||
4594 (NULL
== (ha
= gdth_find_ha(res
.ionode
))))
4597 scp
= kzalloc(sizeof(*scp
), GFP_KERNEL
);
4600 scp
->device
= ha
->sdev
;
4602 scp
->device
->channel
= res
.number
;
4603 rval
= gdth_eh_bus_reset(scp
);
4604 res
.status
= (rval
== SUCCESS
? S_OK
: S_GENERR
);
4607 if (copy_to_user(argp
, &res
, sizeof(gdth_ioctl_reset
)))
4612 case GDTIOCTL_RESET_DRV
:
4613 return ioc_resetdrv(argp
, cmnd
);
4623 static void gdth_flush(gdth_ha_str
*ha
)
4626 gdth_cmd_str gdtcmd
;
4627 char cmnd
[MAX_COMMAND_SIZE
];
4628 memset(cmnd
, 0xff, MAX_COMMAND_SIZE
);
4630 TRACE2(("gdth_flush() hanum %d\n", ha
->hanum
));
4632 for (i
= 0; i
< MAX_HDRIVES
; ++i
) {
4633 if (ha
->hdr
[i
].present
) {
4634 gdtcmd
.BoardNode
= LOCALBOARD
;
4635 gdtcmd
.Service
= CACHESERVICE
;
4636 gdtcmd
.OpCode
= GDT_FLUSH
;
4637 if (ha
->cache_feat
& GDT_64BIT
) {
4638 gdtcmd
.u
.cache64
.DeviceNo
= i
;
4639 gdtcmd
.u
.cache64
.BlockNo
= 1;
4640 gdtcmd
.u
.cache64
.sg_canz
= 0;
4642 gdtcmd
.u
.cache
.DeviceNo
= i
;
4643 gdtcmd
.u
.cache
.BlockNo
= 1;
4644 gdtcmd
.u
.cache
.sg_canz
= 0;
4646 TRACE2(("gdth_flush(): flush ha %d drive %d\n", ha
->hanum
, i
));
4648 gdth_execute(ha
->shost
, &gdtcmd
, cmnd
, 30, NULL
);
4654 static int gdth_slave_configure(struct scsi_device
*sdev
)
4656 scsi_adjust_queue_depth(sdev
, 0, sdev
->host
->cmd_per_lun
);
4657 sdev
->skip_ms_page_3f
= 1;
4658 sdev
->skip_ms_page_8
= 1;
4662 static struct scsi_host_template gdth_template
= {
4663 .name
= "GDT SCSI Disk Array Controller",
4665 .queuecommand
= gdth_queuecommand
,
4666 .eh_bus_reset_handler
= gdth_eh_bus_reset
,
4667 .slave_configure
= gdth_slave_configure
,
4668 .bios_param
= gdth_bios_param
,
4669 .proc_info
= gdth_proc_info
,
4670 .eh_timed_out
= gdth_timed_out
,
4671 .proc_name
= "gdth",
4672 .can_queue
= GDTH_MAXCMDS
,
4674 .sg_tablesize
= GDTH_MAXSG
,
4675 .cmd_per_lun
= GDTH_MAXC_P_L
,
4676 .unchecked_isa_dma
= 1,
4677 .use_clustering
= ENABLE_CLUSTERING
,
4681 static int __init
gdth_isa_probe_one(ulong32 isa_bios
)
4683 struct Scsi_Host
*shp
;
4685 dma_addr_t scratch_dma_handle
= 0;
4688 if (!gdth_search_isa(isa_bios
))
4691 shp
= scsi_host_alloc(&gdth_template
, sizeof(gdth_ha_str
));
4694 ha
= shost_priv(shp
);
4697 if (!gdth_init_isa(isa_bios
,ha
))
4700 /* controller found and initialized */
4701 printk("Configuring GDT-ISA HA at BIOS 0x%05X IRQ %u DRQ %u\n",
4702 isa_bios
, ha
->irq
, ha
->drq
);
4704 error
= request_irq(ha
->irq
, gdth_interrupt
, IRQF_DISABLED
, "gdth", ha
);
4706 printk("GDT-ISA: Unable to allocate IRQ\n");
4710 error
= request_dma(ha
->drq
, "gdth");
4712 printk("GDT-ISA: Unable to allocate DMA channel\n");
4716 set_dma_mode(ha
->drq
,DMA_MODE_CASCADE
);
4717 enable_dma(ha
->drq
);
4718 shp
->unchecked_isa_dma
= 1;
4720 shp
->dma_channel
= ha
->drq
;
4722 ha
->hanum
= gdth_ctr_count
++;
4725 ha
->pccb
= &ha
->cmdext
;
4731 ha
->pscratch
= pci_alloc_consistent(ha
->pdev
, GDTH_SCRATCH
,
4732 &scratch_dma_handle
);
4734 goto out_dec_counters
;
4735 ha
->scratch_phys
= scratch_dma_handle
;
4737 ha
->pmsg
= pci_alloc_consistent(ha
->pdev
, sizeof(gdth_msg_str
),
4738 &scratch_dma_handle
);
4740 goto out_free_pscratch
;
4741 ha
->msg_phys
= scratch_dma_handle
;
4744 ha
->coal_stat
= pci_alloc_consistent(ha
->pdev
,
4745 sizeof(gdth_coal_status
) * MAXOFFSETS
,
4746 &scratch_dma_handle
);
4749 ha
->coal_stat_phys
= scratch_dma_handle
;
4752 ha
->scratch_busy
= FALSE
;
4753 ha
->req_first
= NULL
;
4754 ha
->tid_cnt
= MAX_HDRIVES
;
4755 if (max_ids
> 0 && max_ids
< ha
->tid_cnt
)
4756 ha
->tid_cnt
= max_ids
;
4757 for (i
= 0; i
< GDTH_MAXCMDS
; ++i
)
4758 ha
->cmd_tab
[i
].cmnd
= UNUSED_CMND
;
4759 ha
->scan_mode
= rescan
? 0x10 : 0;
4762 if (!gdth_search_drives(ha
)) {
4763 printk("GDT-ISA: Error during device scan\n");
4764 goto out_free_coal_stat
;
4767 if (hdr_channel
< 0 || hdr_channel
> ha
->bus_cnt
)
4768 hdr_channel
= ha
->bus_cnt
;
4769 ha
->virt_bus
= hdr_channel
;
4771 if (ha
->cache_feat
& ha
->raw_feat
& ha
->screen_feat
& GDT_64BIT
)
4772 shp
->max_cmd_len
= 16;
4774 shp
->max_id
= ha
->tid_cnt
;
4775 shp
->max_lun
= MAXLUN
;
4776 shp
->max_channel
= ha
->bus_cnt
;
4778 spin_lock_init(&ha
->smp_lock
);
4779 gdth_enable_int(ha
);
4781 error
= scsi_add_host(shp
, NULL
);
4783 goto out_free_coal_stat
;
4784 list_add_tail(&ha
->list
, &gdth_instances
);
4787 scsi_scan_host(shp
);
4793 pci_free_consistent(ha
->pdev
, sizeof(gdth_coal_status
) * MAXOFFSETS
,
4794 ha
->coal_stat
, ha
->coal_stat_phys
);
4797 pci_free_consistent(ha
->pdev
, sizeof(gdth_msg_str
),
4798 ha
->pmsg
, ha
->msg_phys
);
4800 pci_free_consistent(ha
->pdev
, GDTH_SCRATCH
,
4801 ha
->pscratch
, ha
->scratch_phys
);
4805 free_irq(ha
->irq
, ha
);
4810 #endif /* CONFIG_ISA */
4813 static int __init
gdth_eisa_probe_one(ushort eisa_slot
)
4815 struct Scsi_Host
*shp
;
4817 dma_addr_t scratch_dma_handle
= 0;
4820 if (!gdth_search_eisa(eisa_slot
))
4823 shp
= scsi_host_alloc(&gdth_template
, sizeof(gdth_ha_str
));
4826 ha
= shost_priv(shp
);
4829 if (!gdth_init_eisa(eisa_slot
,ha
))
4832 /* controller found and initialized */
4833 printk("Configuring GDT-EISA HA at Slot %d IRQ %u\n",
4834 eisa_slot
>> 12, ha
->irq
);
4836 error
= request_irq(ha
->irq
, gdth_interrupt
, IRQF_DISABLED
, "gdth", ha
);
4838 printk("GDT-EISA: Unable to allocate IRQ\n");
4842 shp
->unchecked_isa_dma
= 0;
4844 shp
->dma_channel
= 0xff;
4846 ha
->hanum
= gdth_ctr_count
++;
4849 TRACE2(("EISA detect Bus 0: hanum %d\n", ha
->hanum
));
4851 ha
->pccb
= &ha
->cmdext
;
4857 ha
->pscratch
= pci_alloc_consistent(ha
->pdev
, GDTH_SCRATCH
,
4858 &scratch_dma_handle
);
4861 ha
->scratch_phys
= scratch_dma_handle
;
4863 ha
->pmsg
= pci_alloc_consistent(ha
->pdev
, sizeof(gdth_msg_str
),
4864 &scratch_dma_handle
);
4866 goto out_free_pscratch
;
4867 ha
->msg_phys
= scratch_dma_handle
;
4870 ha
->coal_stat
= pci_alloc_consistent(ha
->pdev
,
4871 sizeof(gdth_coal_status
) * MAXOFFSETS
,
4872 &scratch_dma_handle
);
4875 ha
->coal_stat_phys
= scratch_dma_handle
;
4878 ha
->ccb_phys
= pci_map_single(ha
->pdev
,ha
->pccb
,
4879 sizeof(gdth_cmd_str
), PCI_DMA_BIDIRECTIONAL
);
4881 goto out_free_coal_stat
;
4883 ha
->scratch_busy
= FALSE
;
4884 ha
->req_first
= NULL
;
4885 ha
->tid_cnt
= MAX_HDRIVES
;
4886 if (max_ids
> 0 && max_ids
< ha
->tid_cnt
)
4887 ha
->tid_cnt
= max_ids
;
4888 for (i
= 0; i
< GDTH_MAXCMDS
; ++i
)
4889 ha
->cmd_tab
[i
].cmnd
= UNUSED_CMND
;
4890 ha
->scan_mode
= rescan
? 0x10 : 0;
4892 if (!gdth_search_drives(ha
)) {
4893 printk("GDT-EISA: Error during device scan\n");
4895 goto out_free_ccb_phys
;
4898 if (hdr_channel
< 0 || hdr_channel
> ha
->bus_cnt
)
4899 hdr_channel
= ha
->bus_cnt
;
4900 ha
->virt_bus
= hdr_channel
;
4902 if (ha
->cache_feat
& ha
->raw_feat
& ha
->screen_feat
& GDT_64BIT
)
4903 shp
->max_cmd_len
= 16;
4905 shp
->max_id
= ha
->tid_cnt
;
4906 shp
->max_lun
= MAXLUN
;
4907 shp
->max_channel
= ha
->bus_cnt
;
4909 spin_lock_init(&ha
->smp_lock
);
4910 gdth_enable_int(ha
);
4912 error
= scsi_add_host(shp
, NULL
);
4914 goto out_free_coal_stat
;
4915 list_add_tail(&ha
->list
, &gdth_instances
);
4918 scsi_scan_host(shp
);
4923 pci_unmap_single(ha
->pdev
,ha
->ccb_phys
, sizeof(gdth_cmd_str
),
4924 PCI_DMA_BIDIRECTIONAL
);
4927 pci_free_consistent(ha
->pdev
, sizeof(gdth_coal_status
) * MAXOFFSETS
,
4928 ha
->coal_stat
, ha
->coal_stat_phys
);
4931 pci_free_consistent(ha
->pdev
, sizeof(gdth_msg_str
),
4932 ha
->pmsg
, ha
->msg_phys
);
4934 pci_free_consistent(ha
->pdev
, GDTH_SCRATCH
,
4935 ha
->pscratch
, ha
->scratch_phys
);
4937 free_irq(ha
->irq
, ha
);
4943 #endif /* CONFIG_EISA */
4946 static int __devinit
gdth_pci_probe_one(gdth_pci_str
*pcistr
,
4947 gdth_ha_str
**ha_out
)
4949 struct Scsi_Host
*shp
;
4951 dma_addr_t scratch_dma_handle
= 0;
4953 struct pci_dev
*pdev
= pcistr
->pdev
;
4957 shp
= scsi_host_alloc(&gdth_template
, sizeof(gdth_ha_str
));
4960 ha
= shost_priv(shp
);
4963 if (!gdth_init_pci(pdev
, pcistr
, ha
))
4966 /* controller found and initialized */
4967 printk("Configuring GDT-PCI HA at %d/%d IRQ %u\n",
4969 PCI_SLOT(pdev
->devfn
),
4972 error
= request_irq(ha
->irq
, gdth_interrupt
,
4973 IRQF_DISABLED
|IRQF_SHARED
, "gdth", ha
);
4975 printk("GDT-PCI: Unable to allocate IRQ\n");
4979 shp
->unchecked_isa_dma
= 0;
4981 shp
->dma_channel
= 0xff;
4983 ha
->hanum
= gdth_ctr_count
++;
4986 ha
->pccb
= &ha
->cmdext
;
4991 ha
->pscratch
= pci_alloc_consistent(ha
->pdev
, GDTH_SCRATCH
,
4992 &scratch_dma_handle
);
4995 ha
->scratch_phys
= scratch_dma_handle
;
4997 ha
->pmsg
= pci_alloc_consistent(ha
->pdev
, sizeof(gdth_msg_str
),
4998 &scratch_dma_handle
);
5000 goto out_free_pscratch
;
5001 ha
->msg_phys
= scratch_dma_handle
;
5004 ha
->coal_stat
= pci_alloc_consistent(ha
->pdev
,
5005 sizeof(gdth_coal_status
) * MAXOFFSETS
,
5006 &scratch_dma_handle
);
5009 ha
->coal_stat_phys
= scratch_dma_handle
;
5012 ha
->scratch_busy
= FALSE
;
5013 ha
->req_first
= NULL
;
5014 ha
->tid_cnt
= pdev
->device
>= 0x200 ? MAXID
: MAX_HDRIVES
;
5015 if (max_ids
> 0 && max_ids
< ha
->tid_cnt
)
5016 ha
->tid_cnt
= max_ids
;
5017 for (i
= 0; i
< GDTH_MAXCMDS
; ++i
)
5018 ha
->cmd_tab
[i
].cmnd
= UNUSED_CMND
;
5019 ha
->scan_mode
= rescan
? 0x10 : 0;
5022 if (!gdth_search_drives(ha
)) {
5023 printk("GDT-PCI %d: Error during device scan\n", ha
->hanum
);
5024 goto out_free_coal_stat
;
5027 if (hdr_channel
< 0 || hdr_channel
> ha
->bus_cnt
)
5028 hdr_channel
= ha
->bus_cnt
;
5029 ha
->virt_bus
= hdr_channel
;
5031 /* 64-bit DMA only supported from FW >= x.43 */
5032 if (!(ha
->cache_feat
& ha
->raw_feat
& ha
->screen_feat
& GDT_64BIT
) ||
5033 !ha
->dma64_support
) {
5034 if (pci_set_dma_mask(pdev
, DMA_BIT_MASK(32))) {
5035 printk(KERN_WARNING
"GDT-PCI %d: "
5036 "Unable to set 32-bit DMA\n", ha
->hanum
);
5037 goto out_free_coal_stat
;
5040 shp
->max_cmd_len
= 16;
5041 if (!pci_set_dma_mask(pdev
, DMA_BIT_MASK(64))) {
5042 printk("GDT-PCI %d: 64-bit DMA enabled\n", ha
->hanum
);
5043 } else if (pci_set_dma_mask(pdev
, DMA_BIT_MASK(32))) {
5044 printk(KERN_WARNING
"GDT-PCI %d: "
5045 "Unable to set 64/32-bit DMA\n", ha
->hanum
);
5046 goto out_free_coal_stat
;
5050 shp
->max_id
= ha
->tid_cnt
;
5051 shp
->max_lun
= MAXLUN
;
5052 shp
->max_channel
= ha
->bus_cnt
;
5054 spin_lock_init(&ha
->smp_lock
);
5055 gdth_enable_int(ha
);
5057 error
= scsi_add_host(shp
, &pdev
->dev
);
5059 goto out_free_coal_stat
;
5060 list_add_tail(&ha
->list
, &gdth_instances
);
5062 pci_set_drvdata(ha
->pdev
, ha
);
5065 scsi_scan_host(shp
);
5073 pci_free_consistent(ha
->pdev
, sizeof(gdth_coal_status
) * MAXOFFSETS
,
5074 ha
->coal_stat
, ha
->coal_stat_phys
);
5077 pci_free_consistent(ha
->pdev
, sizeof(gdth_msg_str
),
5078 ha
->pmsg
, ha
->msg_phys
);
5080 pci_free_consistent(ha
->pdev
, GDTH_SCRATCH
,
5081 ha
->pscratch
, ha
->scratch_phys
);
5083 free_irq(ha
->irq
, ha
);
5089 #endif /* CONFIG_PCI */
5091 static void gdth_remove_one(gdth_ha_str
*ha
)
5093 struct Scsi_Host
*shp
= ha
->shost
;
5095 TRACE2(("gdth_remove_one()\n"));
5097 scsi_remove_host(shp
);
5102 scsi_free_host_dev(ha
->sdev
);
5107 free_irq(shp
->irq
,ha
);
5110 if (shp
->dma_channel
!= 0xff)
5111 free_dma(shp
->dma_channel
);
5115 pci_free_consistent(ha
->pdev
, sizeof(gdth_coal_status
) *
5116 MAXOFFSETS
, ha
->coal_stat
, ha
->coal_stat_phys
);
5119 pci_free_consistent(ha
->pdev
, GDTH_SCRATCH
,
5120 ha
->pscratch
, ha
->scratch_phys
);
5122 pci_free_consistent(ha
->pdev
, sizeof(gdth_msg_str
),
5123 ha
->pmsg
, ha
->msg_phys
);
5125 pci_unmap_single(ha
->pdev
,ha
->ccb_phys
,
5126 sizeof(gdth_cmd_str
),PCI_DMA_BIDIRECTIONAL
);
5131 static int gdth_halt(struct notifier_block
*nb
, ulong event
, void *buf
)
5135 TRACE2(("gdth_halt() event %d\n", (int)event
));
5136 if (event
!= SYS_RESTART
&& event
!= SYS_HALT
&& event
!= SYS_POWER_OFF
)
5139 list_for_each_entry(ha
, &gdth_instances
, list
)
5145 static struct notifier_block gdth_notifier
= {
5149 static int __init
gdth_init(void)
5152 printk("GDT-HA: Controller driver disabled from"
5153 " command line !\n");
5157 printk("GDT-HA: Storage RAID Controller Driver. Version: %s\n",
5160 /* initializations */
5161 gdth_polling
= TRUE
;
5162 gdth_clear_events();
5163 init_timer(&gdth_timer
);
5165 /* As default we do not probe for EISA or ISA controllers */
5166 if (probe_eisa_isa
) {
5167 /* scanning for controllers, at first: ISA controller */
5170 for (isa_bios
= 0xc8000UL
; isa_bios
<= 0xd8000UL
;
5171 isa_bios
+= 0x8000UL
)
5172 gdth_isa_probe_one(isa_bios
);
5177 for (eisa_slot
= 0x1000; eisa_slot
<= 0x8000;
5178 eisa_slot
+= 0x1000)
5179 gdth_eisa_probe_one(eisa_slot
);
5185 /* scanning for PCI controllers */
5186 if (pci_register_driver(&gdth_pci_driver
)) {
5189 list_for_each_entry(ha
, &gdth_instances
, list
)
5190 gdth_remove_one(ha
);
5193 #endif /* CONFIG_PCI */
5195 TRACE2(("gdth_detect() %d controller detected\n", gdth_ctr_count
));
5197 major
= register_chrdev(0,"gdth", &gdth_fops
);
5198 register_reboot_notifier(&gdth_notifier
);
5199 gdth_polling
= FALSE
;
5203 static void __exit
gdth_exit(void)
5207 unregister_chrdev(major
, "gdth");
5208 unregister_reboot_notifier(&gdth_notifier
);
5210 #ifdef GDTH_STATISTICS
5211 del_timer_sync(&gdth_timer
);
5215 pci_unregister_driver(&gdth_pci_driver
);
5218 list_for_each_entry(ha
, &gdth_instances
, list
)
5219 gdth_remove_one(ha
);
5222 module_init(gdth_init
);
5223 module_exit(gdth_exit
);
5226 __setup("gdth=", option_setup
);