gdth.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:166k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /************************************************************************
  2.  * Linux driver for                                                     *  
  3.  * ICP vortex GmbH:    GDT ISA/EISA/PCI Disk Array Controllers          *
  4.  * Intel Corporation:  Storage RAID Controllers                         *
  5.  *                                                                      *
  6.  * gdth.c                                                               *
  7.  * Copyright (C) 1995-01 ICP vortex, an Intel company,  Achim Leubner   *
  8.  *                                                                      *
  9.  * <achim@vortex.de>                                                    *
  10.  *                                                                      *
  11.  * This program is free software; you can redistribute it and/or modify *
  12.  * it under the terms of the GNU General Public License as published    *
  13.  * by the Free Software Foundation; either version 2 of the License,    *
  14.  * or (at your option) any later version.                               *
  15.  *                                                                      *
  16.  * This program is distributed in the hope that it will be useful,      *
  17.  * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
  18.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the         *
  19.  * GNU General Public License for more details.                         *
  20.  *                                                                      *
  21.  * You should have received a copy of the GNU General Public License    *
  22.  * along with this kernel; if not, write to the Free Software           *
  23.  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.            *
  24.  *                                                                      *
  25.  * Tested with Linux 1.2.13, ..., 2.2.19, ..., 2.4.7                    *
  26.  *                                                                      *
  27.  * $Log: gdth.c,v $
  28.  * Revision 1.57  2001/08/21 11:16:35  achim
  29.  * Bugfix free_irq()
  30.  *
  31.  * Revision 1.56  2001/08/09 11:19:39  achim
  32.  * Scsi_Host_Template changes
  33.  *
  34.  * Revision 1.55  2001/08/09 10:11:28  achim
  35.  * Command HOST_UNFREEZE_IO before cache service init.
  36.  *
  37.  * Revision 1.54  2001/07/20 13:48:12  achim
  38.  * Expand: gdth_analyse_hdrive() removed
  39.  *
  40.  * Revision 1.53  2001/07/17 09:52:49  achim
  41.  * Small OEM related change
  42.  *
  43.  * Revision 1.52  2001/06/19 15:06:20  achim
  44.  * New host command GDT_UNFREEZE_IO added
  45.  *
  46.  * Revision 1.51  2001/05/22 06:42:37  achim
  47.  * PCI: Subdevice ID added
  48.  *
  49.  * Revision 1.50  2001/05/17 13:42:16  achim
  50.  * Support for Intel Storage RAID Controllers added
  51.  *
  52.  * Revision 1.50  2001/05/17 12:12:34  achim
  53.  * Support for Intel Storage RAID Controllers added
  54.  *
  55.  * Revision 1.49  2001/03/15 15:07:17  achim
  56.  * New __setup interface for boot command line options added
  57.  *
  58.  * Revision 1.48  2001/02/06 12:36:28  achim
  59.  * Bugfix Cluster protocol
  60.  *
  61.  * Revision 1.47  2001/01/10 14:42:06  achim
  62.  * New switch shared_access added
  63.  *
  64.  * Revision 1.46  2001/01/09 08:11:35  achim
  65.  * gdth_command() removed
  66.  * meaning of Scsi_Pointer members changed
  67.  *
  68.  * Revision 1.45  2000/11/16 12:02:24  achim
  69.  * Changes for kernel 2.4
  70.  *
  71.  * Revision 1.44  2000/10/11 08:44:10  achim
  72.  * Clustering changes: New flag media_changed added
  73.  *
  74.  * Revision 1.43  2000/09/20 12:59:01  achim
  75.  * DPMEM remap functions for all PCI controller types implemented
  76.  * Small changes for ia64 platform
  77.  *
  78.  * Revision 1.42  2000/07/20 09:04:50  achim
  79.  * Small changes for kernel 2.4
  80.  *
  81.  * Revision 1.41  2000/07/04 14:11:11  achim
  82.  * gdth_analyse_hdrive() added to rescan drives after online expansion
  83.  *
  84.  * Revision 1.40  2000/06/27 11:24:16  achim
  85.  * Changes Clustering, Screenservice
  86.  *
  87.  * Revision 1.39  2000/06/15 13:09:04  achim
  88.  * Changes for gdth_do_cmd()
  89.  *
  90.  * Revision 1.38  2000/06/15 12:08:43  achim
  91.  * Bugfix gdth_sync_event(), service SCREENSERVICE
  92.  * Data direction for command 0xc2 changed to DOU
  93.  *
  94.  * Revision 1.37  2000/05/25 13:50:10  achim
  95.  * New driver parameter virt_ctr added
  96.  *
  97.  * Revision 1.36  2000/05/04 08:50:46  achim
  98.  * Event buffer now in gdth_ha_str
  99.  *
  100.  * Revision 1.35  2000/03/03 10:44:08  achim
  101.  * New event_string only valid for the RP controller family
  102.  *
  103.  * Revision 1.34  2000/03/02 14:55:29  achim
  104.  * New mechanism for async. event handling implemented
  105.  *
  106.  * Revision 1.33  2000/02/21 15:37:37  achim
  107.  * Bugfix Alpha platform + DPMEM above 4GB
  108.  *
  109.  * Revision 1.32  2000/02/14 16:17:37  achim
  110.  * Bugfix sense_buffer[] + raw devices
  111.  *
  112.  * Revision 1.31  2000/02/10 10:29:00  achim
  113.  * Delete sense_buffer[0], if command OK
  114.  *
  115.  * Revision 1.30  1999/11/02 13:42:39  achim
  116.  * ARRAY_DRV_LIST2 implemented
  117.  * Now 255 log. and 100 host drives supported
  118.  *
  119.  * Revision 1.29  1999/10/05 13:28:47  achim
  120.  * GDT_CLUST_RESET added
  121.  *
  122.  * Revision 1.28  1999/08/12 13:44:54  achim
  123.  * MOUNTALL removed
  124.  * Cluster drives -> removeable drives
  125.  *
  126.  * Revision 1.27  1999/06/22 07:22:38  achim
  127.  * Small changes
  128.  *
  129.  * Revision 1.26  1999/06/10 16:09:12  achim
  130.  * Cluster Host Drive support: Bugfixes
  131.  *
  132.  * Revision 1.25  1999/06/01 16:03:56  achim
  133.  * gdth_init_pci(): Manipulate config. space to start RP controller
  134.  *
  135.  * Revision 1.24  1999/05/26 11:53:06  achim
  136.  * Cluster Host Drive support added
  137.  *
  138.  * Revision 1.23  1999/03/26 09:12:31  achim
  139.  * Default value for hdr_channel set to 0
  140.  *
  141.  * Revision 1.22  1999/03/22 16:27:16  achim
  142.  * Bugfix: gdth_store_event() must not be locked with GDTH_LOCK_HA()
  143.  *
  144.  * Revision 1.21  1999/03/16 13:40:34  achim
  145.  * Problems with reserved drives solved
  146.  * gdth_eh_bus_reset() implemented
  147.  *
  148.  * Revision 1.20  1999/03/10 09:08:13  achim
  149.  * Bugfix: Corrections in gdth_direction_tab[] made
  150.  * Bugfix: Increase command timeout (gdth_update_timeout()) NOT in gdth_putq()
  151.  *
  152.  * Revision 1.19  1999/03/05 14:38:16  achim
  153.  * Bugfix: Heads/Sectors mapping for reserved devices possibly wrong
  154.  * -> gdth_eval_mapping() implemented, changes in gdth_bios_param()
  155.  * INIT_RETRIES set to 100s to avoid DEINIT-Timeout for controllers
  156.  * with BIOS disabled and memory test set to Intensive
  157.  * Enhanced /proc support
  158.  *
  159.  * Revision 1.18  1999/02/24 09:54:33  achim
  160.  * Command line parameter hdr_channel implemented
  161.  * Bugfix for EISA controllers + Linux 2.2.x
  162.  *
  163.  * Revision 1.17  1998/12/17 15:58:11  achim
  164.  * Command line parameters implemented
  165.  * Changes for Alpha platforms
  166.  * PCI controller scan changed
  167.  * SMP support improved (spin_lock_irqsave(),...)
  168.  * New async. events, new scan/reserve commands included
  169.  *
  170.  * Revision 1.16  1998/09/28 16:08:46  achim
  171.  * GDT_PCIMPR: DPMEM remapping, if required
  172.  * mdelay() added
  173.  *
  174.  * Revision 1.15  1998/06/03 14:54:06  achim
  175.  * gdth_delay(), gdth_flush() implemented
  176.  * Bugfix: gdth_release() changed
  177.  *
  178.  * Revision 1.14  1998/05/22 10:01:17  achim
  179.  * mj: pcibios_strerror() removed
  180.  * Improved SMP support (if version >= 2.1.95)
  181.  * gdth_halt(): halt_called flag added (if version < 2.1)
  182.  *
  183.  * Revision 1.13  1998/04/16 09:14:57  achim
  184.  * Reserve drives (for raw service) implemented
  185.  * New error handling code enabled
  186.  * Get controller name from board_info() IOCTL
  187.  * Final round of PCI device driver patches by Martin Mares
  188.  *
  189.  * Revision 1.12  1998/03/03 09:32:37  achim
  190.  * Fibre channel controller support added
  191.  *
  192.  * Revision 1.11  1998/01/27 16:19:14  achim
  193.  * SA_SHIRQ added
  194.  * add_timer()/del_timer() instead of GDTH_TIMER
  195.  * scsi_add_timer()/scsi_del_timer() instead of SCSI_TIMER
  196.  * New error handling included
  197.  *
  198.  * Revision 1.10  1997/10/31 12:29:57  achim
  199.  * Read heads/sectors from host drive
  200.  *
  201.  * Revision 1.9  1997/09/04 10:07:25  achim
  202.  * IO-mapping with virt_to_bus(), gdth_readb(), gdth_writeb(), ...
  203.  * register_reboot_notifier() to get a notify on shutdown used
  204.  *
  205.  * Revision 1.8  1997/04/02 12:14:30  achim
  206.  * Version 1.00 (see gdth.h), tested with kernel 2.0.29
  207.  *
  208.  * Revision 1.7  1997/03/12 13:33:37  achim
  209.  * gdth_reset() changed, new async. events
  210.  *
  211.  * Revision 1.6  1997/03/04 14:01:11  achim
  212.  * Shutdown routine gdth_halt() implemented
  213.  *
  214.  * Revision 1.5  1997/02/21 09:08:36  achim
  215.  * New controller included (RP, RP1, RP2 series)
  216.  * IOCTL interface implemented
  217.  *
  218.  * Revision 1.4  1996/07/05 12:48:55  achim
  219.  * Function gdth_bios_param() implemented
  220.  * New constant GDTH_MAXC_P_L inserted
  221.  * GDT_WRITE_THR, GDT_EXT_INFO implemented
  222.  * Function gdth_reset() changed
  223.  *
  224.  * Revision 1.3  1996/05/10 09:04:41  achim
  225.  * Small changes for Linux 1.2.13
  226.  *
  227.  * Revision 1.2  1996/05/09 12:45:27  achim
  228.  * Loadable module support implemented
  229.  * /proc support corrections made
  230.  *
  231.  * Revision 1.1  1996/04/11 07:35:57  achim
  232.  * Initial revision
  233.  *
  234.  ************************************************************************/
  235. #ident "$Id: gdth.c,v 1.57 2001/08/21 11:16:35 achim Exp $" 
  236. /* All GDT Disk Array Controllers are fully supported by this driver.
  237.  * This includes the PCI/EISA/ISA SCSI Disk Array Controllers and the
  238.  * PCI Fibre Channel Disk Array Controllers. See gdth.h for a complete
  239.  * list of all controller types.
  240.  * 
  241.  * If you have one or more GDT3000/3020 EISA controllers with 
  242.  * controller BIOS disabled, you have to set the IRQ values with the 
  243.  * command line option "gdth=irq1,irq2,...", where the irq1,irq2,... are
  244.  * the IRQ values for the EISA controllers.
  245.  * 
  246.  * After the optional list of IRQ values, other possible 
  247.  * command line options are:
  248.  * disable:Y                    disable driver
  249.  * disable:N                    enable driver
  250.  * reserve_mode:0               reserve no drives for the raw service
  251.  * reserve_mode:1               reserve all not init., removable drives
  252.  * reserve_mode:2               reserve all not init. drives
  253.  * reserve_list:h,b,t,l,h,b,t,l,...     reserve particular drive(s) with 
  254.  *                              h- controller no., b- channel no., 
  255.  *                              t- target ID, l- LUN
  256.  * reverse_scan:Y               reverse scan order for PCI controllers         
  257.  * reverse_scan:N               scan PCI controllers like BIOS
  258.  * max_ids:x                    x - target ID count per channel (1..MAXID)
  259.  * rescan:Y                     rescan all channels/IDs 
  260.  * rescan:N                     use all devices found until now
  261.  * virt_ctr:Y                   map every channel to a virtual controller 
  262.  * virt_ctr:N                   use multi channel support 
  263.  * hdr_channel:x                x - number of virtual bus for host drives
  264.  * shared_access:Y              disable driver reserve/release protocol to 
  265.  *                              access a shared resource from several nodes, 
  266.  *                              appropiate controller firmware required
  267.  * shared_access:N              enable driver reserve/release protocol
  268.  *
  269.  * The default values are: "gdth=disable:N,reserve_mode:1,reverse_scan:N,
  270.  *                          max_ids:127,rescan:N,virt_ctr:N,hdr_channel:0,
  271.  *                          shared_access:N".
  272.  * Here is another example: "gdth=reserve_list:0,1,2,0,0,1,3,0,rescan:Y".
  273.  * 
  274.  * When loading the gdth driver as a module, the same options are available. 
  275.  * You can set the IRQs with "IRQ=...". However, the syntax to specify the
  276.  * options changes slightly. You must replace all ',' between options 
  277.  * with ' ' and all ':' with '=' and you must use 
  278.  * '1' in place of 'Y' and '0' in place of 'N'.
  279.  * 
  280.  * Default: "modprobe gdth disable=0 reserve_mode=1 reverse_scan=0
  281.  *           max_ids=127 rescan=0 virt_ctr=0 hdr_channel=0 shared_access=0"
  282.  * The other example: "modprobe gdth reserve_list=0,1,2,0,0,1,3,0 rescan=1".
  283.  */
  284. /* The meaning of the Scsi_Pointer members in this driver is as follows:
  285.  * ptr:                         Chaining
  286.  * this_residual:               Command priority
  287.  * buffer:                      Unused
  288.  * buffers_residual:            Timeout value
  289.  * Status:                      Command status (gdth_do_cmd())
  290.  * Message:                     Additional info (gdth_do_cmd())
  291.  * have_data_in:                Flag for gdth_wait_completion()
  292.  * sent_command:                Opcode special command
  293.  * phase:                       Service/parameter/return code special command
  294.  */
  295. #include <linux/module.h>
  296. #include <linux/version.h>
  297. #include <linux/kernel.h>
  298. #include <linux/types.h>
  299. #include <linux/pci.h>
  300. #include <linux/string.h>
  301. #include <linux/ctype.h>
  302. #include <linux/ioport.h>
  303. #include <linux/delay.h>
  304. #include <linux/sched.h>
  305. #include <linux/in.h>
  306. #include <linux/proc_fs.h>
  307. #include <linux/time.h>
  308. #include <linux/timer.h>
  309. #ifdef GDTH_RTC
  310. #include <linux/mc146818rtc.h>
  311. #endif
  312. #if LINUX_VERSION_CODE >= 0x020100
  313. #include <linux/reboot.h>
  314. #else
  315. #include <linux/bios32.h>
  316. #endif
  317. #include <asm/dma.h>
  318. #include <asm/system.h>
  319. #include <asm/io.h>
  320. #if LINUX_VERSION_CODE >= 0x020322
  321. #include <linux/spinlock.h>
  322. #elif LINUX_VERSION_CODE >= 0x02015F
  323. #include <asm/spinlock.h>
  324. #endif
  325. #if LINUX_VERSION_CODE >= 0x010300
  326. #include <linux/blk.h>
  327. #else
  328. #include "../block/blk.h"
  329. #endif
  330. #include "scsi.h"
  331. #include "hosts.h"
  332. #include "sd.h"
  333. #include "gdth.h"
  334. static void gdth_delay(int milliseconds);
  335. static void gdth_eval_mapping(ulong32 size, int *cyls, int *heads, int *secs);
  336. #if LINUX_VERSION_CODE >= 0x010346
  337. static void gdth_interrupt(int irq,void *dev_id,struct pt_regs *regs);
  338. #else
  339. static void gdth_interrupt(int irq,struct pt_regs *regs);
  340. #endif
  341. static int gdth_sync_event(int hanum,int service,unchar index,Scsi_Cmnd *scp);
  342. static int gdth_async_event(int hanum);
  343. static void gdth_log_event(gdth_evt_data *dvr, char *buffer);
  344. static void gdth_putq(int hanum,Scsi_Cmnd *scp,unchar priority);
  345. static void gdth_next(int hanum);
  346. static int gdth_fill_raw_cmd(int hanum,Scsi_Cmnd *scp,unchar b);
  347. static int gdth_special_cmd(int hanum,Scsi_Cmnd *scp);
  348. static gdth_evt_str *gdth_store_event(gdth_ha_str *ha, ushort source,
  349.                                       ushort idx, gdth_evt_data *evt);
  350. static int gdth_read_event(gdth_ha_str *ha, int handle, gdth_evt_str *estr);
  351. static void gdth_readapp_event(gdth_ha_str *ha, unchar application, 
  352.                                gdth_evt_str *estr);
  353. static void gdth_clear_events(void);
  354. static void gdth_copy_internal_data(Scsi_Cmnd *scp,char *buffer,ushort count);
  355. static int gdth_internal_cache_cmd(int hanum,Scsi_Cmnd *scp);
  356. static int gdth_fill_cache_cmd(int hanum,Scsi_Cmnd *scp,ushort hdrive);
  357. static int gdth_search_eisa(ushort eisa_adr);
  358. static int gdth_search_isa(ulong32 bios_adr);
  359. static int gdth_search_pci(gdth_pci_str *pcistr);
  360. static void gdth_search_dev(gdth_pci_str *pcistr, ushort *cnt, 
  361.                             ushort vendor, ushort dev);
  362. static void gdth_sort_pci(gdth_pci_str *pcistr, int cnt);
  363. static int gdth_init_eisa(ushort eisa_adr,gdth_ha_str *ha);
  364. static int gdth_init_isa(ulong32 bios_adr,gdth_ha_str *ha);
  365. static int gdth_init_pci(gdth_pci_str *pcistr,gdth_ha_str *ha);
  366. static void gdth_enable_int(int hanum);
  367. static int gdth_get_status(unchar *pIStatus,int irq);
  368. static int gdth_test_busy(int hanum);
  369. static int gdth_get_cmd_index(int hanum);
  370. static void gdth_release_event(int hanum);
  371. static int gdth_wait(int hanum,int index,ulong32 time);
  372. static int gdth_internal_cmd(int hanum,unchar service,ushort opcode,ulong32 p1,
  373.                              ulong32 p2,ulong32 p3);
  374. static int gdth_search_drives(int hanum);
  375. static int gdth_analyse_hdrive(int hanum, ushort hdrive);
  376. static void *gdth_mmap(ulong paddr, ulong size);
  377. static void gdth_munmap(void *addr);
  378. static const char *gdth_ctr_name(int hanum);
  379. #if LINUX_VERSION_CODE >= 0x010300
  380. static void gdth_flush(int hanum);
  381. #if LINUX_VERSION_CODE >= 0x020100
  382. static int gdth_halt(struct notifier_block *nb, ulong event, void *buf);
  383. #else
  384. static int halt_called = FALSE;
  385. void gdth_halt(void);
  386. #endif
  387. #endif
  388. #ifdef DEBUG_GDTH
  389. static unchar   DebugState = DEBUG_GDTH;
  390. #ifdef __SERIAL__
  391. #define MAX_SERBUF 160
  392. static void ser_init(void);
  393. static void ser_puts(char *str);
  394. static void ser_putc(char c);
  395. static int  ser_printk(const char *fmt, ...);
  396. static char strbuf[MAX_SERBUF+1];
  397. #ifdef __COM2__
  398. #define COM_BASE 0x2f8
  399. #else
  400. #define COM_BASE 0x3f8
  401. #endif
  402. static void ser_init()
  403. {
  404.     unsigned port=COM_BASE;
  405.     outb(0x80,port+3);
  406.     outb(0,port+1);
  407.     /* 19200 Baud, if 9600: outb(12,port) */
  408.     outb(6, port);
  409.     outb(3,port+3);
  410.     outb(0,port+1);
  411.     /*
  412.     ser_putc('I');
  413.     ser_putc(' ');
  414.     */
  415. }
  416. static void ser_puts(char *str)
  417. {
  418.     char *ptr;
  419.     ser_init();
  420.     for (ptr=str;*ptr;++ptr)
  421.         ser_putc(*ptr);
  422. }
  423. static void ser_putc(char c)
  424. {
  425.     unsigned port=COM_BASE;
  426.     while ((inb(port+5) & 0x20)==0);
  427.     outb(c,port);
  428.     if (c==0x0a)
  429.     {
  430.         while ((inb(port+5) & 0x20)==0);
  431.         outb(0x0d,port);
  432.     }
  433. }
  434. static int ser_printk(const char *fmt, ...)
  435. {
  436.     va_list args;
  437.     int i;
  438.     va_start(args,fmt);
  439.     i = vsprintf(strbuf,fmt,args);
  440.     ser_puts(strbuf);
  441.     va_end(args);
  442.     return i;
  443. }
  444. #define TRACE(a)    {if (DebugState==1) {ser_printk a;}}
  445. #define TRACE2(a)   {if (DebugState==1 || DebugState==2) {ser_printk a;}}
  446. #define TRACE3(a)   {if (DebugState!=0) {ser_printk a;}}
  447. #else /* !__SERIAL__ */
  448. #define TRACE(a)    {if (DebugState==1) {printk a;}}
  449. #define TRACE2(a)   {if (DebugState==1 || DebugState==2) {printk a;}}
  450. #define TRACE3(a)   {if (DebugState!=0) {printk a;}}
  451. #endif
  452. #else /* !DEBUG */
  453. #define TRACE(a)
  454. #define TRACE2(a)
  455. #define TRACE3(a)
  456. #endif
  457. #ifdef GDTH_STATISTICS
  458. static ulong32 max_rq=0, max_index=0, max_sg=0;
  459. static ulong32 act_ints=0, act_ios=0, act_stats=0, act_rq=0;
  460. static struct timer_list gdth_timer;
  461. #endif
  462. #define PTR2USHORT(a)   (ushort)(ulong)(a)
  463. #define GDTOFFSOF(a,b)  (size_t)&(((a*)0)->b)   
  464. #define INDEX_OK(i,t)   ((i)<sizeof(t)/sizeof((t)[0]))
  465. #define NUMDATA(a)      ( (gdth_num_str  *)((a)->hostdata))
  466. #define HADATA(a)       (&((gdth_ext_str *)((a)->hostdata))->haext)
  467. #define CMDDATA(a)      (&((gdth_ext_str *)((a)->hostdata))->cmdext)
  468. #define BUS_L2P(a,b)    ((b)>(a)->virt_bus ? (b-1):(b))
  469. #if LINUX_VERSION_CODE < 0x010300
  470. static void *gdth_mmap(ulong paddr, ulong size) 
  471. {
  472.     if (paddr >= high_memory)
  473.         return NULL; 
  474.     else
  475.         return (void *)paddr;
  476. }
  477. static void gdth_munmap(void *addr) 
  478. {
  479. }
  480. inline ulong32 virt_to_phys(volatile void *addr)
  481. {
  482.     return (ulong32)addr;
  483. }
  484. inline void *phys_to_virt(ulong32 addr)
  485. {
  486.     return (void *)addr;
  487. }
  488. #define virt_to_bus             virt_to_phys
  489. #define bus_to_virt             phys_to_virt
  490. #define gdth_readb(addr)        (*(volatile unchar *)(addr))
  491. #define gdth_readw(addr)        (*(volatile ushort *)(addr))
  492. #define gdth_readl(addr)        (*(volatile ulong32 *)(addr))
  493. #define gdth_writeb(b,addr)     (*(volatile unchar *)(addr) = (b))
  494. #define gdth_writew(b,addr)     (*(volatile ushort *)(addr) = (b))
  495. #define gdth_writel(b,addr)     (*(volatile ulong32 *)(addr) = (b))
  496. #define memset_io(a,b,c)        memset((void *)(a),(b),(c))
  497. #define memcpy_fromio(a,b,c)    memcpy((a),(void *)(b),(c))
  498. #define memcpy_toio(a,b,c)      memcpy((void *)(a),(b),(c))
  499. #define PCI_SLOT(devfn)         ((devfn >> 3) & 0x1f)
  500. #elif LINUX_VERSION_CODE < 0x020100
  501. static int remapped = FALSE;
  502. static void *gdth_mmap(ulong paddr, ulong size) 
  503. {
  504.     if ( paddr >= high_memory) {
  505.         remapped = TRUE;
  506.         return vremap(paddr, size);
  507.     } else {
  508.         return (void *)paddr; 
  509.     }
  510. }
  511. static void gdth_munmap(void *addr) 
  512. {
  513.     if (remapped)
  514.         vfree(addr);
  515.     remapped = FALSE;
  516. }
  517. #define gdth_readb(addr)        readb((ulong)(addr))
  518. #define gdth_readw(addr)        readw((ulong)(addr))
  519. #define gdth_readl(addr)        (ulong32)readl((ulong)(addr))
  520. #define gdth_writeb(b,addr)     writeb((b),(ulong)(addr))
  521. #define gdth_writew(b,addr)     writew((b),(ulong)(addr))
  522. #define gdth_writel(b,addr)     writel((ulong32)(b),(ulong)(addr))
  523. #else
  524. static void *gdth_mmap(ulong paddr, ulong size) 
  525.     return ioremap(paddr, size); 
  526. }
  527. static void gdth_munmap(void *addr) 
  528. {
  529.     return iounmap(addr);
  530. }
  531. #define gdth_readb(addr)        readb((ulong)(addr))
  532. #define gdth_readw(addr)        readw((ulong)(addr))
  533. #define gdth_readl(addr)        (ulong32)readl((ulong)(addr))
  534. #define gdth_writeb(b,addr)     writeb((b),(ulong)(addr))
  535. #define gdth_writew(b,addr)     writew((b),(ulong)(addr))
  536. #define gdth_writel(b,addr)     writel((ulong32)(b),(ulong)(addr))
  537. #endif
  538. static unchar   gdth_drq_tab[4] = {5,6,7,7};            /* DRQ table */
  539. static unchar   gdth_irq_tab[6] = {0,10,11,12,14,0};    /* IRQ table */
  540. static unchar   gdth_polling;                           /* polling if TRUE */
  541. static unchar   gdth_from_wait  = FALSE;                /* gdth_wait() */
  542. static int      wait_index,wait_hanum;                  /* gdth_wait() */
  543. static int      gdth_ctr_count  = 0;                    /* controller count */
  544. static int      gdth_ctr_vcount = 0;                    /* virt. ctr. count */
  545. static int      gdth_ctr_released = 0;                  /* gdth_release() */
  546. static struct Scsi_Host *gdth_ctr_tab[MAXHA];           /* controller table */
  547. static struct Scsi_Host *gdth_ctr_vtab[MAXHA*MAXBUS];   /* virt. ctr. table */
  548. static unchar   gdth_write_through = FALSE;             /* write through */
  549. static gdth_evt_str ebuffer[MAX_EVENTS];                /* event buffer */
  550. static int elastidx;
  551. static int eoldidx;
  552. #define DIN     1                               /* IN data direction */
  553. #define DOU     2                               /* OUT data direction */
  554. #define DNO     DIN                             /* no data transfer */
  555. #define DUN     DIN                             /* unknown data direction */
  556. static unchar gdth_direction_tab[0x100] = {
  557.     DNO,DNO,DIN,DIN,DOU,DIN,DIN,DOU,DIN,DUN,DOU,DOU,DUN,DUN,DUN,DIN,
  558.     DNO,DIN,DIN,DOU,DIN,DOU,DNO,DNO,DOU,DNO,DIN,DNO,DIN,DOU,DNO,DUN,
  559.     DIN,DUN,DIN,DUN,DOU,DIN,DUN,DUN,DIN,DIN,DOU,DNO,DUN,DIN,DOU,DOU,
  560.     DOU,DOU,DOU,DNO,DIN,DNO,DNO,DIN,DOU,DOU,DOU,DOU,DIN,DOU,DIN,DOU,
  561.     DOU,DOU,DIN,DIN,DIN,DNO,DUN,DNO,DNO,DNO,DUN,DNO,DOU,DIN,DUN,DUN,
  562.     DUN,DUN,DUN,DUN,DUN,DOU,DUN,DUN,DUN,DUN,DIN,DUN,DUN,DUN,DUN,DUN,
  563.     DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
  564.     DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
  565.     DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
  566.     DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
  567.     DUN,DUN,DUN,DUN,DUN,DNO,DNO,DUN,DIN,DNO,DOU,DUN,DNO,DUN,DOU,DOU,
  568.     DOU,DOU,DOU,DNO,DUN,DIN,DOU,DIN,DIN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
  569.     DUN,DUN,DOU,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
  570.     DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,
  571.     DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DOU,DUN,DUN,DUN,DUN,DUN,
  572.     DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN,DUN
  573. };
  574. /* __initfunc, __initdata macros */
  575. #if LINUX_VERSION_CODE >= 0x020322
  576. #define GDTH_INITFUNC(type, func)       type __init func 
  577. #include <linux/init.h>
  578. #elif LINUX_VERSION_CODE >= 0x020126
  579. #define GDTH_INITFUNC(type, func)       __initfunc(type func)
  580. #include <linux/init.h>
  581. #else
  582. #define GDTH_INITFUNC(type, func)       type func
  583. #define __initdata
  584. #define __init
  585. #endif
  586. #if LINUX_VERSION_CODE >= 0x02015F
  587. #define GDTH_INIT_LOCK_HA(ha)           spin_lock_init(&(ha)->smp_lock)
  588. #define GDTH_LOCK_HA(ha,flags)          spin_lock_irqsave(&(ha)->smp_lock,flags)
  589. #define GDTH_UNLOCK_HA(ha,flags)        spin_unlock_irqrestore(&(ha)->smp_lock,flags)
  590. #define GDTH_LOCK_SCSI_DONE(flags)      spin_lock_irqsave(&io_request_lock,flags)
  591. #define GDTH_UNLOCK_SCSI_DONE(flags)    spin_unlock_irqrestore(&io_request_lock,flags)
  592. #define GDTH_LOCK_SCSI_DOCMD()          spin_lock_irq(&io_request_lock)
  593. #define GDTH_UNLOCK_SCSI_DOCMD()        spin_unlock_irq(&io_request_lock)
  594. #else
  595. #define GDTH_INIT_LOCK_HA(ha)           do {} while (0)
  596. #define GDTH_LOCK_HA(ha,flags)          do {save_flags(flags); cli();} while (0)
  597. #define GDTH_UNLOCK_HA(ha,flags)        do {restore_flags(flags);} while (0)
  598. #define GDTH_LOCK_SCSI_DONE(flags)      do {} while (0)
  599. #define GDTH_UNLOCK_SCSI_DONE(flags)    do {} while (0)
  600. #define GDTH_LOCK_SCSI_DOCMD()          do {} while (0)
  601. #define GDTH_UNLOCK_SCSI_DOCMD()        do {} while (0)
  602. #endif
  603. /* LILO and modprobe/insmod parameters */
  604. /* IRQ list for GDT3000/3020 EISA controllers */
  605. static int irq[MAXHA] __initdata = 
  606. {0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
  607.  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff};
  608. /* disable driver flag */
  609. static int disable __initdata = 0;
  610. /* reserve flag */
  611. static int reserve_mode = 1;                  
  612. /* reserve list */
  613. static int reserve_list[MAX_RES_ARGS] = 
  614. {0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
  615.  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,
  616.  0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff};
  617. /* scan order for PCI controllers */
  618. static int reverse_scan = 0;
  619. /* virtual channel for the host drives */
  620. static int hdr_channel = 0;
  621. /* max. IDs per channel */
  622. static int max_ids = MAXID;
  623. /* rescan all IDs */
  624. static int rescan = 0;
  625. /* map channels to virtual controllers */
  626. static int virt_ctr = 0;
  627. /* shared access */
  628. static int shared_access = 0;
  629. #ifdef MODULE
  630. #if LINUX_VERSION_CODE >= 0x02011A
  631. /* parameters for modprobe/insmod */
  632. MODULE_PARM(irq, "i");
  633. MODULE_PARM(disable, "i");
  634. MODULE_PARM(reserve_mode, "i");
  635. MODULE_PARM(reserve_list, "4-" __MODULE_STRING(MAX_RES_ARGS) "i");
  636. MODULE_PARM(reverse_scan, "i");
  637. MODULE_PARM(hdr_channel, "i");
  638. MODULE_PARM(max_ids, "i");
  639. MODULE_PARM(rescan, "i");
  640. MODULE_PARM(virt_ctr, "i");
  641. MODULE_PARM(shared_access, "i");
  642. MODULE_AUTHOR("Achim Leubner");
  643. MODULE_LICENSE("GPL");
  644. #endif
  645. #endif
  646. /* /proc support */
  647. #if LINUX_VERSION_CODE >= 0x010300
  648. #include <linux/stat.h> 
  649. #if LINUX_VERSION_CODE < 0x020322
  650. struct proc_dir_entry proc_scsi_gdth = {
  651.     PROC_SCSI_GDTH, 4, "gdth",
  652.     S_IFDIR | S_IRUGO | S_IXUGO, 2
  653. };
  654. #endif
  655. #include "gdth_proc.h"
  656. #include "gdth_proc.c"
  657. #endif
  658. #if LINUX_VERSION_CODE >= 0x020100
  659. /* notifier block to get a notify on system shutdown/halt/reboot */
  660. static struct notifier_block gdth_notifier = {
  661.     gdth_halt, NULL, 0
  662. };
  663. #endif
  664. static void gdth_delay(int milliseconds)
  665. {
  666.     if (milliseconds == 0) {
  667.         udelay(1);
  668.     } else {
  669. #if LINUX_VERSION_CODE >= 0x020168
  670.         mdelay(milliseconds);
  671. #else
  672.         int i;
  673.         for (i = 0; i < milliseconds; ++i) 
  674.             udelay(1000);
  675. #endif
  676.     }
  677. }
  678. static void gdth_eval_mapping(ulong32 size, int *cyls, int *heads, int *secs)
  679. {
  680.     *cyls = size /HEADS/SECS;
  681.     if (*cyls <= MAXCYLS) {
  682.         *heads = HEADS;
  683.         *secs = SECS;
  684.     } else {                                        /* too high for 64*32 */
  685.         *cyls = size /MEDHEADS/MEDSECS;
  686.         if (*cyls <= MAXCYLS) {
  687.             *heads = MEDHEADS;
  688.             *secs = MEDSECS;
  689.         } else {                                    /* too high for 127*63 */
  690.             *cyls = size /BIGHEADS/BIGSECS;
  691.             *heads = BIGHEADS;
  692.             *secs = BIGSECS;
  693.         }
  694.     }
  695. }
  696. /* controller search and initialization functions */
  697. GDTH_INITFUNC(static int, gdth_search_eisa(ushort eisa_adr))
  698. {
  699.     ulong32 id;
  700.     
  701.     TRACE(("gdth_search_eisa() adr. %xn",eisa_adr));
  702.     id = inl(eisa_adr+ID0REG);
  703.     if (id == GDT3A_ID || id == GDT3B_ID) {     /* GDT3000A or GDT3000B */
  704.         if ((inb(eisa_adr+EISAREG) & 8) == 0)   
  705.             return 0;                           /* not EISA configured */
  706.         return 1;
  707.     }
  708.     if (id == GDT3_ID)                          /* GDT3000 */
  709.         return 1;
  710.     return 0;                                   
  711. }
  712. GDTH_INITFUNC(static int, gdth_search_isa(ulong32 bios_adr))
  713. {
  714.     void *addr;
  715.     ulong32 id;
  716.     TRACE(("gdth_search_isa() bios adr. %xn",bios_adr));
  717.     if ((addr = gdth_mmap(bios_adr+BIOS_ID_OFFS, sizeof(ulong32))) != NULL) {
  718.         id = gdth_readl(addr);
  719.         gdth_munmap(addr);
  720.         if (id == GDT2_ID)                          /* GDT2000 */
  721.             return 1;
  722.     }
  723.     return 0;
  724. }
  725. GDTH_INITFUNC(static int, gdth_search_pci(gdth_pci_str *pcistr))
  726. {
  727.     ushort device, cnt;
  728.     
  729.     TRACE(("gdth_search_pci()n"));
  730.     cnt = 0;
  731.     for (device = 0; device <= PCI_DEVICE_ID_VORTEX_GDT6555; ++device)
  732.         gdth_search_dev(pcistr, &cnt, PCI_VENDOR_ID_VORTEX, device);
  733.     for (device = PCI_DEVICE_ID_VORTEX_GDT6x17RP; 
  734.          device <= PCI_DEVICE_ID_VORTEX_GDTMAXRP; ++device)
  735.         gdth_search_dev(pcistr, &cnt, PCI_VENDOR_ID_VORTEX, device);
  736.     gdth_search_dev(pcistr, &cnt, PCI_VENDOR_ID_VORTEX, 
  737.                     PCI_DEVICE_ID_VORTEX_GDTNEWRX);
  738.     gdth_search_dev(pcistr, &cnt, PCI_VENDOR_ID_INTEL,
  739.                     PCI_DEVICE_ID_INTEL_SRC);
  740.     return cnt;
  741. }
  742. #if LINUX_VERSION_CODE >= 0x20363
  743. /* Vortex only makes RAID controllers.
  744.  * We do not really want to specify all 550 ids here, so wildcard match.
  745.  */
  746. static struct pci_device_id gdthtable[] = {
  747. {PCI_VENDOR_ID_VORTEX,PCI_ANY_ID,PCI_ANY_ID, PCI_ANY_ID },
  748. {PCI_VENDOR_ID_INTEL,PCI_DEVICE_ID_INTEL_SRC,PCI_ANY_ID,PCI_ANY_ID }, 
  749. {0}
  750. };
  751. MODULE_DEVICE_TABLE(pci,gdthtable);
  752. #endif
  753. GDTH_INITFUNC(static void, gdth_search_dev(gdth_pci_str *pcistr, ushort *cnt,
  754.                                            ushort vendor, ushort device))
  755. {
  756.     ulong base0, base1, base2;
  757. #if LINUX_VERSION_CODE >= 0x2015C
  758.     struct pci_dev *pdev;
  759. #else
  760.     int error;
  761.     ushort idx;
  762. #endif
  763.     
  764.     TRACE(("gdth_search_dev() cnt %d vendor %x device %xn",
  765.           *cnt, vendor, device));
  766. #if LINUX_VERSION_CODE >= 0x20363
  767.     pdev = NULL;
  768.     while ((pdev = pci_find_device(vendor, device, pdev)) 
  769.            != NULL) {
  770.         if (pci_enable_device(pdev))
  771.             continue;
  772.         if (*cnt >= MAXHA)
  773.             return;
  774.         /* GDT PCI controller found, resources are already in pdev */
  775.         pcistr[*cnt].pdev = pdev;
  776.         pcistr[*cnt].vendor_id = vendor;
  777.         pcistr[*cnt].device_id = device;
  778.         pcistr[*cnt].subdevice_id = pdev->subsystem_device;
  779.         pcistr[*cnt].bus = pdev->bus->number;
  780.         pcistr[*cnt].device_fn = pdev->devfn;
  781.         pcistr[*cnt].irq = pdev->irq;
  782.         base0 = pci_resource_flags(pdev, 0);
  783.         base1 = pci_resource_flags(pdev, 1);
  784.         base2 = pci_resource_flags(pdev, 2);
  785.         if (device <= PCI_DEVICE_ID_VORTEX_GDT6000B ||   /* GDT6000/B */
  786.             device >= PCI_DEVICE_ID_VORTEX_GDT6x17RP) {  /* MPR */
  787.             if (!(base0 & IORESOURCE_MEM)) 
  788.                 continue;
  789.             pcistr[*cnt].dpmem = pci_resource_start(pdev, 0);
  790.         } else {                                  /* GDT6110, GDT6120, .. */
  791.             if (!(base0 & IORESOURCE_MEM) ||
  792.                 !(base2 & IORESOURCE_MEM) ||
  793.                 !(base1 & IORESOURCE_IO)) 
  794.                 continue;
  795.             pcistr[*cnt].dpmem = pci_resource_start(pdev, 2);
  796.             pcistr[*cnt].io_mm = pci_resource_start(pdev, 0);
  797.             pcistr[*cnt].io    = pci_resource_start(pdev, 1);
  798.         }
  799.         TRACE2(("Controller found at %d/%d, irq %d, dpmem 0x%lxn",
  800.                 pcistr[*cnt].bus, PCI_SLOT(pcistr[*cnt].device_fn), 
  801.                 pcistr[*cnt].irq, pcistr[*cnt].dpmem));
  802.         (*cnt)++;
  803.     }       
  804. #elif LINUX_VERSION_CODE >= 0x2015C
  805.     pdev = NULL;
  806.     while ((pdev = pci_find_device(vendor, device, pdev)) 
  807.            != NULL) {
  808.         if (*cnt >= MAXHA)
  809.             return;
  810.         /* GDT PCI controller found, resources are already in pdev */
  811.         pcistr[*cnt].pdev = pdev;
  812.         pcistr[*cnt].vendor_id = vendor;
  813.         pcistr[*cnt].device_id = device;
  814.         pcistr[*cnt].bus = pdev->bus->number;
  815.         pcistr[*cnt].device_fn = pdev->devfn;
  816.         pcibios_read_config_word(pcistr[*cnt].bus, pcistr[*cnt].device_fn,
  817.                                  PCI_SUBSYSTEM_ID, &pcistr[*cnt].subdevice_id);
  818.         pcistr[*cnt].irq = pdev->irq;
  819.         base0 = pdev->base_address[0];
  820.         base1 = pdev->base_address[1];
  821.         base2 = pdev->base_address[2];
  822.         if (device <= PCI_DEVICE_ID_VORTEX_GDT6000B ||   /* GDT6000/B */
  823.             device >= PCI_DEVICE_ID_VORTEX_GDT6x17RP) {  /* MPR */
  824.             if ((base0 & PCI_BASE_ADDRESS_SPACE) != 
  825.                 PCI_BASE_ADDRESS_SPACE_MEMORY)
  826.                 continue;
  827.             pcistr[*cnt].dpmem = base0 & PCI_BASE_ADDRESS_MEM_MASK;
  828.         } else {                                  /* GDT6110, GDT6120, .. */
  829.             if ((base0 & PCI_BASE_ADDRESS_SPACE) !=
  830.                 PCI_BASE_ADDRESS_SPACE_MEMORY ||
  831.                 (base2 & PCI_BASE_ADDRESS_SPACE) !=
  832.                 PCI_BASE_ADDRESS_SPACE_MEMORY ||
  833.                 (base1 & PCI_BASE_ADDRESS_SPACE) !=
  834.                 PCI_BASE_ADDRESS_SPACE_IO)
  835.                 continue;
  836.             pcistr[*cnt].dpmem = base2 & PCI_BASE_ADDRESS_MEM_MASK;
  837.             pcistr[*cnt].io_mm = base0 & PCI_BASE_ADDRESS_MEM_MASK;
  838.             pcistr[*cnt].io    = base1 & PCI_BASE_ADDRESS_IO_MASK;
  839.         }
  840.         TRACE2(("Controller found at %d/%d, irq %d, dpmem 0x%lxn",
  841.                 pcistr[*cnt].bus, PCI_SLOT(pcistr[*cnt].device_fn), 
  842.                 pcistr[*cnt].irq, pcistr[*cnt].dpmem));
  843.         (*cnt)++;
  844.     }       
  845. #else   
  846.     idx = 0;
  847.     while (!pcibios_find_device(vendor, device, idx++,
  848.                                 &pcistr[*cnt].bus,&pcistr[*cnt].device_fn)) {
  849.         if (*cnt >= MAXHA)
  850.             return;
  851.         /* GDT PCI ctr. found, now read resources from config space */
  852. #if LINUX_VERSION_CODE >= 0x010300
  853. #define GDTH_BASEP      (int *)
  854. #else
  855. #define GDTH_BASEP
  856. #endif
  857.         if ((error = pcibios_read_config_dword(pcistr[*cnt].bus,
  858.                                                pcistr[*cnt].device_fn,
  859.                                                PCI_BASE_ADDRESS_0,
  860.                                                GDTH_BASEP&base0)) ||
  861.             (error = pcibios_read_config_dword(pcistr[*cnt].bus,
  862.                                                pcistr[*cnt].device_fn,
  863.                                                PCI_BASE_ADDRESS_1,
  864.                                                GDTH_BASEP&base1)) ||
  865.             (error = pcibios_read_config_dword(pcistr[*cnt].bus,
  866.                                                pcistr[*cnt].device_fn,
  867.                                                PCI_BASE_ADDRESS_2,
  868.                                                GDTH_BASEP&base2)) ||
  869.             (error = pcibios_read_config_word(pcistr[*cnt].bus,
  870.                                               pcistr[*cnt].device_fn,
  871.                                               PCI_SUBSYSTEM_ID,
  872.                                               &pcistr[*cnt].subdevice_id)) ||
  873.             (error = pcibios_read_config_byte(pcistr[*cnt].bus,
  874.                                               pcistr[*cnt].device_fn,
  875.                                               PCI_INTERRUPT_LINE,
  876.                                               &pcistr[*cnt].irq))) {
  877.             printk("GDT-PCI: error %d reading configuration space", error);
  878.             continue;
  879.         }
  880.         pcistr[*cnt].vendor_id = vendor;
  881.         pcistr[*cnt].device_id = device;
  882.         if (device <= PCI_DEVICE_ID_VORTEX_GDT6000B ||   /* GDT6000/B */
  883.             device >= PCI_DEVICE_ID_VORTEX_GDT6x17RP) {  /* MPR */
  884.             if ((base0 & PCI_BASE_ADDRESS_SPACE) !=
  885.                 PCI_BASE_ADDRESS_SPACE_MEMORY)
  886.                 continue;
  887.             pcistr[*cnt].dpmem = base0 & PCI_BASE_ADDRESS_MEM_MASK;
  888.         } else {                                    /* GDT6110, GDT6120, .. */
  889.             if ((base0 & PCI_BASE_ADDRESS_SPACE) !=
  890.                 PCI_BASE_ADDRESS_SPACE_MEMORY ||
  891.                 (base2 & PCI_BASE_ADDRESS_SPACE) !=
  892.                 PCI_BASE_ADDRESS_SPACE_MEMORY ||
  893.                 (base1 & PCI_BASE_ADDRESS_SPACE) !=
  894.                 PCI_BASE_ADDRESS_SPACE_IO)
  895.                 continue;
  896.             pcistr[*cnt].dpmem = base2 & PCI_BASE_ADDRESS_MEM_MASK;
  897.             pcistr[*cnt].io_mm = base0 & PCI_BASE_ADDRESS_MEM_MASK;
  898.             pcistr[*cnt].io    = base1 & PCI_BASE_ADDRESS_IO_MASK;
  899.         }
  900.         TRACE2(("Controller found at %d/%d, irq %d, dpmem 0x%lxn",
  901.                 pcistr[*cnt].bus, PCI_SLOT(pcistr[*cnt].device_fn), 
  902.                 pcistr[*cnt].irq, pcistr[*cnt].dpmem));
  903.         (*cnt)++;
  904.     }
  905. #endif
  906. }   
  907. GDTH_INITFUNC(static void, gdth_sort_pci(gdth_pci_str *pcistr, int cnt))
  908. {    
  909.     gdth_pci_str temp;
  910.     int i, changed;
  911.     
  912.     TRACE(("gdth_sort_pci() cnt %dn",cnt));
  913.     if (cnt == 0)
  914.         return;
  915.     do {
  916.         changed = FALSE;
  917.         for (i = 0; i < cnt-1; ++i) {
  918.             if (!reverse_scan) {
  919.                 if ((pcistr[i].bus > pcistr[i+1].bus) ||
  920.                     (pcistr[i].bus == pcistr[i+1].bus &&
  921.                      PCI_SLOT(pcistr[i].device_fn) > 
  922.                      PCI_SLOT(pcistr[i+1].device_fn))) {
  923.                     temp = pcistr[i];
  924.                     pcistr[i] = pcistr[i+1];
  925.                     pcistr[i+1] = temp;
  926.                     changed = TRUE;
  927.                 }
  928.             } else {
  929.                 if ((pcistr[i].bus < pcistr[i+1].bus) ||
  930.                     (pcistr[i].bus == pcistr[i+1].bus &&
  931.                      PCI_SLOT(pcistr[i].device_fn) < 
  932.                      PCI_SLOT(pcistr[i+1].device_fn))) {
  933.                     temp = pcistr[i];
  934.                     pcistr[i] = pcistr[i+1];
  935.                     pcistr[i+1] = temp;
  936.                     changed = TRUE;
  937.                 }
  938.             }
  939.         }
  940.     } while (changed);
  941. }
  942. GDTH_INITFUNC(static int, gdth_init_eisa(ushort eisa_adr,gdth_ha_str *ha))
  943. {
  944.     ulong32 retries,id;
  945.     unchar prot_ver,eisacf,i,irq_found;
  946.     TRACE(("gdth_init_eisa() adr. %xn",eisa_adr));
  947.     
  948.     /* disable board interrupts, deinitialize services */
  949.     outb(0xff,eisa_adr+EDOORREG);
  950.     outb(0x00,eisa_adr+EDENABREG);
  951.     outb(0x00,eisa_adr+EINTENABREG);
  952.     
  953.     outb(0xff,eisa_adr+LDOORREG);
  954.     retries = INIT_RETRIES;
  955.     gdth_delay(20);
  956.     while (inb(eisa_adr+EDOORREG) != 0xff) {
  957.         if (--retries == 0) {
  958.             printk("GDT-EISA: Initialization error (DEINIT failed)n");
  959.             return 0;
  960.         }
  961.         gdth_delay(1);
  962.         TRACE2(("wait for DEINIT: retries=%dn",retries));
  963.     }
  964.     prot_ver = inb(eisa_adr+MAILBOXREG);
  965.     outb(0xff,eisa_adr+EDOORREG);
  966.     if (prot_ver != PROTOCOL_VERSION) {
  967.         printk("GDT-EISA: Illegal protocol versionn");
  968.         return 0;
  969.     }
  970.     ha->bmic = eisa_adr;
  971.     ha->brd_phys = (ulong32)eisa_adr >> 12;
  972.     outl(0,eisa_adr+MAILBOXREG);
  973.     outl(0,eisa_adr+MAILBOXREG+4);
  974.     outl(0,eisa_adr+MAILBOXREG+8);
  975.     outl(0,eisa_adr+MAILBOXREG+12);
  976.     /* detect IRQ */ 
  977.     if ((id = inl(eisa_adr+ID0REG)) == GDT3_ID) {
  978.         ha->oem_id = OEM_ID_ICP;
  979.         ha->type = GDT_EISA;
  980.         ha->stype = id;
  981.         outl(1,eisa_adr+MAILBOXREG+8);
  982.         outb(0xfe,eisa_adr+LDOORREG);
  983.         retries = INIT_RETRIES;
  984.         gdth_delay(20);
  985.         while (inb(eisa_adr+EDOORREG) != 0xfe) {
  986.             if (--retries == 0) {
  987.                 printk("GDT-EISA: Initialization error (get IRQ failed)n");
  988.                 return 0;
  989.             }
  990.             gdth_delay(1);
  991.         }
  992.         ha->irq = inb(eisa_adr+MAILBOXREG);
  993.         outb(0xff,eisa_adr+EDOORREG);
  994.         TRACE2(("GDT3000/3020: IRQ=%dn",ha->irq));
  995.         /* check the result */
  996.         if (ha->irq == 0) {
  997.                 TRACE2(("Unknown IRQ, use IRQ table from cmd line !n"));
  998.                 for (i = 0, irq_found = FALSE; 
  999.                      i < MAXHA && irq[i] != 0xff; ++i) {
  1000.                 if (irq[i]==10 || irq[i]==11 || irq[i]==12 || irq[i]==14) {
  1001.                     irq_found = TRUE;
  1002.                     break;
  1003.                 }
  1004.                 }
  1005.             if (irq_found) {
  1006.                 ha->irq = irq[i];
  1007.                 irq[i] = 0;
  1008.                 printk("GDT-EISA: Can not detect controller IRQ,n");
  1009.                 printk("Use IRQ setting from command line (IRQ = %d)n",
  1010.                        ha->irq);
  1011.             } else {
  1012.                 printk("GDT-EISA: Initialization error (unknown IRQ), Enablen");
  1013.                 printk("the controller BIOS or use command line parametersn");
  1014.                 return 0;
  1015.             }
  1016.         }
  1017.     } else {
  1018.         eisacf = inb(eisa_adr+EISAREG) & 7;
  1019.         if (eisacf > 4)                         /* level triggered */
  1020.             eisacf -= 4;
  1021.         ha->irq = gdth_irq_tab[eisacf];
  1022.         ha->oem_id = OEM_ID_ICP;
  1023.         ha->type = GDT_EISA;
  1024.         ha->stype = id;
  1025.     }
  1026.     return 1;
  1027. }
  1028.        
  1029. GDTH_INITFUNC(static int, gdth_init_isa(ulong32 bios_adr,gdth_ha_str *ha))
  1030. {
  1031.     register gdt2_dpram_str *dp2_ptr;
  1032.     int i;
  1033.     unchar irq_drq,prot_ver;
  1034.     ulong32 retries;
  1035.     TRACE(("gdth_init_isa() bios adr. %xn",bios_adr));
  1036.     ha->brd = gdth_mmap(bios_adr, sizeof(gdt2_dpram_str));
  1037.     if (ha->brd == NULL) {
  1038.         printk("GDT-ISA: Initialization error (DPMEM remap error)n");
  1039.         return 0;
  1040.     }
  1041.     dp2_ptr = (gdt2_dpram_str *)ha->brd;
  1042.     gdth_writeb(1, &dp2_ptr->io.memlock); /* switch off write protection */
  1043.     /* reset interface area */
  1044.     memset_io((char *)&dp2_ptr->u,0,sizeof(dp2_ptr->u));
  1045.     if (gdth_readl(&dp2_ptr->u) != 0) {
  1046.         printk("GDT-PCI: Initialization error (DPMEM write error)n");
  1047.         gdth_munmap(ha->brd);
  1048.         return 0;
  1049.     }
  1050.     /* disable board interrupts, read DRQ and IRQ */
  1051.     gdth_writeb(0xff, &dp2_ptr->io.irqdel);
  1052.     gdth_writeb(0x00, &dp2_ptr->io.irqen);
  1053.     gdth_writeb(0x00, &dp2_ptr->u.ic.S_Status);
  1054.     gdth_writeb(0x00, &dp2_ptr->u.ic.Cmd_Index);
  1055.     irq_drq = gdth_readb(&dp2_ptr->io.rq);
  1056.     for (i=0; i<3; ++i) {
  1057.         if ((irq_drq & 1)==0)
  1058.             break;
  1059.         irq_drq >>= 1;
  1060.     }
  1061.     ha->drq = gdth_drq_tab[i];
  1062.     irq_drq = gdth_readb(&dp2_ptr->io.rq) >> 3;
  1063.     for (i=1; i<5; ++i) {
  1064.         if ((irq_drq & 1)==0)
  1065.             break;
  1066.         irq_drq >>= 1;
  1067.     }
  1068.     ha->irq = gdth_irq_tab[i];
  1069.     /* deinitialize services */
  1070.     gdth_writel(bios_adr, &dp2_ptr->u.ic.S_Info[0]);
  1071.     gdth_writeb(0xff, &dp2_ptr->u.ic.S_Cmd_Indx);
  1072.     gdth_writeb(0, &dp2_ptr->io.event);
  1073.     retries = INIT_RETRIES;
  1074.     gdth_delay(20);
  1075.     while (gdth_readb(&dp2_ptr->u.ic.S_Status) != 0xff) {
  1076.         if (--retries == 0) {
  1077.             printk("GDT-ISA: Initialization error (DEINIT failed)n");
  1078.             gdth_munmap(ha->brd);
  1079.             return 0;
  1080.         }
  1081.         gdth_delay(1);
  1082.     }
  1083.     prot_ver = (unchar)gdth_readl(&dp2_ptr->u.ic.S_Info[0]);
  1084.     gdth_writeb(0, &dp2_ptr->u.ic.Status);
  1085.     gdth_writeb(0xff, &dp2_ptr->io.irqdel);
  1086.     if (prot_ver != PROTOCOL_VERSION) {
  1087.         printk("GDT-ISA: Illegal protocol versionn");
  1088.         gdth_munmap(ha->brd);
  1089.         return 0;
  1090.     }
  1091.     ha->oem_id = OEM_ID_ICP;
  1092.     ha->type = GDT_ISA;
  1093.     ha->ic_all_size = sizeof(dp2_ptr->u);
  1094.     ha->stype= GDT2_ID;
  1095.     ha->brd_phys = bios_adr >> 4;
  1096.     /* special request to controller BIOS */
  1097.     gdth_writel(0x00, &dp2_ptr->u.ic.S_Info[0]);
  1098.     gdth_writel(0x00, &dp2_ptr->u.ic.S_Info[1]);
  1099.     gdth_writel(0x01, &dp2_ptr->u.ic.S_Info[2]);
  1100.     gdth_writel(0x00, &dp2_ptr->u.ic.S_Info[3]);
  1101.     gdth_writeb(0xfe, &dp2_ptr->u.ic.S_Cmd_Indx);
  1102.     gdth_writeb(0, &dp2_ptr->io.event);
  1103.     retries = INIT_RETRIES;
  1104.     gdth_delay(20);
  1105.     while (gdth_readb(&dp2_ptr->u.ic.S_Status) != 0xfe) {
  1106.         if (--retries == 0) {
  1107.             printk("GDT-ISA: Initialization errorn");
  1108.             gdth_munmap(ha->brd);
  1109.             return 0;
  1110.         }
  1111.         gdth_delay(1);
  1112.     }
  1113.     gdth_writeb(0, &dp2_ptr->u.ic.Status);
  1114.     gdth_writeb(0xff, &dp2_ptr->io.irqdel);
  1115.     return 1;
  1116. }
  1117. GDTH_INITFUNC(static int, gdth_init_pci(gdth_pci_str *pcistr,gdth_ha_str *ha))
  1118. {
  1119.     register gdt6_dpram_str *dp6_ptr;
  1120.     register gdt6c_dpram_str *dp6c_ptr;
  1121.     register gdt6m_dpram_str *dp6m_ptr;
  1122.     ulong32 retries;
  1123.     unchar prot_ver;
  1124.     ushort command;
  1125.     int i, found = FALSE;
  1126. #if LINUX_VERSION_CODE < 0x2015C
  1127.     int rom_addr;
  1128. #endif
  1129.     TRACE(("gdth_init_pci()n"));
  1130.     if (pcistr->vendor_id == PCI_VENDOR_ID_INTEL)
  1131.         ha->oem_id = OEM_ID_INTEL;
  1132.     else
  1133.         ha->oem_id = OEM_ID_ICP;
  1134.     ha->brd_phys = (pcistr->bus << 8) | (pcistr->device_fn & 0xf8);
  1135.     ha->stype = (ulong32)pcistr->device_id;
  1136.     ha->subdevice_id = pcistr->subdevice_id;
  1137.     ha->irq = pcistr->irq;
  1138.     
  1139.     if (ha->stype <= PCI_DEVICE_ID_VORTEX_GDT6000B) {  /* GDT6000/B */
  1140.         TRACE2(("init_pci() dpmem %lx irq %dn",pcistr->dpmem,ha->irq));
  1141.         ha->brd = gdth_mmap(pcistr->dpmem, sizeof(gdt6_dpram_str));
  1142.         if (ha->brd == NULL) {
  1143.             printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1144.             return 0;
  1145.         }
  1146.         /* check and reset interface area */
  1147.         dp6_ptr = (gdt6_dpram_str *)ha->brd;
  1148.         gdth_writel(DPMEM_MAGIC, &dp6_ptr->u);
  1149.         if (gdth_readl(&dp6_ptr->u) != DPMEM_MAGIC) {
  1150.             printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)n", 
  1151.                    pcistr->dpmem);
  1152.             found = FALSE;
  1153.             for (i = 0xC8000; i < 0xE8000; i += 0x4000) {
  1154.                 gdth_munmap(ha->brd);
  1155.                 ha->brd = gdth_mmap(i, sizeof(ushort)); 
  1156.                 if (ha->brd == NULL) {
  1157.                     printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1158.                     return 0;
  1159.                 }
  1160.                 if (gdth_readw(ha->brd) != 0xffff) {
  1161.                     TRACE2(("init_pci_old() address 0x%x busyn", i));
  1162.                     continue;
  1163.                 }
  1164.                 gdth_munmap(ha->brd);
  1165. #if LINUX_VERSION_CODE >= 0x2015C
  1166.                 pci_write_config_dword(pcistr->pdev, 
  1167.                                        PCI_BASE_ADDRESS_0, i);
  1168. #else
  1169.                 pcibios_write_config_dword(pcistr->bus, pcistr->device_fn,
  1170.                                            PCI_BASE_ADDRESS_0, i);
  1171. #endif
  1172.                 ha->brd = gdth_mmap(i, sizeof(gdt6_dpram_str)); 
  1173.                 if (ha->brd == NULL) {
  1174.                     printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1175.                     return 0;
  1176.                 }
  1177.                 dp6_ptr = (gdt6_dpram_str *)ha->brd;
  1178.                 gdth_writel(DPMEM_MAGIC, &dp6_ptr->u);
  1179.                 if (gdth_readl(&dp6_ptr->u) == DPMEM_MAGIC) {
  1180.                     printk("GDT-PCI: Use free address at 0x%xn", i);
  1181.                     found = TRUE;
  1182.                     break;
  1183.                 }
  1184.             }   
  1185.             if (!found) {
  1186.                 printk("GDT-PCI: No free address found!n");
  1187.                 gdth_munmap(ha->brd);
  1188.                 return 0;
  1189.             }
  1190.         }
  1191.         memset_io((char *)&dp6_ptr->u,0,sizeof(dp6_ptr->u));
  1192.         if (gdth_readl(&dp6_ptr->u) != 0) {
  1193.             printk("GDT-PCI: Initialization error (DPMEM write error)n");
  1194.             gdth_munmap(ha->brd);
  1195.             return 0;
  1196.         }
  1197.         
  1198.         /* disable board interrupts, deinit services */
  1199.         gdth_writeb(0xff, &dp6_ptr->io.irqdel);
  1200.         gdth_writeb(0x00, &dp6_ptr->io.irqen);;
  1201.         gdth_writeb(0x00, &dp6_ptr->u.ic.S_Status);
  1202.         gdth_writeb(0x00, &dp6_ptr->u.ic.Cmd_Index);
  1203.         gdth_writel(pcistr->dpmem, &dp6_ptr->u.ic.S_Info[0]);
  1204.         gdth_writeb(0xff, &dp6_ptr->u.ic.S_Cmd_Indx);
  1205.         gdth_writeb(0, &dp6_ptr->io.event);
  1206.         retries = INIT_RETRIES;
  1207.         gdth_delay(20);
  1208.         while (gdth_readb(&dp6_ptr->u.ic.S_Status) != 0xff) {
  1209.             if (--retries == 0) {
  1210.                 printk("GDT-PCI: Initialization error (DEINIT failed)n");
  1211.                 gdth_munmap(ha->brd);
  1212.                 return 0;
  1213.             }
  1214.             gdth_delay(1);
  1215.         }
  1216.         prot_ver = (unchar)gdth_readl(&dp6_ptr->u.ic.S_Info[0]);
  1217.         gdth_writeb(0, &dp6_ptr->u.ic.S_Status);
  1218.         gdth_writeb(0xff, &dp6_ptr->io.irqdel);
  1219.         if (prot_ver != PROTOCOL_VERSION) {
  1220.             printk("GDT-PCI: Illegal protocol versionn");
  1221.             gdth_munmap(ha->brd);
  1222.             return 0;
  1223.         }
  1224.         ha->type = GDT_PCI;
  1225.         ha->ic_all_size = sizeof(dp6_ptr->u);
  1226.         
  1227.         /* special command to controller BIOS */
  1228.         gdth_writel(0x00, &dp6_ptr->u.ic.S_Info[0]);
  1229.         gdth_writel(0x00, &dp6_ptr->u.ic.S_Info[1]);
  1230.         gdth_writel(0x01, &dp6_ptr->u.ic.S_Info[2]);
  1231.         gdth_writel(0x00, &dp6_ptr->u.ic.S_Info[3]);
  1232.         gdth_writeb(0xfe, &dp6_ptr->u.ic.S_Cmd_Indx);
  1233.         gdth_writeb(0, &dp6_ptr->io.event);
  1234.         retries = INIT_RETRIES;
  1235.         gdth_delay(20);
  1236.         while (gdth_readb(&dp6_ptr->u.ic.S_Status) != 0xfe) {
  1237.             if (--retries == 0) {
  1238.                 printk("GDT-PCI: Initialization errorn");
  1239.                 gdth_munmap(ha->brd);
  1240.                 return 0;
  1241.             }
  1242.             gdth_delay(1);
  1243.         }
  1244.         gdth_writeb(0, &dp6_ptr->u.ic.S_Status);
  1245.         gdth_writeb(0xff, &dp6_ptr->io.irqdel);
  1246.     } else if (ha->stype <= PCI_DEVICE_ID_VORTEX_GDT6555) { /* GDT6110, ... */
  1247.         ha->plx = (gdt6c_plx_regs *)pcistr->io;
  1248.         TRACE2(("init_pci_new() dpmem %lx irq %dn",
  1249.             pcistr->dpmem,ha->irq));
  1250.         ha->brd = gdth_mmap(pcistr->dpmem, sizeof(gdt6c_dpram_str));
  1251.         if (ha->brd == NULL) {
  1252.             printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1253.             gdth_munmap(ha->brd);
  1254.             return 0;
  1255.         }
  1256.         /* check and reset interface area */
  1257.         dp6c_ptr = (gdt6c_dpram_str *)ha->brd;
  1258.         gdth_writel(DPMEM_MAGIC, &dp6c_ptr->u);
  1259.         if (gdth_readl(&dp6c_ptr->u) != DPMEM_MAGIC) {
  1260.             printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)n", 
  1261.                    pcistr->dpmem);
  1262.             found = FALSE;
  1263.             for (i = 0xC8000; i < 0xE8000; i += 0x4000) {
  1264.                 gdth_munmap(ha->brd);
  1265.                 ha->brd = gdth_mmap(i, sizeof(ushort)); 
  1266.                 if (ha->brd == NULL) {
  1267.                     printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1268.                     return 0;
  1269.                 }
  1270.                 if (gdth_readw(ha->brd) != 0xffff) {
  1271.                     TRACE2(("init_pci_plx() address 0x%x busyn", i));
  1272.                     continue;
  1273.                 }
  1274.                 gdth_munmap(ha->brd);
  1275. #if LINUX_VERSION_CODE >= 0x2015C
  1276.                 pci_write_config_dword(pcistr->pdev, 
  1277.                                        PCI_BASE_ADDRESS_2, i);
  1278. #else
  1279.                 pcibios_write_config_dword(pcistr->bus, pcistr->device_fn,
  1280.                                            PCI_BASE_ADDRESS_2, i);
  1281. #endif
  1282.                 ha->brd = gdth_mmap(i, sizeof(gdt6c_dpram_str)); 
  1283.                 if (ha->brd == NULL) {
  1284.                     printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1285.                     return 0;
  1286.                 }
  1287.                 dp6c_ptr = (gdt6c_dpram_str *)ha->brd;
  1288.                 gdth_writel(DPMEM_MAGIC, &dp6c_ptr->u);
  1289.                 if (gdth_readl(&dp6c_ptr->u) == DPMEM_MAGIC) {
  1290.                     printk("GDT-PCI: Use free address at 0x%xn", i);
  1291.                     found = TRUE;
  1292.                     break;
  1293.                 }
  1294.             }   
  1295.             if (!found) {
  1296.                 printk("GDT-PCI: No free address found!n");
  1297.                 gdth_munmap(ha->brd);
  1298.                 return 0;
  1299.             }
  1300.         }
  1301.         memset_io((char *)&dp6c_ptr->u,0,sizeof(dp6c_ptr->u));
  1302.         if (gdth_readl(&dp6c_ptr->u) != 0) {
  1303.             printk("GDT-PCI: Initialization error (DPMEM write error)n");
  1304.             gdth_munmap(ha->brd);
  1305.             return 0;
  1306.         }
  1307.         
  1308.         /* disable board interrupts, deinit services */
  1309.         outb(0x00,PTR2USHORT(&ha->plx->control1));
  1310.         outb(0xff,PTR2USHORT(&ha->plx->edoor_reg));
  1311.         
  1312.         gdth_writeb(0x00, &dp6c_ptr->u.ic.S_Status);
  1313.         gdth_writeb(0x00, &dp6c_ptr->u.ic.Cmd_Index);
  1314.         gdth_writel(pcistr->dpmem, &dp6c_ptr->u.ic.S_Info[0]);
  1315.         gdth_writeb(0xff, &dp6c_ptr->u.ic.S_Cmd_Indx);
  1316.         outb(1,PTR2USHORT(&ha->plx->ldoor_reg));
  1317.         retries = INIT_RETRIES;
  1318.         gdth_delay(20);
  1319.         while (gdth_readb(&dp6c_ptr->u.ic.S_Status) != 0xff) {
  1320.             if (--retries == 0) {
  1321.                 printk("GDT-PCI: Initialization error (DEINIT failed)n");
  1322.                 gdth_munmap(ha->brd);
  1323.                 return 0;
  1324.             }
  1325.             gdth_delay(1);
  1326.         }
  1327.         prot_ver = (unchar)gdth_readl(&dp6c_ptr->u.ic.S_Info[0]);
  1328.         gdth_writeb(0, &dp6c_ptr->u.ic.Status);
  1329.         if (prot_ver != PROTOCOL_VERSION) {
  1330.             printk("GDT-PCI: Illegal protocol versionn");
  1331.             gdth_munmap(ha->brd);
  1332.             return 0;
  1333.         }
  1334.         ha->type = GDT_PCINEW;
  1335.         ha->ic_all_size = sizeof(dp6c_ptr->u);
  1336.         /* special command to controller BIOS */
  1337.         gdth_writel(0x00, &dp6c_ptr->u.ic.S_Info[0]);
  1338.         gdth_writel(0x00, &dp6c_ptr->u.ic.S_Info[1]);
  1339.         gdth_writel(0x01, &dp6c_ptr->u.ic.S_Info[2]);
  1340.         gdth_writel(0x00, &dp6c_ptr->u.ic.S_Info[3]);
  1341.         gdth_writeb(0xfe, &dp6c_ptr->u.ic.S_Cmd_Indx);
  1342.         
  1343.         outb(1,PTR2USHORT(&ha->plx->ldoor_reg));
  1344.         retries = INIT_RETRIES;
  1345.         gdth_delay(20);
  1346.         while (gdth_readb(&dp6c_ptr->u.ic.S_Status) != 0xfe) {
  1347.             if (--retries == 0) {
  1348.                 printk("GDT-PCI: Initialization errorn");
  1349.                 gdth_munmap(ha->brd);
  1350.                 return 0;
  1351.             }
  1352.             gdth_delay(1);
  1353.         }
  1354.         gdth_writeb(0, &dp6c_ptr->u.ic.S_Status);
  1355.     } else {                                            /* MPR */
  1356.         TRACE2(("init_pci_mpr() dpmem %lx irq %dn",pcistr->dpmem,ha->irq));
  1357.         ha->brd = gdth_mmap(pcistr->dpmem, sizeof(gdt6m_dpram_str));
  1358.         if (ha->brd == NULL) {
  1359.             printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1360.             return 0;
  1361.         }
  1362.         /* manipulate config. space to enable DPMEM, start RP controller */
  1363. #if LINUX_VERSION_CODE >= 0x20363
  1364.         pci_read_config_word(pcistr->pdev, PCI_COMMAND, &command);
  1365.         command |= 6;
  1366.         pci_write_config_word(pcistr->pdev, PCI_COMMAND, command);
  1367.         if (pci_resource_start(pcistr->pdev, 8) == 1UL)
  1368.             pci_resource_start(pcistr->pdev, 8) = 0UL;
  1369.         i = 0xFEFF0001UL;
  1370.         pci_write_config_dword(pcistr->pdev, PCI_ROM_ADDRESS, i);
  1371.         gdth_delay(1);
  1372.         pci_write_config_dword(pcistr->pdev, PCI_ROM_ADDRESS,
  1373.                                pci_resource_start(pcistr->pdev, 8));
  1374. #elif LINUX_VERSION_CODE >= 0x2015C
  1375.         pci_read_config_word(pcistr->pdev, PCI_COMMAND, &command);
  1376.         command |= 6;
  1377.         pci_write_config_word(pcistr->pdev, PCI_COMMAND, command);
  1378.         if (pcistr->pdev->rom_address == 1UL)
  1379.             pcistr->pdev->rom_address = 0UL;
  1380.         i = 0xFEFF0001UL;
  1381.         pci_write_config_dword(pcistr->pdev, PCI_ROM_ADDRESS, i);
  1382.         gdth_delay(1);
  1383.         pci_write_config_dword(pcistr->pdev, PCI_ROM_ADDRESS,
  1384.                                pcistr->pdev->rom_address);
  1385. #else
  1386.         pcibios_read_config_word(pcistr->bus, pcistr->device_fn,
  1387.                                  PCI_COMMAND, &command);
  1388.         command |= 6;
  1389.         pcibios_write_config_word(pcistr->bus, pcistr->device_fn, 
  1390.                                   PCI_COMMAND, command);
  1391.         pcibios_read_config_dword(pcistr->bus, pcistr->device_fn,
  1392.                                   PCI_ROM_ADDRESS, &rom_addr);
  1393.         if (rom_addr == 1UL)
  1394.             rom_addr = 0UL;
  1395.         i = 0xFEFF0001UL;
  1396.         pcibios_write_config_dword(pcistr->bus, pcistr->device_fn,
  1397.                                    PCI_ROM_ADDRESS, i);
  1398.         gdth_delay(1);
  1399.         pcibios_write_config_dword(pcistr->bus, pcistr->device_fn,
  1400.                                    PCI_ROM_ADDRESS, rom_addr);
  1401. #endif
  1402.         
  1403.         /* check and reset interface area */
  1404.         dp6m_ptr = (gdt6m_dpram_str *)ha->brd;
  1405.         gdth_writel(DPMEM_MAGIC, &dp6m_ptr->u);
  1406.         if (gdth_readl(&dp6m_ptr->u) != DPMEM_MAGIC) {
  1407.             printk("GDT-PCI: Cannot access DPMEM at 0x%lx (shadowed?)n", 
  1408.                    pcistr->dpmem);
  1409.             found = FALSE;
  1410.             for (i = 0xC8000; i < 0xE8000; i += 0x4000) {
  1411.                 gdth_munmap(ha->brd);
  1412.                 ha->brd = gdth_mmap(i, sizeof(ushort)); 
  1413.                 if (ha->brd == NULL) {
  1414.                     printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1415.                     return 0;
  1416.                 }
  1417.                 if (gdth_readw(ha->brd) != 0xffff) {
  1418.                     TRACE2(("init_pci_mpr() address 0x%x busyn", i));
  1419.                     continue;
  1420.                 }
  1421.                 gdth_munmap(ha->brd);
  1422. #if LINUX_VERSION_CODE >= 0x2015C
  1423.                 pci_write_config_dword(pcistr->pdev, 
  1424.                                        PCI_BASE_ADDRESS_0, i);
  1425. #else
  1426.                 pcibios_write_config_dword(pcistr->bus, pcistr->device_fn,
  1427.                                            PCI_BASE_ADDRESS_0, i);
  1428. #endif
  1429.                 ha->brd = gdth_mmap(i, sizeof(gdt6m_dpram_str)); 
  1430.                 if (ha->brd == NULL) {
  1431.                     printk("GDT-PCI: Initialization error (DPMEM remap error)n");
  1432.                     return 0;
  1433.                 }
  1434.                 dp6m_ptr = (gdt6m_dpram_str *)ha->brd;
  1435.                 gdth_writel(DPMEM_MAGIC, &dp6m_ptr->u);
  1436.                 if (gdth_readl(&dp6m_ptr->u) == DPMEM_MAGIC) {
  1437.                     printk("GDT-PCI: Use free address at 0x%xn", i);
  1438.                     found = TRUE;
  1439.                     break;
  1440.                 }
  1441.             }   
  1442.             if (!found) {
  1443.                 printk("GDT-PCI: No free address found!n");
  1444.                 gdth_munmap(ha->brd);
  1445.                 return 0;
  1446.             }
  1447.         }
  1448.         memset_io((char *)&dp6m_ptr->u,0,sizeof(dp6m_ptr->u));
  1449.         
  1450.         /* disable board interrupts, deinit services */
  1451.         gdth_writeb(gdth_readb(&dp6m_ptr->i960r.edoor_en_reg) | 4,
  1452.                     &dp6m_ptr->i960r.edoor_en_reg);
  1453.         gdth_writeb(0xff, &dp6m_ptr->i960r.edoor_reg);
  1454.         gdth_writeb(0x00, &dp6m_ptr->u.ic.S_Status);
  1455.         gdth_writeb(0x00, &dp6m_ptr->u.ic.Cmd_Index);
  1456.         gdth_writel(pcistr->dpmem, &dp6m_ptr->u.ic.S_Info[0]);
  1457.         gdth_writeb(0xff, &dp6m_ptr->u.ic.S_Cmd_Indx);
  1458.         gdth_writeb(1, &dp6m_ptr->i960r.ldoor_reg);
  1459.         retries = INIT_RETRIES;
  1460.         gdth_delay(20);
  1461.         while (gdth_readb(&dp6m_ptr->u.ic.S_Status) != 0xff) {
  1462.             if (--retries == 0) {
  1463.                 printk("GDT-PCI: Initialization error (DEINIT failed)n");
  1464.                 gdth_munmap(ha->brd);
  1465.                 return 0;
  1466.             }
  1467.             gdth_delay(1);
  1468.         }
  1469.         prot_ver = (unchar)gdth_readl(&dp6m_ptr->u.ic.S_Info[0]);
  1470.         gdth_writeb(0, &dp6m_ptr->u.ic.S_Status);
  1471.         if (prot_ver != PROTOCOL_VERSION) {
  1472.             printk("GDT-PCI: Illegal protocol versionn");
  1473.             gdth_munmap(ha->brd);
  1474.             return 0;
  1475.         }
  1476.         ha->type = GDT_PCIMPR;
  1477.         ha->ic_all_size = sizeof(dp6m_ptr->u);
  1478.         
  1479.         /* special command to controller BIOS */
  1480.         gdth_writel(0x00, &dp6m_ptr->u.ic.S_Info[0]);
  1481.         gdth_writel(0x00, &dp6m_ptr->u.ic.S_Info[1]);
  1482.         gdth_writel(0x01, &dp6m_ptr->u.ic.S_Info[2]);
  1483.         gdth_writel(0x00, &dp6m_ptr->u.ic.S_Info[3]);
  1484.         gdth_writeb(0xfe, &dp6m_ptr->u.ic.S_Cmd_Indx);
  1485.         gdth_writeb(1, &dp6m_ptr->i960r.ldoor_reg);
  1486.         retries = INIT_RETRIES;
  1487.         gdth_delay(20);
  1488.         while (gdth_readb(&dp6m_ptr->u.ic.S_Status) != 0xfe) {
  1489.             if (--retries == 0) {
  1490.                 printk("GDT-PCI: Initialization errorn");
  1491.                 gdth_munmap(ha->brd);
  1492.                 return 0;
  1493.             }
  1494.             gdth_delay(1);
  1495.         }
  1496.         gdth_writeb(0, &dp6m_ptr->u.ic.S_Status);
  1497.     }
  1498.     return 1;
  1499. }
  1500. /* controller protocol functions */
  1501. GDTH_INITFUNC(static void, gdth_enable_int(int hanum))
  1502. {
  1503.     gdth_ha_str *ha;
  1504.     ulong flags;
  1505.     gdt2_dpram_str *dp2_ptr;
  1506.     gdt6_dpram_str *dp6_ptr;
  1507.     gdt6m_dpram_str *dp6m_ptr;
  1508.     TRACE(("gdth_enable_int() hanum %dn",hanum));
  1509.     ha = HADATA(gdth_ctr_tab[hanum]);
  1510.     GDTH_LOCK_HA(ha, flags);
  1511.     if (ha->type == GDT_EISA) {
  1512.         outb(0xff, ha->bmic + EDOORREG);
  1513.         outb(0xff, ha->bmic + EDENABREG);
  1514.         outb(0x01, ha->bmic + EINTENABREG);
  1515.     } else if (ha->type == GDT_ISA) {
  1516.         dp2_ptr = (gdt2_dpram_str *)ha->brd;
  1517.         gdth_writeb(1, &dp2_ptr->io.irqdel);
  1518.         gdth_writeb(0, &dp2_ptr->u.ic.Cmd_Index);
  1519.         gdth_writeb(1, &dp2_ptr->io.irqen);
  1520.     } else if (ha->type == GDT_PCI) {
  1521.         dp6_ptr = (gdt6_dpram_str *)ha->brd;
  1522.         gdth_writeb(1, &dp6_ptr->io.irqdel);
  1523.         gdth_writeb(0, &dp6_ptr->u.ic.Cmd_Index);
  1524.         gdth_writeb(1, &dp6_ptr->io.irqen);
  1525.     } else if (ha->type == GDT_PCINEW) {
  1526.         outb(0xff, PTR2USHORT(&ha->plx->edoor_reg));
  1527.         outb(0x03, PTR2USHORT(&ha->plx->control1));
  1528.     } else if (ha->type == GDT_PCIMPR) {
  1529.         dp6m_ptr = (gdt6m_dpram_str *)ha->brd;
  1530.         gdth_writeb(0xff, &dp6m_ptr->i960r.edoor_reg);
  1531.         gdth_writeb(gdth_readb(&dp6m_ptr->i960r.edoor_en_reg) & ~4,
  1532.                     &dp6m_ptr->i960r.edoor_en_reg);
  1533.     }
  1534.     GDTH_UNLOCK_HA(ha, flags);
  1535. }
  1536. static int gdth_get_status(unchar *pIStatus,int irq)
  1537. {
  1538.     register gdth_ha_str *ha;
  1539.     int i;
  1540.     TRACE(("gdth_get_status() irq %d ctr_count %dn",
  1541.            irq,gdth_ctr_count));
  1542.     
  1543.     *pIStatus = 0;
  1544.     for (i=0; i<gdth_ctr_count; ++i) {
  1545.         ha = HADATA(gdth_ctr_tab[i]);
  1546.         if (ha->irq != (unchar)irq)             /* check IRQ */
  1547.             continue;
  1548.         if (ha->type == GDT_EISA)
  1549.             *pIStatus = inb((ushort)ha->bmic + EDOORREG);
  1550.         else if (ha->type == GDT_ISA)
  1551.             *pIStatus =
  1552.                 gdth_readb(&((gdt2_dpram_str *)ha->brd)->u.ic.Cmd_Index);
  1553.         else if (ha->type == GDT_PCI)
  1554.             *pIStatus =
  1555.                 gdth_readb(&((gdt6_dpram_str *)ha->brd)->u.ic.Cmd_Index);
  1556.         else if (ha->type == GDT_PCINEW) 
  1557.             *pIStatus = inb(PTR2USHORT(&ha->plx->edoor_reg));
  1558.         else if (ha->type == GDT_PCIMPR)
  1559.             *pIStatus =
  1560.                 gdth_readb(&((gdt6m_dpram_str *)ha->brd)->i960r.edoor_reg);
  1561.    
  1562.         if (*pIStatus)                                  
  1563.             return i;                           /* board found */
  1564.     }
  1565.     return -1;
  1566. }
  1567.                  
  1568.     
  1569. static int gdth_test_busy(int hanum)
  1570. {
  1571.     register gdth_ha_str *ha;
  1572.     register int gdtsema0 = 0;
  1573.     TRACE(("gdth_test_busy() hanum %dn",hanum));
  1574.     
  1575.     ha = HADATA(gdth_ctr_tab[hanum]);
  1576.     if (ha->type == GDT_EISA)
  1577.         gdtsema0 = (int)inb(ha->bmic + SEMA0REG);
  1578.     else if (ha->type == GDT_ISA)
  1579.         gdtsema0 = (int)gdth_readb(&((gdt2_dpram_str *)ha->brd)->u.ic.Sema0);
  1580.     else if (ha->type == GDT_PCI)
  1581.         gdtsema0 = (int)gdth_readb(&((gdt6_dpram_str *)ha->brd)->u.ic.Sema0);
  1582.     else if (ha->type == GDT_PCINEW) 
  1583.         gdtsema0 = (int)inb(PTR2USHORT(&ha->plx->sema0_reg));
  1584.     else if (ha->type == GDT_PCIMPR)
  1585.         gdtsema0 = 
  1586.             (int)gdth_readb(&((gdt6m_dpram_str *)ha->brd)->i960r.sema0_reg);
  1587.     return (gdtsema0 & 1);
  1588. }
  1589. static int gdth_get_cmd_index(int hanum)
  1590. {
  1591.     register gdth_ha_str *ha;
  1592.     int i;
  1593.     TRACE(("gdth_get_cmd_index() hanum %dn",hanum));
  1594.     ha = HADATA(gdth_ctr_tab[hanum]);
  1595.     for (i=0; i<GDTH_MAXCMDS; ++i) {
  1596.         if (ha->cmd_tab[i].cmnd == UNUSED_CMND) {
  1597.             ha->cmd_tab[i].cmnd = ha->pccb->RequestBuffer;
  1598.             ha->cmd_tab[i].service = ha->pccb->Service;
  1599.             ha->pccb->CommandIndex = (ulong32)i+2;
  1600.             return (i+2);
  1601.         }
  1602.     }
  1603.     return 0;
  1604. }
  1605. static void gdth_set_sema0(int hanum)
  1606. {
  1607.     register gdth_ha_str *ha;
  1608.     TRACE(("gdth_set_sema0() hanum %dn",hanum));
  1609.     ha = HADATA(gdth_ctr_tab[hanum]);
  1610.     if (ha->type == GDT_EISA) {
  1611.         outb(1, ha->bmic + SEMA0REG);
  1612.     } else if (ha->type == GDT_ISA) {
  1613.         gdth_writeb(1, &((gdt2_dpram_str *)ha->brd)->u.ic.Sema0);
  1614.     } else if (ha->type == GDT_PCI) {
  1615.         gdth_writeb(1, &((gdt6_dpram_str *)ha->brd)->u.ic.Sema0);
  1616.     } else if (ha->type == GDT_PCINEW) { 
  1617.         outb(1, PTR2USHORT(&ha->plx->sema0_reg));
  1618.     } else if (ha->type == GDT_PCIMPR) {
  1619.         gdth_writeb(1, &((gdt6m_dpram_str *)ha->brd)->i960r.sema0_reg);
  1620.     }
  1621. }
  1622. static void gdth_copy_command(int hanum)
  1623. {
  1624.     register gdth_ha_str *ha;
  1625.     register gdth_cmd_str *cmd_ptr;
  1626.     register gdt6m_dpram_str *dp6m_ptr;
  1627.     register gdt6c_dpram_str *dp6c_ptr;
  1628.     gdt6_dpram_str *dp6_ptr;
  1629.     gdt2_dpram_str *dp2_ptr;
  1630.     ushort cp_count,dp_offset,cmd_no;
  1631.     
  1632.     TRACE(("gdth_copy_command() hanum %dn",hanum));
  1633.     ha = HADATA(gdth_ctr_tab[hanum]);
  1634.     cp_count = ha->cmd_len;
  1635.     dp_offset= ha->cmd_offs_dpmem;
  1636.     cmd_no   = ha->cmd_cnt;
  1637.     cmd_ptr  = ha->pccb;
  1638.     ++ha->cmd_cnt;                                                      
  1639.     if (ha->type == GDT_EISA)
  1640.         return;                                 /* no DPMEM, no copy */
  1641.     /* set cpcount dword aligned */
  1642.     if (cp_count & 3)
  1643.         cp_count += (4 - (cp_count & 3));
  1644.     ha->cmd_offs_dpmem += cp_count;
  1645.     
  1646.     /* set offset and service, copy command to DPMEM */
  1647.     if (ha->type == GDT_ISA) {
  1648.         dp2_ptr = (gdt2_dpram_str *)ha->brd;
  1649.         gdth_writew(dp_offset + DPMEM_COMMAND_OFFSET, 
  1650.                     &dp2_ptr->u.ic.comm_queue[cmd_no].offset);
  1651.         gdth_writew((ushort)cmd_ptr->Service, 
  1652.                     &dp2_ptr->u.ic.comm_queue[cmd_no].serv_id);
  1653.         memcpy_toio(&dp2_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count);
  1654.     } else if (ha->type == GDT_PCI) {
  1655.         dp6_ptr = (gdt6_dpram_str *)ha->brd;
  1656.         gdth_writew(dp_offset + DPMEM_COMMAND_OFFSET, 
  1657.                     &dp6_ptr->u.ic.comm_queue[cmd_no].offset);
  1658.         gdth_writew((ushort)cmd_ptr->Service, 
  1659.                     &dp6_ptr->u.ic.comm_queue[cmd_no].serv_id);
  1660.         memcpy_toio(&dp6_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count);
  1661.     } else if (ha->type == GDT_PCINEW) {
  1662.         dp6c_ptr = (gdt6c_dpram_str *)ha->brd;
  1663.         gdth_writew(dp_offset + DPMEM_COMMAND_OFFSET, 
  1664.                     &dp6c_ptr->u.ic.comm_queue[cmd_no].offset);
  1665.         gdth_writew((ushort)cmd_ptr->Service, 
  1666.                     &dp6c_ptr->u.ic.comm_queue[cmd_no].serv_id);
  1667.         memcpy_toio(&dp6c_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count);
  1668.     } else if (ha->type == GDT_PCIMPR) {
  1669.         dp6m_ptr = (gdt6m_dpram_str *)ha->brd;
  1670.         gdth_writew(dp_offset + DPMEM_COMMAND_OFFSET, 
  1671.                     &dp6m_ptr->u.ic.comm_queue[cmd_no].offset);
  1672.         gdth_writew((ushort)cmd_ptr->Service, 
  1673.                     &dp6m_ptr->u.ic.comm_queue[cmd_no].serv_id);
  1674.         memcpy_toio(&dp6m_ptr->u.ic.gdt_dpr_cmd[dp_offset],cmd_ptr,cp_count);
  1675.     }
  1676. }
  1677. static void gdth_release_event(int hanum)
  1678. {
  1679.     register gdth_ha_str *ha;
  1680.     TRACE(("gdth_release_event() hanum %dn",hanum));
  1681.     ha = HADATA(gdth_ctr_tab[hanum]);
  1682. #ifdef GDTH_STATISTICS
  1683.     {
  1684.         ulong32 i,j;
  1685.         for (i=0,j=0; j<GDTH_MAXCMDS; ++j) {
  1686.             if (ha->cmd_tab[j].cmnd != UNUSED_CMND)
  1687.                 ++i;
  1688.         }
  1689.         if (max_index < i) {
  1690.             max_index = i;
  1691.             TRACE3(("GDT: max_index = %dn",(ushort)i));
  1692.         }
  1693.     }
  1694. #endif
  1695.     if (ha->pccb->OpCode == GDT_INIT)
  1696.         ha->pccb->Service |= 0x80;
  1697.     if (ha->type == GDT_EISA) {
  1698.         if (ha->pccb->OpCode == GDT_INIT)               /* store DMA buffer */
  1699.             outl(virt_to_bus(ha->pccb), ha->bmic + MAILBOXREG);
  1700.         outb(ha->pccb->Service, ha->bmic + LDOORREG);
  1701.     } else if (ha->type == GDT_ISA) {
  1702.         gdth_writeb(0, &((gdt2_dpram_str *)ha->brd)->io.event);
  1703.     } else if (ha->type == GDT_PCI) {
  1704.         gdth_writeb(0, &((gdt6_dpram_str *)ha->brd)->io.event);
  1705.     } else if (ha->type == GDT_PCINEW) { 
  1706.         outb(1, PTR2USHORT(&ha->plx->ldoor_reg));
  1707.     } else if (ha->type == GDT_PCIMPR) {
  1708.         gdth_writeb(1, &((gdt6m_dpram_str *)ha->brd)->i960r.ldoor_reg);
  1709.     }
  1710. }
  1711.     
  1712. static int gdth_wait(int hanum,int index,ulong32 time)
  1713. {
  1714.     gdth_ha_str *ha;
  1715.     int answer_found = FALSE;
  1716.     TRACE(("gdth_wait() hanum %d index %d time %dn",hanum,index,time));
  1717.     ha = HADATA(gdth_ctr_tab[hanum]);
  1718.     if (index == 0)
  1719.         return 1;                               /* no wait required */
  1720.     gdth_from_wait = TRUE;
  1721.     do {
  1722. #if LINUX_VERSION_CODE >= 0x010346
  1723.         gdth_interrupt((int)ha->irq,ha,NULL);
  1724. #else
  1725.         gdth_interrupt((int)ha->irq,NULL);
  1726. #endif
  1727.         if (wait_hanum==hanum && wait_index==index) {
  1728.             answer_found = TRUE;
  1729.             break;
  1730.         }
  1731.         gdth_delay(1);
  1732.     } while (--time);
  1733.     gdth_from_wait = FALSE;
  1734.     
  1735.     while (gdth_test_busy(hanum))
  1736.         gdth_delay(0);
  1737.     return (answer_found);
  1738. }
  1739. static int gdth_internal_cmd(int hanum,unchar service,ushort opcode,ulong32 p1,
  1740.                              ulong32 p2,ulong32 p3)
  1741. {
  1742.     register gdth_ha_str *ha;
  1743.     register gdth_cmd_str *cmd_ptr;
  1744.     int retries,index;
  1745.     TRACE2(("gdth_internal_cmd() service %d opcode %dn",service,opcode));
  1746.     ha = HADATA(gdth_ctr_tab[hanum]);
  1747.     cmd_ptr = ha->pccb;
  1748.     memset((char*)cmd_ptr,0,sizeof(gdth_cmd_str));
  1749.     /* make command  */
  1750.     for (retries = INIT_RETRIES;;) {
  1751.         cmd_ptr->Service          = service;
  1752.         cmd_ptr->RequestBuffer    = INTERNAL_CMND;
  1753.         if (!(index=gdth_get_cmd_index(hanum))) {
  1754.             TRACE(("GDT: No free command index foundn"));
  1755.             return 0;
  1756.         }
  1757.         gdth_set_sema0(hanum);
  1758.         cmd_ptr->OpCode           = opcode;
  1759.         cmd_ptr->BoardNode        = LOCALBOARD;
  1760.         if (service == CACHESERVICE) {
  1761.             if (opcode == GDT_IOCTL) {
  1762.                 cmd_ptr->u.ioctl.subfunc = p1;
  1763.                 cmd_ptr->u.ioctl.channel = p2;
  1764.                 cmd_ptr->u.ioctl.param_size = (ushort)p3;
  1765.                 cmd_ptr->u.ioctl.p_param = virt_to_bus(ha->pscratch);
  1766.             } else {
  1767.                 cmd_ptr->u.cache.DeviceNo = (ushort)p1;
  1768.                 cmd_ptr->u.cache.BlockNo  = p2;
  1769.             }
  1770.         } else if (service == SCSIRAWSERVICE) {
  1771.             cmd_ptr->u.raw.direction  = p1;
  1772.             cmd_ptr->u.raw.bus        = (unchar)p2;
  1773.             cmd_ptr->u.raw.target     = (unchar)p3;
  1774.             cmd_ptr->u.raw.lun        = (unchar)(p3 >> 8);
  1775.         } else if (service == SCREENSERVICE) {
  1776.             if (opcode == GDT_REALTIME) {
  1777.                 *(ulong32 *)&cmd_ptr->u.screen.su.data[0] = p1;
  1778.                 *(ulong32 *)&cmd_ptr->u.screen.su.data[4] = p2;
  1779.                 *(ulong32 *)&cmd_ptr->u.screen.su.data[8] = p3;
  1780.             }
  1781.         }
  1782.         ha->cmd_len          = sizeof(gdth_cmd_str);
  1783.         ha->cmd_offs_dpmem   = 0;
  1784.         ha->cmd_cnt          = 0;
  1785.         gdth_copy_command(hanum);
  1786.         gdth_release_event(hanum);
  1787.         gdth_delay(20);
  1788.         if (!gdth_wait(hanum,index,INIT_TIMEOUT)) {
  1789.             printk("GDT: Initialization error (timeout service %d)n",service);
  1790.             return 0;
  1791.         }
  1792.         if (ha->status != S_BSY || --retries == 0)
  1793.             break;
  1794.         gdth_delay(1);   
  1795.     }   
  1796.     
  1797.     return (ha->status != S_OK ? 0:1);
  1798. }
  1799.     
  1800. /* search for devices */
  1801. GDTH_INITFUNC(static int, gdth_search_drives(int hanum))
  1802. {
  1803.     register gdth_ha_str *ha;
  1804.     ushort cdev_cnt, i;
  1805.     ulong32 bus_no, drv_cnt, drv_no, j;
  1806.     gdth_getch_str *chn;
  1807.     gdth_drlist_str *drl;
  1808.     gdth_iochan_str *ioc;
  1809.     gdth_raw_iochan_str *iocr;
  1810.     gdth_arcdl_str *alst;
  1811.     gdth_alist_str *alst2;
  1812. #ifdef GDTH_RTC
  1813.     unchar rtc[12];
  1814.     ulong flags;
  1815. #endif     
  1816.    
  1817.     TRACE(("gdth_search_drives() hanum %dn",hanum));
  1818.     ha = HADATA(gdth_ctr_tab[hanum]);
  1819.     /* initialize controller services, at first: screen service */
  1820.     if (!gdth_internal_cmd(hanum,SCREENSERVICE,GDT_INIT,0,0,0)) {
  1821.         printk("GDT: Initialization error screen service (code %d)n",
  1822.                ha->status);
  1823.         return 0;
  1824.     }
  1825.     TRACE2(("gdth_search_drives(): SCREENSERVICE initializedn"));
  1826. #ifdef GDTH_RTC
  1827.     /* read realtime clock info, send to controller */
  1828.     /* 1. wait for the falling edge of update flag */
  1829.     spin_lock_irqsave(&rtc_lock, flags);
  1830.     for (j = 0; j < 1000000; ++j)
  1831.         if (CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP)
  1832.             break;
  1833.     for (j = 0; j < 1000000; ++j)
  1834.         if (!(CMOS_READ(RTC_FREQ_SELECT) & RTC_UIP))
  1835.             break;
  1836.     /* 2. read info */
  1837.     do {
  1838.         for (j = 0; j < 12; ++j) 
  1839.             rtc[j] = CMOS_READ(j);
  1840.     } while (rtc[0] != CMOS_READ(0));
  1841.     spin_lock_irqrestore(&rtc_lock, flags);
  1842.     TRACE2(("gdth_search_drives(): RTC: %x/%x/%xn",*(ulong32 *)&rtc[0],
  1843.             *(ulong32 *)&rtc[4], *(ulong32 *)&rtc[8]));
  1844.     /* 3. send to controller firmware */
  1845.     gdth_internal_cmd(hanum,SCREENSERVICE,GDT_REALTIME, *(ulong32 *)&rtc[0],
  1846.                       *(ulong32 *)&rtc[4], *(ulong32 *)&rtc[8]);
  1847. #endif  
  1848.  
  1849.     /* unfreeze all IOs */
  1850.     gdth_internal_cmd(hanum,CACHESERVICE,GDT_UNFREEZE_IO,0,0,0);
  1851.  
  1852.     /* initialize cache service */
  1853.     if (!gdth_internal_cmd(hanum,CACHESERVICE,GDT_INIT,LINUX_OS,0,0)) {
  1854.         printk("GDT: Initialization error cache service (code %d)n",
  1855.                ha->status);
  1856.         return 0;
  1857.     }
  1858.     TRACE2(("gdth_search_drives(): CACHESERVICE initializedn"));
  1859.     cdev_cnt = (ushort)ha->info;
  1860.     ha->fw_vers = ha->service;
  1861.     /* detect number of buses - try new IOCTL */
  1862.     iocr = (gdth_raw_iochan_str *)ha->pscratch;
  1863.     iocr->hdr.version        = 0xffffffff;
  1864.     iocr->hdr.list_entries   = MAXBUS;
  1865.     iocr->hdr.first_chan     = 0;
  1866.     iocr->hdr.last_chan      = MAXBUS-1;
  1867.     iocr->hdr.list_offset    = GDTOFFSOF(gdth_raw_iochan_str, list[0]);
  1868.     if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,IOCHAN_RAW_DESC,
  1869.                           INVALID_CHANNEL,sizeof(gdth_raw_iochan_str))) {
  1870.         TRACE2(("IOCHAN_RAW_DESC supported!n"));
  1871.         ha->bus_cnt = iocr->hdr.chan_count;
  1872.         for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
  1873.             if (iocr->list[bus_no].proc_id < MAXID)
  1874.                 ha->bus_id[bus_no] = iocr->list[bus_no].proc_id;
  1875.             else
  1876.                 ha->bus_id[bus_no] = 0xff;
  1877.         }
  1878.     } else {
  1879.         /* old method */
  1880.         chn = (gdth_getch_str *)ha->pscratch;
  1881.         for (bus_no = 0; bus_no < MAXBUS; ++bus_no) {
  1882.             chn->channel_no = bus_no;
  1883.             if (!gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,
  1884.                                    SCSI_CHAN_CNT | L_CTRL_PATTERN,
  1885.                                    IO_CHANNEL | INVALID_CHANNEL,
  1886.                                    sizeof(gdth_getch_str))) {
  1887.                 if (bus_no == 0) {
  1888.                     printk("GDT: Error detecting channel count (0x%x)n",
  1889.                            ha->status);
  1890.                     return 0;
  1891.                 }
  1892.                 break;
  1893.             }
  1894.             if (chn->siop_id < MAXID)
  1895.                 ha->bus_id[bus_no] = chn->siop_id;
  1896.             else
  1897.                 ha->bus_id[bus_no] = 0xff;
  1898.         }       
  1899.         ha->bus_cnt = (unchar)bus_no;
  1900.     }
  1901.     TRACE2(("gdth_search_drives() %d channelsn",ha->bus_cnt));
  1902.     /* read cache configuration */
  1903.     if (!gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,CACHE_INFO,
  1904.                            INVALID_CHANNEL,sizeof(gdth_cinfo_str))) {
  1905.         printk("GDT: Initialization error cache service (code %d)n",
  1906.                ha->status);
  1907.         return 0;
  1908.     }
  1909.     ha->cpar = ((gdth_cinfo_str *)ha->pscratch)->cpar;
  1910.     TRACE2(("gdth_search_drives() cinfo: vs %x sta %d str %d dw %d b %dn",
  1911.             ha->cpar.version,ha->cpar.state,ha->cpar.strategy,
  1912.             ha->cpar.write_back,ha->cpar.block_size));
  1913.     /* read board info and features */
  1914.     ha->more_proc = FALSE;
  1915.     if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,BOARD_INFO,
  1916.                           INVALID_CHANNEL,sizeof(gdth_binfo_str))) {
  1917.         memcpy(&ha->binfo, (gdth_binfo_str *)ha->pscratch,
  1918.                sizeof(gdth_binfo_str));
  1919.         if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,BOARD_FEATURES,
  1920.                               INVALID_CHANNEL,sizeof(gdth_bfeat_str))) {
  1921.             TRACE2(("BOARD_INFO/BOARD_FEATURES supportedn"));
  1922.             ha->bfeat = *(gdth_bfeat_str *)ha->pscratch;
  1923.             ha->more_proc = TRUE;
  1924.         }
  1925.     } else {
  1926.         TRACE2(("BOARD_INFO requires firmware >= 1.10/2.08n"));
  1927.         strcpy(ha->binfo.type_string, gdth_ctr_name(hanum));
  1928.     }
  1929.     TRACE2(("Controller name: %sn",ha->binfo.type_string));
  1930.     /* read more informations */
  1931.     if (ha->more_proc) {
  1932.         /* physical drives, channel addresses */
  1933.         ioc = (gdth_iochan_str *)ha->pscratch;
  1934.         ioc->hdr.version        = 0xffffffff;
  1935.         ioc->hdr.list_entries   = MAXBUS;
  1936.         ioc->hdr.first_chan     = 0;
  1937.         ioc->hdr.last_chan      = MAXBUS-1;
  1938.         ioc->hdr.list_offset    = GDTOFFSOF(gdth_iochan_str, list[0]);
  1939.         if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,IOCHAN_DESC,
  1940.                               INVALID_CHANNEL,sizeof(gdth_iochan_str))) {
  1941.             for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
  1942.                 ha->raw[bus_no].address = ioc->list[bus_no].address;
  1943.                 ha->raw[bus_no].local_no = ioc->list[bus_no].local_no;
  1944.             }
  1945.         } else {
  1946.             for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
  1947.                 ha->raw[bus_no].address = IO_CHANNEL;
  1948.                 ha->raw[bus_no].local_no = bus_no;
  1949.             }
  1950.         }
  1951.         for (bus_no = 0; bus_no < ha->bus_cnt; ++bus_no) {
  1952.             chn = (gdth_getch_str *)ha->pscratch;
  1953.             chn->channel_no = ha->raw[bus_no].local_no;
  1954.             if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,
  1955.                                   SCSI_CHAN_CNT | L_CTRL_PATTERN,
  1956.                                   ha->raw[bus_no].address | INVALID_CHANNEL,
  1957.                                   sizeof(gdth_getch_str))) {
  1958.                 ha->raw[bus_no].pdev_cnt = chn->drive_cnt;
  1959.                 TRACE2(("Channel %d: %d phys. drivesn",
  1960.                         bus_no,chn->drive_cnt));
  1961.             }
  1962.             if (ha->raw[bus_no].pdev_cnt > 0) {
  1963.                 drl = (gdth_drlist_str *)ha->pscratch;
  1964.                 drl->sc_no = ha->raw[bus_no].local_no;
  1965.                 drl->sc_cnt = ha->raw[bus_no].pdev_cnt;
  1966.                 if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,
  1967.                                       SCSI_DR_LIST | L_CTRL_PATTERN,
  1968.                                       ha->raw[bus_no].address | INVALID_CHANNEL,
  1969.                                       sizeof(gdth_drlist_str))) {
  1970.                     for (j = 0; j < ha->raw[bus_no].pdev_cnt; ++j) 
  1971.                         ha->raw[bus_no].id_list[j] = drl->sc_list[j];
  1972.                 } else {
  1973.                     ha->raw[bus_no].pdev_cnt = 0;
  1974.                 }
  1975.             }
  1976.         }
  1977.         /* logical drives */
  1978.         if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,CACHE_DRV_CNT,
  1979.                               INVALID_CHANNEL,sizeof(ulong32))) {
  1980.             drv_cnt = *(ulong32 *)ha->pscratch;
  1981.             if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,CACHE_DRV_LIST,
  1982.                                   INVALID_CHANNEL,drv_cnt * sizeof(ulong32))) {
  1983.                 for (j = 0; j < drv_cnt; ++j) {
  1984.                     drv_no = ((ulong32 *)ha->pscratch)[j];
  1985.                     if (drv_no < MAX_LDRIVES) {
  1986.                         ha->hdr[drv_no].is_logdrv = TRUE;
  1987.                         TRACE2(("Drive %d is log. driven",drv_no));
  1988.                     }
  1989.                 }
  1990.             }
  1991.             alst = (gdth_arcdl_str *)ha->pscratch;
  1992.             alst->entries_avail = MAX_LDRIVES;
  1993.             alst->first_entry = 0;
  1994.             alst->list_offset = GDTOFFSOF(gdth_arcdl_str, list[0]);
  1995.             if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,
  1996.                                   ARRAY_DRV_LIST2 | LA_CTRL_PATTERN, 
  1997.                                   INVALID_CHANNEL, sizeof(gdth_arcdl_str) +
  1998.                                   (alst->entries_avail-1) * sizeof(gdth_alist_str))) { 
  1999.                 for (j = 0; j < alst->entries_init; ++j) {
  2000.                     ha->hdr[j].is_arraydrv = alst->list[j].is_arrayd;
  2001.                     ha->hdr[j].is_master = alst->list[j].is_master;
  2002.                     ha->hdr[j].is_parity = alst->list[j].is_parity;
  2003.                     ha->hdr[j].is_hotfix = alst->list[j].is_hotfix;
  2004.                     ha->hdr[j].master_no = alst->list[j].cd_handle;
  2005.                 }
  2006.             } else if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_IOCTL,
  2007.                                          ARRAY_DRV_LIST | LA_CTRL_PATTERN,
  2008.                                          0, 35 * sizeof(gdth_alist_str))) {
  2009.                 for (j = 0; j < 35; ++j) {
  2010.                     alst2 = &((gdth_alist_str *)ha->pscratch)[j];
  2011.                     ha->hdr[j].is_arraydrv = alst2->is_arrayd;
  2012.                     ha->hdr[j].is_master = alst2->is_master;
  2013.                     ha->hdr[j].is_parity = alst2->is_parity;
  2014.                     ha->hdr[j].is_hotfix = alst2->is_hotfix;
  2015.                     ha->hdr[j].master_no = alst2->cd_handle;
  2016.                 }
  2017.             }
  2018.         }
  2019.     }       
  2020.                                   
  2021.     /* initialize raw service */
  2022.     if (!gdth_internal_cmd(hanum,SCSIRAWSERVICE,GDT_INIT,0,0,0)) {
  2023.         printk("GDT: Initialization error raw service (code %d)n",
  2024.                ha->status);
  2025.         return 0;
  2026.     }
  2027.     TRACE2(("gdth_search_drives(): RAWSERVICE initializedn"));
  2028.     /* set/get features raw service (scatter/gather) */
  2029.     if (gdth_internal_cmd(hanum,SCSIRAWSERVICE,GDT_SET_FEAT,SCATTER_GATHER,
  2030.                           0,0)) {
  2031.         TRACE2(("gdth_search_drives(): set features RAWSERVICE OKn"));
  2032.         if (gdth_internal_cmd(hanum,SCSIRAWSERVICE,GDT_GET_FEAT,0,0,0)) {
  2033.             TRACE2(("gdth_search_dr(): get feat RAWSERVICE %dn",
  2034.                     ha->info));
  2035.             ha->raw_feat = (ushort)ha->info;
  2036.         }
  2037.     } 
  2038.     /* set/get features cache service (equal to raw service) */
  2039.     if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_SET_FEAT,0,
  2040.                           SCATTER_GATHER,0)) {
  2041.         TRACE2(("gdth_search_drives(): set features CACHESERVICE OKn"));
  2042.         if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_GET_FEAT,0,0,0)) {
  2043.             TRACE2(("gdth_search_dr(): get feat CACHESERV. %dn",
  2044.                     ha->info));
  2045.             ha->cache_feat = (ushort)ha->info;
  2046.         }
  2047.     }
  2048.     /* reserve drives for raw service */
  2049.     if (reserve_mode != 0) {
  2050.         gdth_internal_cmd(hanum,SCSIRAWSERVICE,GDT_RESERVE_ALL,
  2051.                           reserve_mode == 1 ? 1 : 3, 0, 0);
  2052.         TRACE2(("gdth_search_drives(): RESERVE_ALL code %dn", 
  2053.                 ha->status));
  2054.     }
  2055.     for (i = 0; i < MAX_RES_ARGS; i += 4) {
  2056.         if (reserve_list[i] == hanum && reserve_list[i+1] < ha->bus_cnt && 
  2057.             reserve_list[i+2] < ha->tid_cnt && reserve_list[i+3] < MAXLUN) {
  2058.             TRACE2(("gdth_search_drives(): reserve ha %d bus %d id %d lun %dn",
  2059.                     reserve_list[i], reserve_list[i+1],
  2060.                     reserve_list[i+2], reserve_list[i+3]));
  2061.             if (!gdth_internal_cmd(hanum,SCSIRAWSERVICE,GDT_RESERVE,0,
  2062.                                    reserve_list[i+1], reserve_list[i+2] | 
  2063.                                    (reserve_list[i+3] << 8))) {
  2064.                 printk("GDT: Error raw service (RESERVE, code %d)n",
  2065.                        ha->status);
  2066.              }
  2067.         }
  2068.     }
  2069.     /* scanning for host drives */
  2070.     for (i = 0; i < cdev_cnt; ++i) 
  2071.         gdth_analyse_hdrive(hanum,i);
  2072.     
  2073.     TRACE(("gdth_search_drives() OKn"));
  2074.     return 1;
  2075. }
  2076. static int gdth_analyse_hdrive(int hanum,ushort hdrive)
  2077. {
  2078.     register gdth_ha_str *ha;
  2079.     int drv_cyls, drv_hds, drv_secs;
  2080.     TRACE(("gdth_analyse_hdrive() hanum %d drive %dn",hanum,hdrive));
  2081.     if (hdrive >= MAX_HDRIVES)
  2082.         return 0;
  2083.     ha = HADATA(gdth_ctr_tab[hanum]);
  2084.     if (!gdth_internal_cmd(hanum,CACHESERVICE,GDT_INFO,hdrive,0,0)) 
  2085.         return 0;
  2086.     ha->hdr[hdrive].present = TRUE;
  2087.     ha->hdr[hdrive].size = ha->info;
  2088.     /* evaluate mapping (sectors per head, heads per cylinder) */
  2089.     ha->hdr[hdrive].size &= ~SECS32;
  2090.     if (ha->info2 == 0) {
  2091.         gdth_eval_mapping(ha->hdr[hdrive].size,&drv_cyls,&drv_hds,&drv_secs);
  2092.     } else {
  2093.         drv_hds = ha->info2 & 0xff;
  2094.         drv_secs = (ha->info2 >> 8) & 0xff;
  2095.         drv_cyls = ha->hdr[hdrive].size /drv_hds/drv_secs;
  2096.     }
  2097.     ha->hdr[hdrive].heads = (unchar)drv_hds;
  2098.     ha->hdr[hdrive].secs  = (unchar)drv_secs;
  2099.     /* round size */
  2100.     ha->hdr[hdrive].size  = drv_cyls * drv_hds * drv_secs;
  2101.     TRACE2(("gdth_search_dr() cdr. %d size %d hds %d scs %dn",
  2102.             hdrive,ha->hdr[hdrive].size,drv_hds,drv_secs));
  2103.             
  2104.     /* get informations about device */
  2105.     if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_DEVTYPE,hdrive,0,0)) {
  2106.         TRACE2(("gdth_search_dr() cache drive %d devtype %dn",
  2107.                 hdrive,ha->info));
  2108.         ha->hdr[hdrive].devtype = (ushort)ha->info;
  2109.     }
  2110.     /* cluster info */
  2111.     if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_CLUST_INFO,hdrive,0,0)) {
  2112.         TRACE2(("gdth_search_dr() cache drive %d cluster info %dn",
  2113.                 hdrive,ha->info));
  2114.         if (!shared_access)
  2115.             ha->hdr[hdrive].cluster_type = (unchar)ha->info;
  2116.     }
  2117.     /* R/W attributes */
  2118.     if (gdth_internal_cmd(hanum,CACHESERVICE,GDT_RW_ATTRIBS,hdrive,0,0)) {
  2119.         TRACE2(("gdth_search_dr() cache drive %d r/w attrib. %dn",
  2120.                 hdrive,ha->info));
  2121.         ha->hdr[hdrive].rw_attribs = (unchar)ha->info;
  2122.     }
  2123.     return 1;
  2124. }
  2125. /* command queueing/sending functions */
  2126. static void gdth_putq(int hanum,Scsi_Cmnd *scp,unchar priority)
  2127. {
  2128.     register gdth_ha_str *ha;
  2129.     register Scsi_Cmnd *pscp;
  2130.     register Scsi_Cmnd *nscp;
  2131.     ulong flags;
  2132.     unchar b, t;
  2133.     TRACE(("gdth_putq() priority %dn",priority));
  2134.     ha = HADATA(gdth_ctr_tab[hanum]);
  2135.     GDTH_LOCK_HA(ha, flags);
  2136.     scp->SCp.this_residual = (int)priority;
  2137.     b = virt_ctr ? NUMDATA(scp->host)->busnum : scp->channel;
  2138.     t = scp->target;
  2139. #if LINUX_VERSION_CODE >= 0x010300
  2140.     if (priority >= DEFAULT_PRI) {
  2141.         if ((b != ha->virt_bus && ha->raw[BUS_L2P(ha,b)].lock) ||
  2142.             (b == ha->virt_bus && t < MAX_HDRIVES && ha->hdr[t].lock)) {
  2143.             TRACE2(("gdth_putq(): locked IO -> update_timeout()n"));
  2144.             scp->SCp.buffers_residual = gdth_update_timeout(hanum, scp, 0);
  2145.         }
  2146.     }
  2147. #endif
  2148.     if (ha->req_first==NULL) {
  2149.         ha->req_first = scp;                    /* queue was empty */
  2150.         scp->SCp.ptr = NULL;
  2151.     } else {                                    /* queue not empty */
  2152.         pscp = ha->req_first;
  2153.         nscp = (Scsi_Cmnd *)pscp->SCp.ptr;
  2154.         /* priority: 0-highest,..,0xff-lowest */
  2155.         while (nscp && (unchar)nscp->SCp.this_residual <= priority) {
  2156.             pscp = nscp;
  2157.             nscp = (Scsi_Cmnd *)pscp->SCp.ptr;
  2158.         }
  2159.         pscp->SCp.ptr = (char *)scp;
  2160.         scp->SCp.ptr  = (char *)nscp;
  2161.     }
  2162.     GDTH_UNLOCK_HA(ha, flags);
  2163. #ifdef GDTH_STATISTICS
  2164.     flags = 0;
  2165.     for (nscp=ha->req_first; nscp; nscp=(Scsi_Cmnd*)nscp->SCp.ptr)
  2166.         ++flags;
  2167.     if (max_rq < flags) {
  2168.         max_rq = flags;
  2169.         TRACE3(("GDT: max_rq = %dn",(ushort)max_rq));
  2170.     }
  2171. #endif
  2172. }
  2173. static void gdth_next(int hanum)
  2174. {
  2175.     register gdth_ha_str *ha;
  2176.     register Scsi_Cmnd *pscp;
  2177.     register Scsi_Cmnd *nscp;
  2178.     unchar b, t, firsttime;
  2179.     unchar this_cmd, next_cmd;
  2180.     ulong flags;
  2181.     int cmd_index;
  2182.     TRACE(("gdth_next() hanum %dn",hanum));
  2183.     ha = HADATA(gdth_ctr_tab[hanum]);
  2184.     GDTH_LOCK_HA(ha, flags);
  2185.     ha->cmd_cnt = ha->cmd_offs_dpmem = 0;
  2186.     this_cmd = firsttime = TRUE;
  2187.     next_cmd = gdth_polling ? FALSE:TRUE;
  2188.     cmd_index = 0;
  2189.     for (nscp = pscp = ha->req_first; nscp; nscp = (Scsi_Cmnd *)nscp->SCp.ptr) {
  2190.         if (nscp != pscp && nscp != (Scsi_Cmnd *)pscp->SCp.ptr)
  2191.             pscp = (Scsi_Cmnd *)pscp->SCp.ptr;
  2192.         b = virt_ctr ? NUMDATA(nscp->host)->busnum : nscp->channel;
  2193.         t = nscp->target;
  2194.         if (nscp->SCp.this_residual >= DEFAULT_PRI) {
  2195.             if ((b != ha->virt_bus && ha->raw[BUS_L2P(ha,b)].lock) ||