tmscsim.c
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:91k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /***********************************************************************
  2.  * FILE NAME : TMSCSIM.C        *
  3.  *      BY   : C.L. Huang,  ching@tekram.com.tw        *
  4.  * Description: Device Driver for Tekram DC-390(T) PCI SCSI       *
  5.  *      Bus Master Host Adapter        *
  6.  * (C)Copyright 1995-1996 Tekram Technology Co., Ltd.        *
  7.  ***********************************************************************/
  8. /* (C) Copyright: put under GNU GPL in 10/96  (see README.tmscsim) *
  9. *************************************************************************/
  10. /* $Id: tmscsim.c,v 2.60.2.30 2000/12/20 01:07:12 garloff Exp $ */
  11. /* Enhancements and bugfixes by *
  12.  * Kurt Garloff <kurt@garloff.de> <garloff@suse.de> *
  13.  ***********************************************************************/
  14. /* HISTORY: *
  15.  * *
  16.  * REV# DATE NAME DESCRIPTION *
  17.  * 1.00  96/04/24 CLH First release *
  18.  * 1.01  96/06/12 CLH Fixed bug of Media Change for Removable *
  19.  * Device, scan all LUN. Support Pre2.0.10 *
  20.  * 1.02  96/06/18 CLH Fixed bug of Command timeout ... *
  21.  * 1.03  96/09/25 KG Added tmscsim_proc_info() *
  22.  * 1.04  96/10/11 CLH Updating for support KV 2.0.x *
  23.  * 1.05  96/10/18 KG Fixed bug in DC390_abort(null ptr deref)*
  24.  * 1.06  96/10/25 KG Fixed module support *
  25.  * 1.07  96/11/09 KG Fixed tmscsim_proc_info() *
  26.  * 1.08  96/11/18 KG Fixed null ptr in DC390_Disconnect() *
  27.  * 1.09  96/11/30 KG Added register the allocated IO space *
  28.  * 1.10  96/12/05 CLH Modified tmscsim_proc_info(), and reset *
  29.  * pending interrupt in DC390_detect() *
  30.  * 1.11  97/02/05 KG/CLH Fixeds problem with partitions greater *
  31.  * than 1GB *
  32.  * 1.12  98/02/15  MJ      Rewritten PCI probing *
  33.  * 1.13  98/04/08 KG Support for non DC390, __initfunc decls,*
  34.  * changed max devs from 10 to 16 *
  35.  * 1.14a 98/05/05 KG Dynamic DCB allocation, add-single-dev *
  36.  * for LUNs if LUN_SCAN (BIOS) not set *
  37.  * runtime config using /proc interface *
  38.  * 1.14b 98/05/06 KG eliminated cli (); sti (); spinlocks *
  39.  * 1.14c 98/05/07 KG 2.0.x compatibility *
  40.  * 1.20a 98/05/07 KG changed names of funcs to be consistent *
  41.  * DC390_ (entry points), dc390_ (internal)*
  42.  * reworked locking *
  43.  * 1.20b 98/05/12 KG bugs: version, kfree, _ctmp *
  44.  * debug output *
  45.  * 1.20c 98/05/12 KG bugs: kfree, parsing, EEpromDefaults *
  46.  * 1.20d 98/05/14 KG bugs: list linkage, clear flag after   *
  47.  * reset on startup, code cleanup *
  48.  * 1.20e 98/05/15 KG spinlock comments, name space cleanup *
  49.  * pLastDCB now part of ACB structure *
  50.  * added stats, timeout for 2.1, TagQ bug *
  51.  * RESET and INQUIRY interface commands *
  52.  * 1.20f 98/05/18 KG spinlocks fixes, max_lun fix, free DCBs *
  53.  * for missing LUNs, pending int *
  54.  * 1.20g 98/05/19 KG Clean up: Avoid short *
  55.  * 1.20h 98/05/21 KG Remove AdaptSCSIID, max_lun ... *
  56.  * 1.20i 98/05/21 KG Aiiie: Bug with TagQMask        *
  57.  * 1.20j 98/05/24 KG Handle STAT_BUSY, handle pACB->pLinkDCB *
  58.  * == 0 in remove_dev and DoingSRB_Done *
  59.  * 1.20k 98/05/25 KG DMA_INT (experimental)         *
  60.  * 1.20l 98/05/27 KG remove DMA_INT; DMA_IDLE cmds added; *
  61.  * 1.20m 98/06/10 KG glitch configurable; made some global *
  62.  * vars part of ACB; use DC390_readX *
  63.  * 1.20n 98/06/11 KG startup params *
  64.  * 1.20o 98/06/15 KG added TagMaxNum to boot/module params *
  65.  * Device Nr -> Idx, TagMaxNum power of 2  *
  66.  * 1.20p 98/06/17 KG Docu updates. Reset depends on settings *
  67.  * pci_set_master added; 2.0.xx: pcibios_* *
  68.  * used instead of MechNum things ... *
  69.  * 1.20q 98/06/23 KG Changed defaults. Added debug code for *
  70.  * removable media and fixed it. TagMaxNum *
  71.  * fixed for DC390. Locking: ACB, DRV for *
  72.  * better IRQ sharing. Spelling: Queueing *
  73.  * Parsing and glitch_cfg changes. Display *
  74.  * real SyncSpeed value. Made DisConn *
  75.  * functional (!) *
  76.  * 1.20r 98/06/30 KG Debug macros, allow disabling DsCn, set *
  77.  * BIT4 in CtrlR4, EN_PAGE_INT, 2.0 module *
  78.  * param -1 fixed. *
  79.  * 1.20s 98/08/20 KG Debug info on abort(), try to check PCI,*
  80.  * phys_to_bus instead of phys_to_virt, *
  81.  * fixed sel. process, fixed locking, *
  82.  * added MODULE_XXX infos, changed IRQ *
  83.  * request flags, disable DMA_INT *
  84.  * 1.20t 98/09/07 KG TagQ report fixed; Write Erase DMA Stat;*
  85.  * initfunc -> __init; better abort; *
  86.  * Timeout for XFER_DONE & BLAST_COMPLETE; *
  87.  * Allow up to 33 commands being processed *
  88.  * 2.0a  98/10/14 KG Max Cmnds back to 17. DMA_Stat clearing *
  89.  * all flags. Clear within while() loops *
  90.  * in DataIn_0/Out_0. Null ptr in dumpinfo *
  91.  * for pSRB==0. Better locking during init.*
  92.  * bios_param() now respects part. table. *
  93.  * 2.0b  98/10/24 KG Docu fixes. Timeout Msg in DMA Blast. *
  94.  * Disallow illegal idx in INQUIRY/REMOVE *
  95.  * 2.0c  98/11/19 KG Cleaned up detect/init for SMP boxes,  *
  96.  * Write Erase DMA (1.20t) caused problems *
  97.  * 2.0d  98/12/25 KG Christmas release ;-) Message handling  *
  98.  * completely reworked. Handle target ini- *
  99.  * tiated SDTR correctly. *
  100.  * 2.0d1 99/01/25 KG Try to handle RESTORE_PTR *
  101.  * 2.0d2 99/02/08 KG Check for failure of kmalloc, correct  *
  102.  * inclusion of scsicam.h, DelayReset *
  103.  * 2.0d3 99/05/31 KG DRIVER_OK -> DID_OK, DID_NO_CONNECT, *
  104.  * detect Target mode and warn. *
  105.  * pcmd->result handling cleaned up. *
  106.  * 2.0d4 99/06/01 KG Cleaned selection process. Found bug *
  107.  * which prevented more than 16 tags. Now: *
  108.  * 24. SDTR cleanup. Cleaner multi-LUN *
  109.  * handling. Don't modify ControlRegs/FIFO *
  110.  * when connected. *
  111.  * 2.0d5 99/06/01 KG Clear DevID, Fix INQUIRY after cfg chg. *
  112.  * 2.0d6 99/06/02 KG Added ADD special command to allow cfg. *
  113.  * before detection. Reset SYNC_NEGO_DONE *
  114.  * after a bus reset. *
  115.  * 2.0d7 99/06/03 KG Fixed bugs wrt add,remove commands *
  116.  * 2.0d8 99/06/04 KG Removed copying of cmnd into CmdBlock. *
  117.  * Fixed Oops in _release(). *
  118.  * 2.0d9 99/06/06 KG Also tag queue INQUIRY, T_U_R, ... *
  119.  * Allow arb. no. of Tagged Cmnds. Max 32 *
  120.  * 2.0d1099/06/20 KG TagMaxNo changes now honoured! Queueing *
  121.  * clearified (renamed ..) TagMask handling*
  122.  * cleaned. *
  123.  * 2.0d1199/06/28 KG cmd->result now identical to 2.0d2 *
  124.  * 2.0d1299/07/04 KG Changed order of processing in IRQ *
  125.  * 2.0d1399/07/05 KG Don't update DCB fields if removed *
  126.  * 2.0d1499/07/05 KG remove_dev: Move kfree() to the end *
  127.  * 2.0d1599/07/12 KG use_new_eh_code: 0, ULONG -> UINT where *
  128.  * appropriate *
  129.  * 2.0d1699/07/13 KG Reenable StartSCSI interrupt, Retry msg *
  130.  * 2.0d1799/07/15 KG Remove debug msg. Disable recfg. when *
  131.  * there are queued cmnds *
  132.  * 2.0d1899/07/18 KG Selection timeout: Don't requeue *
  133.  * 2.0d1999/07/18 KG Abort: Only call scsi_done if dequeued *
  134.  * 2.0d2099/07/19 KG Rst_Detect: DoingSRB_Done *
  135.  * 2.0d2199/08/15 KG dev_id for request/free_irq, cmnd[0] for*
  136.  * RETRY, SRBdone does DID_ABORT for the  *
  137.  * cmd passed by DC390_reset() *
  138.  * 2.0d2299/08/25 KG dev_id fixed. can_queue: 42 *
  139.  * 2.0d2399/08/25 KG Removed some debugging code. dev_id  *
  140.  * now is set to pACB. Use u8,u16,u32.  *
  141.  * 2.0d2499/11/14 KG Unreg. I/O if failed IRQ alloc. Call *
  142.  *  done () w/ DID_BAD_TARGET in case of *
  143.  * missing DCB. We are old EH!! *
  144.  * 2.0d2500/01/15 KG 2.3.3x compat from Andreas Schultz *
  145.  * set unique_id. Disable RETRY message. *
  146.  * 2.0d2600/01/29 KG Go to new EH. *
  147.  * 2.0d2700/01/31 KG ... but maintain 2.0 compat. *
  148.  * and fix DCB freeing *
  149.  * 2.0d2800/02/14 KG Queue statistics fixed, dump special cmd*
  150.  * Waiting_Timer for failed StartSCSI *
  151.  * New EH: Don't return cmnds to ML on RST *
  152.  * Use old EH (don't have new EH fns yet) *
  153.  *  Reset: Unlock, but refuse to queue *
  154.  *  2.3 __setup function *
  155.  * 2.0e  00/05/22 KG Return residual for 2.3 *
  156.  * 2.0e1 00/05/25 KG Compile fixes for 2.3.99 *
  157.  * 2.0e2 00/05/27 KG Jeff Garzik's pci_enable_device() *
  158.  * 2.0e3 00/09/29 KG Some 2.4 changes. Don't try Sync Nego *
  159.  * before INQUIRY has reported ability.  *
  160.  * Recognise INQUIRY as scanning command. *
  161.  * 2.0e4 00/10/13 KG Allow compilation into 2.4 kernel *
  162.  * 2.0e5 00/11/17 KG Store Inq.flags in DCB *
  163.  * 2.0e6 00/11/22  KG 2.4 init function (Thx to O.Schumann) *
  164.  *  2.4 PCI device table (Thx to A.Richter) *
  165.  * 2.0e7 00/11/28 KG Allow overriding of BIOS settings *
  166.  * 2.0f  00/12/20 KG Handle failed INQUIRYs during scan *
  167.  ***********************************************************************/
  168. /* Uncomment SA_INTERRUPT, if the driver refuses to share its IRQ with other devices */
  169. #define DC390_IRQ SA_SHIRQ /* | SA_INTERRUPT */
  170. /* DEBUG options */
  171. //#define DC390_DEBUG0
  172. //#define DC390_DEBUG1
  173. //#define DC390_DCBDEBUG
  174. //#define DC390_PARSEDEBUG
  175. //#define DC390_REMOVABLEDEBUG
  176. //#define DC390_LOCKDEBUG
  177. /* Debug definitions */
  178. #ifdef DC390_DEBUG0
  179. # define DEBUG0(x) x;
  180. #else
  181. # define DEBUG0(x)
  182. #endif
  183. #ifdef DC390_DEBUG1
  184. # define DEBUG1(x) x;
  185. #else
  186. # define DEBUG1(x)
  187. #endif
  188. #ifdef DC390_DCBDEBUG
  189. # define DCBDEBUG(x) x;
  190. #else
  191. # define DCBDEBUG(x)
  192. #endif
  193. #ifdef DC390_PARSEDEBUG
  194. # define PARSEDEBUG(x) x;
  195. #else
  196. # define PARSEDEBUG(x)
  197. #endif
  198. #ifdef DC390_REMOVABLEDEBUG
  199. # define REMOVABLEDEBUG(x) x;
  200. #else
  201. # define REMOVABLEDEBUG(x)
  202. #endif
  203. #define DCBDEBUG1(x)
  204. /* Includes */
  205. #include <linux/module.h>
  206. #include <asm/dma.h>
  207. #include <asm/io.h>
  208. #include <asm/system.h>
  209. #include <linux/delay.h>
  210. #include <linux/signal.h>
  211. #include <linux/sched.h>
  212. #include <linux/errno.h>
  213. #include <linux/kernel.h>
  214. #include <linux/ioport.h>
  215. #include <linux/pci.h>
  216. #include <linux/proc_fs.h>
  217. #include <linux/string.h>
  218. #include <linux/ctype.h>
  219. #include <linux/mm.h>
  220. #include <linux/config.h>
  221. #include <linux/version.h>
  222. #include <linux/blk.h>
  223. #include <linux/timer.h>
  224. #include "scsi.h"
  225. #include "hosts.h"
  226. #include "constants.h"
  227. #include "sd.h"
  228. #include <linux/stat.h>
  229. #include <scsi/scsicam.h>
  230. #include "dc390.h"
  231. #define PCI_DEVICE_ID_AMD53C974  PCI_DEVICE_ID_AMD_SCSI
  232. /* Locking */
  233. /* Note: Starting from 2.1.9x, the mid-level scsi code issues a 
  234.  * spinlock_irqsave (&io_request_lock) before calling the driver's 
  235.  * routines, so we don't need to lock, except in the IRQ handler.
  236.  * The policy 3, let the midlevel scsi code do the io_request_locks
  237.  * and us locking on a driver specific lock, shouldn't hurt anybody; it
  238.  * just causes a minor performance degradation for setting the locks.
  239.  */
  240. /* spinlock things
  241.  * level 3: lock on both adapter specific locks and (global) io_request_lock
  242.  * level 2: lock on adapter specific locks only
  243.  * level 1: rely on the locking of the mid level code (io_request_lock)
  244.  * undef  : traditional save_flags; cli; restore_flags;
  245.  */
  246. //#define DEBUG_SPINLOCKS 2 /* Set to 0, 1 or 2 in include/linux/spinlock.h */
  247. #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,30)
  248. # include <linux/init.h>
  249. #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,30)
  250. # include <linux/spinlock.h>
  251. #else
  252. # include <asm/spinlock.h>
  253. #endif
  254. #endif
  255. #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,93) 
  256. # define USE_SPINLOCKS 1
  257. # define NEW_PCI 1
  258. #else
  259. # undef NEW_PCI
  260. # if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,30)
  261. #  define USE_SPINLOCKS 2
  262. # endif
  263. #endif
  264. #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,99)
  265. static struct pci_device_id tmscsim_pci_tbl[] __initdata = {
  266. {
  267. vendor: PCI_VENDOR_ID_AMD,
  268. device: PCI_DEVICE_ID_AMD53C974,
  269. subvendor: PCI_ANY_ID,
  270. subdevice: PCI_ANY_ID,
  271. },
  272. { } /* Terminating entry */
  273. };
  274. MODULE_DEVICE_TABLE(pci, tmscsim_pci_tbl);
  275. #endif
  276. #ifdef USE_SPINLOCKS
  277. # if USE_SPINLOCKS == 3 /* both */
  278. #  if defined (CONFIG_SMP) || DEBUG_SPINLOCKS > 0
  279. #   define DC390_LOCKA_INIT { spinlock_t __unlocked = SPIN_LOCK_UNLOCKED; pACB->lock = __unlocked; };
  280. #  else
  281. #   define DC390_LOCKA_INIT
  282. #  endif
  283.    spinlock_t dc390_drvlock = SPIN_LOCK_UNLOCKED;
  284. #  define DC390_AFLAGS unsigned long aflags;
  285. #  define DC390_IFLAGS unsigned long iflags;
  286. #  define DC390_DFLAGS unsigned long dflags; 
  287. #  define DC390_LOCK_IO spin_lock_irqsave (&io_request_lock, iflags)
  288. #  define DC390_UNLOCK_IO spin_unlock_irqrestore (&io_request_lock, iflags)
  289. #  define DC390_LOCK_DRV spin_lock_irqsave (&dc390_drvlock, dflags)
  290. #  define DC390_UNLOCK_DRV spin_unlock_irqrestore (&dc390_drvlock, dflags)
  291. #  define DC390_LOCK_DRV_NI spin_lock (&dc390_drvlock)
  292. #  define DC390_UNLOCK_DRV_NI spin_unlock (&dc390_drvlock)
  293. #  define DC390_LOCK_ACB spin_lock_irqsave (&(pACB->lock), aflags)
  294. #  define DC390_UNLOCK_ACB spin_unlock_irqrestore (&(pACB->lock), aflags)
  295. #  define DC390_LOCK_ACB_NI spin_lock (&(pACB->lock))
  296. #  define DC390_UNLOCK_ACB_NI spin_unlock (&(pACB->lock))
  297. //#  define DC390_LOCKA_INIT spin_lock_init (&(pACB->lock))
  298. # else
  299. #  if USE_SPINLOCKS == 2 /* adapter specific locks */
  300. #   if defined (CONFIG_SMP) || DEBUG_SPINLOCKS > 0
  301. #    define DC390_LOCKA_INIT { spinlock_t __unlocked = SPIN_LOCK_UNLOCKED; pACB->lock = __unlocked; };
  302. #   else
  303. #    define DC390_LOCKA_INIT
  304. #   endif
  305.     spinlock_t dc390_drvlock = SPIN_LOCK_UNLOCKED;
  306. #   define DC390_AFLAGS unsigned long aflags;
  307. #   define DC390_IFLAGS 
  308. #  define DC390_DFLAGS unsigned long dflags; 
  309. #   define DC390_LOCK_IO /* spin_lock_irqsave (&io_request_lock, iflags) */
  310. #   define DC390_UNLOCK_IO /* spin_unlock_irqrestore (&io_request_lock, iflags) */
  311. #   define DC390_LOCK_DRV spin_lock_irqsave (&dc390_drvlock, dflags)
  312. #   define DC390_UNLOCK_DRV spin_unlock_irqrestore (&dc390_drvlock, dflags)
  313. #   define DC390_LOCK_DRV_NI spin_lock (&dc390_drvlock)
  314. #   define DC390_UNLOCK_DRV_NI spin_unlock (&dc390_drvlock)
  315. #   define DC390_LOCK_ACB spin_lock_irqsave (&(pACB->lock), aflags)
  316. #   define DC390_UNLOCK_ACB spin_unlock_irqrestore (&(pACB->lock), aflags)
  317. #   define DC390_LOCK_ACB_NI spin_lock (&(pACB->lock))
  318. #   define DC390_UNLOCK_ACB_NI spin_unlock (&(pACB->lock))
  319. //#   define DC390_LOCKA_INIT spin_lock_init (&(pACB->lock))
  320. #  else /* USE_SPINLOCKS == 1: global lock io_request_lock */
  321. #   define DC390_AFLAGS 
  322. #   define DC390_IFLAGS unsigned long iflags;
  323. #   define DC390_DFLAGS unsigned long dflags; 
  324.     spinlock_t dc390_drvlock = SPIN_LOCK_UNLOCKED;
  325. #   define DC390_LOCK_IO spin_lock_irqsave (&io_request_lock, iflags)
  326. #   define DC390_UNLOCK_IO spin_unlock_irqrestore (&io_request_lock, iflags)
  327. #   define DC390_LOCK_DRV spin_lock_irqsave (&dc390_drvlock, dflags)
  328. #   define DC390_UNLOCK_DRV spin_unlock_irqrestore (&dc390_drvlock, dflags)
  329. #   define DC390_LOCK_DRV_NI spin_lock (&dc390_drvlock)
  330. #   define DC390_UNLOCK_DRV_NI spin_unlock (&dc390_drvlock)
  331. #   define DC390_LOCK_ACB /* DC390_LOCK_IO */
  332. #   define DC390_UNLOCK_ACB /* DC390_UNLOCK_IO */
  333. #   define DC390_LOCK_ACB_NI /* spin_lock (&(pACB->lock)) */
  334. #   define DC390_UNLOCK_ACB_NI /* spin_unlock (&(pACB->lock)) */
  335. #   define DC390_LOCKA_INIT /* DC390_LOCKA_INIT */
  336. #  endif /* 2 */
  337. # endif /* 3 */
  338. #else /* USE_SPINLOCKS undefined */
  339. # define DC390_AFLAGS unsigned long aflags;
  340. # define DC390_IFLAGS unsigned long iflags;
  341. # define DC390_DFLAGS unsigned long dflags; 
  342. # define DC390_LOCK_IO save_flags (iflags); cli ()
  343. # define DC390_UNLOCK_IO restore_flags (iflags)
  344. # define DC390_LOCK_DRV save_flags (dflags); cli ()
  345. # define DC390_UNLOCK_DRV restore_flags (dflags)
  346. # define DC390_LOCK_DRV_NI
  347. # define DC390_UNLOCK_DRV_NI
  348. # define DC390_LOCK_ACB save_flags (aflags); cli ()
  349. # define DC390_UNLOCK_ACB restore_flags (aflags)
  350. # define DC390_LOCK_ACB_NI
  351. # define DC390_UNLOCK_ACB_NI
  352. # define DC390_LOCKA_INIT
  353. #endif /* def */
  354. /* These macros are used for uniform access to 2.0.x and 2.1.x PCI config space*/
  355. #ifdef NEW_PCI
  356. # define PDEV pdev
  357. # define PDEVDECL struct pci_dev *pdev
  358. # define PDEVDECL0 struct pci_dev *pdev = NULL
  359. # define PDEVDECL1 struct pci_dev *pdev
  360. # define PDEVSET pACB->pdev=pdev
  361. # define PDEVSET1 pdev=pACB->pdev
  362. # define PCI_WRITE_CONFIG_BYTE(pd, rv, bv) pci_write_config_byte (pd, rv, bv)
  363. # define PCI_READ_CONFIG_BYTE(pd, rv, bv) pci_read_config_byte (pd, rv, bv)
  364. # define PCI_WRITE_CONFIG_WORD(pd, rv, bv) pci_write_config_word (pd, rv, bv)
  365. # define PCI_READ_CONFIG_WORD(pd, rv, bv) pci_read_config_word (pd, rv, bv)
  366. # define PCI_BUS_DEV pdev->bus->number, pdev->devfn
  367. # define PCI_PRESENT pci_present ()
  368. # define PCI_SET_MASTER pci_set_master (pdev)
  369. # define PCI_FIND_DEVICE(vend, id) (pdev = pci_find_device (vend, id, pdev))
  370. #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,10)
  371. # define PCI_GET_IO_AND_IRQ io_port = pci_resource_start (pdev, 0); irq = pdev->irq
  372. #else
  373. # define PCI_GET_IO_AND_IRQ io_port = pdev->base_address[0] & PCI_BASE_ADDRESS_IO_MASK; irq = pdev->irq
  374. #endif
  375. #else
  376. # include <linux/bios32.h>
  377. # define PDEV pbus, pdevfn
  378. # define PDEVDECL UCHAR pbus, UCHAR pdevfn
  379. # define PDEVDECL0 UCHAR pbus = 0; UCHAR pdevfn = 0; USHORT pci_index = 0; int error
  380. # define PDEVDECL1 UCHAR pbus; UCHAR pdevfn /*; USHORT pci_index */
  381. # define PDEVSET pACB->pbus=pbus; pACB->pdevfn=pdevfn /*; pACB->pci_index=pci_index */
  382. # define PDEVSET1 pbus=pACB->pbus; pdevfn=pACB->pdevfn /*; pci_index=pACB->pci_index */
  383. # define PCI_WRITE_CONFIG_BYTE(pd, rv, bv) pcibios_write_config_byte (pd, rv, bv)
  384. # define PCI_READ_CONFIG_BYTE(pd, rv, bv) pcibios_read_config_byte (pd, rv, bv)
  385. # define PCI_WRITE_CONFIG_WORD(pd, rv, bv) pcibios_write_config_word (pd, rv, bv)
  386. # define PCI_READ_CONFIG_WORD(pd, rv, bv) pcibios_read_config_word (pd, rv, bv)
  387. # define PCI_BUS_DEV pbus, pdevfn
  388. # define PCI_PRESENT pcibios_present ()
  389. # define PCI_SET_MASTER dc390_set_master (pbus, pdevfn)
  390. # define PCI_FIND_DEVICE(vend, id) (!pcibios_find_device (vend, id, pci_index++, &pbus, &pdevfn))
  391. # define PCI_GET_IO_AND_IRQ error = pcibios_read_config_dword (pbus, pdevfn, PCI_BASE_ADDRESS_0, &io_port);
  392.  error |= pcibios_read_config_byte (pbus, pdevfn, PCI_INTERRUPT_LINE, &irq);
  393.  io_port &= 0xfffe;
  394.  if (error) { printk (KERN_ERR "DC390_detect: Error reading PCI config registers!n"); continue; }
  395. #endif 
  396. #include "tmscsim.h"
  397. #ifndef __init
  398. # define __init
  399. #endif
  400. UCHAR dc390_StartSCSI( PACB pACB, PDCB pDCB, PSRB pSRB );
  401. void dc390_DataOut_0( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  402. void dc390_DataIn_0( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  403. static void dc390_Command_0( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  404. static void dc390_Status_0( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  405. static void dc390_MsgOut_0( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  406. void dc390_MsgIn_0( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  407. static void dc390_DataOutPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  408. static void dc390_DataInPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  409. void dc390_CommandPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  410. static void dc390_StatusPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  411. void dc390_MsgOutPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  412. static void dc390_MsgInPhase( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  413. static void dc390_Nop_0( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  414. static void dc390_Nop_1( PACB pACB, PSRB pSRB, PUCHAR psstatus);
  415. static void dc390_SetXferRate( PACB pACB, PDCB pDCB );
  416. void dc390_Disconnect( PACB pACB );
  417. void dc390_Reselect( PACB pACB );
  418. void dc390_SRBdone( PACB pACB, PDCB pDCB, PSRB pSRB );
  419. void dc390_DoingSRB_Done( PACB pACB, PSCSICMD cmd );
  420. static void dc390_ScsiRstDetect( PACB pACB );
  421. static void dc390_ResetSCSIBus( PACB pACB );
  422. static void __inline__ dc390_RequestSense( PACB pACB, PDCB pDCB, PSRB pSRB );
  423. static void __inline__ dc390_InvalidCmd( PACB pACB );
  424. static void __inline__ dc390_EnableMsgOut_Abort (PACB, PSRB);
  425. static void dc390_remove_dev (PACB pACB, PDCB pDCB);
  426. void do_DC390_Interrupt( int, void *, struct pt_regs *);
  427. int    dc390_initAdapter( PSH psh, ULONG io_port, UCHAR Irq, UCHAR index );
  428. void   dc390_initDCB( PACB pACB, PDCB *ppDCB, UCHAR id, UCHAR lun);
  429. void   dc390_updateDCB (PACB pACB, PDCB pDCB);
  430. #ifdef MODULE
  431.  static int DC390_release(struct Scsi_Host *host);
  432.  static int dc390_shutdown (struct Scsi_Host *host);
  433. #endif
  434. //static PSHT dc390_pSHT_start = NULL;
  435. //static PSH dc390_pSH_start = NULL;
  436. //static PSH dc390_pSH_current = NULL;
  437. static PACB dc390_pACB_start= NULL;
  438. static PACB dc390_pACB_current = NULL;
  439. static ULONG dc390_lastabortedpid = 0;
  440. static UINT dc390_laststatus = 0;
  441. static UCHAR dc390_adapterCnt = 0;
  442. /* Startup values, to be overriden on the commandline */
  443. int tmscsim[] = {-2, -2, -2, -2, -2, -2};
  444. # if defined(MODULE) && LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,30)
  445. MODULE_PARM(tmscsim, "1-6i");
  446. MODULE_PARM_DESC(tmscsim, "Host SCSI ID, Speed (0=10MHz), Device Flags, Adapter Flags, Max Tags (log2(tags)-1), DelayReset (s)");
  447. # endif
  448. #if defined(MODULE) && LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,30)
  449. MODULE_AUTHOR("C.L. Huang / Kurt Garloff");
  450. MODULE_DESCRIPTION("SCSI host adapter driver for Tekram DC390 and other AMD53C974A based PCI SCSI adapters");
  451. MODULE_LICENSE("GPL");
  452. MODULE_SUPPORTED_DEVICE("sd,sr,sg,st");
  453. #endif
  454. static PVOID dc390_phase0[]={
  455.        dc390_DataOut_0,
  456.        dc390_DataIn_0,
  457.        dc390_Command_0,
  458.        dc390_Status_0,
  459.        dc390_Nop_0,
  460.        dc390_Nop_0,
  461.        dc390_MsgOut_0,
  462.        dc390_MsgIn_0,
  463.        dc390_Nop_1
  464.        };
  465. static PVOID dc390_phase1[]={
  466.        dc390_DataOutPhase,
  467.        dc390_DataInPhase,
  468.        dc390_CommandPhase,
  469.        dc390_StatusPhase,
  470.        dc390_Nop_0,
  471.        dc390_Nop_0,
  472.        dc390_MsgOutPhase,
  473.        dc390_MsgInPhase,
  474.        dc390_Nop_1
  475.        };
  476. #ifdef DC390_DEBUG1
  477. static char* dc390_p0_str[] = {
  478.        "dc390_DataOut_0",
  479.        "dc390_DataIn_0",
  480.        "dc390_Command_0",
  481.        "dc390_Status_0",
  482.        "dc390_Nop_0",
  483.        "dc390_Nop_0",
  484.        "dc390_MsgOut_0",
  485.        "dc390_MsgIn_0",
  486.        "dc390_Nop_1"
  487.        };
  488.      
  489. static char* dc390_p1_str[] = {
  490.        "dc390_DataOutPhase",
  491.        "dc390_DataInPhase",
  492.        "dc390_CommandPhase",
  493.        "dc390_StatusPhase",
  494.        "dc390_Nop_0",
  495.        "dc390_Nop_0",
  496.        "dc390_MsgOutPhase",
  497.        "dc390_MsgInPhase",
  498.        "dc390_Nop_1"
  499.        };
  500. #endif   
  501. /* Devices erroneously pretending to be able to do TagQ */
  502. UCHAR  dc390_baddevname1[2][28] ={
  503.        "SEAGATE ST3390N         9546",
  504.        "HP      C3323-300       4269"};
  505. #define BADDEVCNT 2
  506. static char*  dc390_adapname = "DC390";
  507. UCHAR  dc390_eepromBuf[MAX_ADAPTER_NUM][EE_LEN];
  508. UCHAR  dc390_clock_period1[] = {4, 5, 6, 7, 8, 10, 13, 20};
  509. UCHAR  dc390_clock_speed[] = {100,80,67,57,50, 40, 31, 20};
  510. #if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,30)
  511. struct proc_dir_entry DC390_proc_scsi_tmscsim ={
  512.        PROC_SCSI_DC390T, 7 ,"tmscsim",
  513.        S_IFDIR | S_IRUGO | S_IXUGO, 2
  514.        };
  515. #endif
  516. /***********************************************************************
  517.  * Functions for access to DC390 EEPROM
  518.  * and some to emulate it
  519.  *
  520.  **********************************************************************/
  521. static void __init dc390_EnDisableCE( UCHAR mode, PDEVDECL, PUCHAR regval )
  522. {
  523.     UCHAR bval;
  524.     bval = 0;
  525.     if(mode == ENABLE_CE)
  526. *regval = 0xc0;
  527.     else
  528. *regval = 0x80;
  529.     PCI_WRITE_CONFIG_BYTE(PDEV, *regval, bval);
  530.     if(mode == DISABLE_CE)
  531.         PCI_WRITE_CONFIG_BYTE(PDEV, *regval, bval);
  532.     udelay(160);
  533. }
  534. /* Override EEprom values with explicitly set values */
  535. static void __init dc390_EEprom_Override (UCHAR index)
  536. {
  537.     PUCHAR ptr;
  538.     UCHAR  id;
  539.     ptr = (PUCHAR) dc390_eepromBuf[index];
  540.     
  541.     /* Adapter Settings */
  542.     if (tmscsim[0] != -2)
  543. ptr[EE_ADAPT_SCSI_ID] = (UCHAR)tmscsim[0]; /* Adapter ID */
  544.     if (tmscsim[3] != -2)
  545. ptr[EE_MODE2] = (UCHAR)tmscsim[3];
  546.     if (tmscsim[5] != -2)
  547. ptr[EE_DELAY] = tmscsim[5]; /* Reset delay */
  548.     if (tmscsim[4] != -2)
  549. ptr[EE_TAG_CMD_NUM] = (UCHAR)tmscsim[4]; /* Tagged Cmds */
  550.     
  551.     /* Device Settings */
  552.     for (id = 0; id < MAX_SCSI_ID; id++)
  553.     {
  554. if (tmscsim[2] != -2)
  555. ptr[id<<2] = (UCHAR)tmscsim[2]; /* EE_MODE1 */
  556. if (tmscsim[1] != -2)
  557. ptr[(id<<2) + 1] = (UCHAR)tmscsim[1]; /* EE_Speed */
  558.     };
  559. }
  560. /* Handle "-1" case */
  561. static void __init dc390_check_for_safe_settings (void)
  562. {
  563. if (tmscsim[0] == -1 || tmscsim[0] > 15) /* modules-2.0.0 passes -1 as string */
  564. {
  565. tmscsim[0] = 7; tmscsim[1] = 4;
  566. tmscsim[2] = 0x09; tmscsim[3] = 0x0f;
  567. tmscsim[4] = 2; tmscsim[5] = 10;
  568. printk (KERN_INFO "DC390: Using safe settings.n");
  569. }
  570. }
  571. #ifndef CONFIG_SCSI_DC390T_NOGENSUPP
  572. int __initdata tmscsim_def[] = {7, 0 /* 10MHz */,
  573. PARITY_CHK_ | SEND_START_ | EN_DISCONNECT_
  574. | SYNC_NEGO_ | TAG_QUEUEING_,
  575. MORE2_DRV | GREATER_1G | RST_SCSI_BUS | ACTIVE_NEGATION
  576. /* | NO_SEEK */
  577. # ifdef CONFIG_SCSI_MULTI_LUN
  578. | LUN_CHECK
  579. # endif
  580. , 3 /* 16 Tags per LUN */, 1 /* s delay after Reset */ };
  581. /* Copy defaults over set values where missing */
  582. static void __init dc390_fill_with_defaults (void)
  583. {
  584. int i;
  585. PARSEDEBUG(printk(KERN_INFO "DC390: setup %08x %08x %08x %08x %08x %08xn", tmscsim[0],
  586.       tmscsim[1], tmscsim[2], tmscsim[3], tmscsim[4], tmscsim[5]);)
  587. for (i = 0; i < 6; i++)
  588. {
  589. if (tmscsim[i] < 0 || tmscsim[i] > 255)
  590. tmscsim[i] = tmscsim_def[i];
  591. }
  592. /* Sanity checks */
  593. if (tmscsim[0] >   7) tmscsim[0] =   7;
  594. if (tmscsim[1] >   7) tmscsim[1] =   4;
  595. if (tmscsim[4] >   5) tmscsim[4] =   4;
  596. if (tmscsim[5] > 180) tmscsim[5] = 180;
  597. };
  598. #endif
  599. /* Override defaults on cmdline:
  600.  * tmscsim: AdaptID, MaxSpeed (Index), DevMode (Bitmapped), AdaptMode (Bitmapped)
  601.  */
  602. #if LINUX_VERSION_CODE > KERNEL_VERSION(2,3,13)
  603. int __init dc390_setup (char *str)
  604. {
  605. int ints[8];
  606. int i, im;
  607. (void)get_options (str, ARRAY_SIZE(ints), ints);
  608. im = ints[0];
  609. if (im > 6)
  610. {
  611. printk (KERN_NOTICE "DC390: ignore extra params!n");
  612. im = 6;
  613. };
  614. for (i = 0; i < im; i++)
  615. tmscsim[i] = ints[i+1];
  616. /* dc390_checkparams (); */
  617. return 1;
  618. };
  619. #ifndef MODULE
  620. __setup("tmscsim=", dc390_setup);
  621. #endif
  622. #else
  623. void __init dc390_setup (char *str, int *ints)
  624. {
  625. int i, im;
  626. im = ints[0];
  627. if (im > 6)
  628. {
  629. printk (KERN_NOTICE "DC390: ignore extra params!n");
  630. im = 6;
  631. };
  632. for (i = 0; i < im; i++)
  633. tmscsim[i] = ints[i+1];
  634. /* dc390_checkparams (); */
  635. };
  636. #endif
  637. static void __init dc390_EEpromOutDI( PDEVDECL, PUCHAR regval, UCHAR Carry )
  638. {
  639.     UCHAR bval;
  640.     bval = 0;
  641.     if(Carry)
  642.     {
  643. bval = 0x40;
  644. *regval = 0x80;
  645. PCI_WRITE_CONFIG_BYTE(PDEV, *regval, bval);
  646.     }
  647.     udelay(160);
  648.     bval |= 0x80;
  649.     PCI_WRITE_CONFIG_BYTE(PDEV, *regval, bval);
  650.     udelay(160);
  651.     bval = 0;
  652.     PCI_WRITE_CONFIG_BYTE(PDEV, *regval, bval);
  653.     udelay(160);
  654. }
  655. static UCHAR __init dc390_EEpromInDO( PDEVDECL )
  656. {
  657.     UCHAR bval;
  658.     PCI_WRITE_CONFIG_BYTE(PDEV, 0x80, 0x80);
  659.     udelay(160);
  660.     PCI_WRITE_CONFIG_BYTE(PDEV, 0x80, 0x40);
  661.     udelay(160);
  662.     PCI_READ_CONFIG_BYTE(PDEV, 0x00, &bval);
  663.     if(bval == 0x22)
  664. return(1);
  665.     else
  666. return(0);
  667. }
  668. static USHORT __init dc390_EEpromGetData1( PDEVDECL )
  669. {
  670.     UCHAR i;
  671.     UCHAR carryFlag;
  672.     USHORT wval;
  673.     wval = 0;
  674.     for(i=0; i<16; i++)
  675.     {
  676. wval <<= 1;
  677. carryFlag = dc390_EEpromInDO(PDEV);
  678. wval |= carryFlag;
  679.     }
  680.     return(wval);
  681. }
  682. static void __init dc390_Prepare( PDEVDECL, PUCHAR regval, UCHAR EEpromCmd )
  683. {
  684.     UCHAR i,j;
  685.     UCHAR carryFlag;
  686.     carryFlag = 1;
  687.     j = 0x80;
  688.     for(i=0; i<9; i++)
  689.     {
  690. dc390_EEpromOutDI(PDEV,regval,carryFlag);
  691. carryFlag = (EEpromCmd & j) ? 1 : 0;
  692. j >>= 1;
  693.     }
  694. }
  695. static void __init dc390_ReadEEprom( PDEVDECL, PUSHORT ptr)
  696. {
  697.     UCHAR   regval,cmd;
  698.     UCHAR   i;
  699.     cmd = EEPROM_READ;
  700.     for(i=0; i<0x40; i++)
  701.     {
  702. dc390_EnDisableCE(ENABLE_CE, PDEV, &regval);
  703. dc390_Prepare(PDEV, &regval, cmd++);
  704. *ptr++ = dc390_EEpromGetData1(PDEV);
  705. dc390_EnDisableCE(DISABLE_CE, PDEV, &regval);
  706.     }
  707. }
  708. static void __init dc390_interpret_delay (UCHAR index)
  709. {
  710.     char interpd [] = {1,3,5,10,16,30,60,120};
  711.     dc390_eepromBuf[index][EE_DELAY] = interpd [dc390_eepromBuf[index][EE_DELAY]];
  712. };
  713. static UCHAR __init dc390_CheckEEpromCheckSum( PDEVDECL, UCHAR index )
  714. {
  715.     UCHAR  i;
  716.     char  EEbuf[128];
  717.     USHORT wval, *ptr = (PUSHORT)EEbuf;
  718.     dc390_ReadEEprom( PDEV, ptr );
  719.     memcpy (dc390_eepromBuf[index], EEbuf, EE_ADAPT_SCSI_ID);
  720.     memcpy (&dc390_eepromBuf[index][EE_ADAPT_SCSI_ID], 
  721.     &EEbuf[REAL_EE_ADAPT_SCSI_ID], EE_LEN - EE_ADAPT_SCSI_ID);
  722.     dc390_interpret_delay (index);
  723.     
  724.     wval = 0;
  725.     for(i=0; i<0x40; i++, ptr++)
  726. wval += *ptr;
  727.     return (wval == 0x1234 ? 0 : 1);
  728. }
  729. /***********************************************************************
  730.  * Functions for the management of the internal structures 
  731.  * (DCBs, SRBs, Queueing)
  732.  *
  733.  **********************************************************************/
  734. static PDCB __inline__ dc390_findDCB ( PACB pACB, UCHAR id, UCHAR lun)
  735. {
  736.    PDCB pDCB = pACB->pLinkDCB; if (!pDCB) return 0;
  737.    while (pDCB->TargetID != id || pDCB->TargetLUN != lun)
  738.      {
  739. pDCB = pDCB->pNextDCB;
  740. if (pDCB == pACB->pLinkDCB)
  741.   {
  742.      DCBDEBUG(printk (KERN_WARNING "DC390: DCB not found (DCB=%p, DCBmap[%2x]=%2x)n",
  743.      pDCB, id, pACB->DCBmap[id]);)
  744.      return 0;
  745.   }
  746.      };
  747.    DCBDEBUG1( printk (KERN_DEBUG "DCB %p (%02x,%02x) found.n",
  748.       pDCB, pDCB->TargetID, pDCB->TargetLUN);)
  749.    return pDCB;
  750. };
  751. /* Queueing philosphy:
  752.  * There are a couple of lists:
  753.  * - Query: Contains the Scsi Commands not yet turned into SRBs (per ACB)
  754.  *   (Note: For new EH, it is unnecessary!)
  755.  * - Waiting: Contains a list of SRBs not yet sent (per DCB)
  756.  * - Free: List of free SRB slots
  757.  * 
  758.  * If there are no waiting commands for the DCB, the new one is sent to the bus
  759.  * otherwise the oldest one is taken from the Waiting list and the new one is 
  760.  * queued to the Waiting List
  761.  * 
  762.  * Lists are managed using two pointers and eventually a counter
  763.  */
  764. #if 0
  765. /* Look for a SCSI cmd in a SRB queue */
  766. static PSRB dc390_find_cmd_in_SRBq (PSCSICMD cmd, PSRB queue)
  767. {
  768.     PSRB q = queue;
  769.     while (q)
  770.     {
  771. if (q->pcmd == cmd) return q;
  772. q = q->pNextSRB;
  773. if (q == queue) return 0;
  774.     }
  775.     return q;
  776. };
  777. #endif
  778.     
  779. /* Append to Query List */
  780. static void dc390_Query_append( PSCSICMD cmd, PACB pACB )
  781. {
  782.     DEBUG0(printk ("DC390: Append cmd %li to Queryn", cmd->pid);)
  783.     if( !pACB->QueryCnt )
  784. pACB->pQueryHead = cmd;
  785.     else
  786. pACB->pQueryTail->next = cmd;
  787.     pACB->pQueryTail = cmd;
  788.     pACB->QueryCnt++;
  789.     pACB->CmdOutOfSRB++;
  790.     cmd->next = NULL;
  791. }
  792. /* Return next cmd from Query list */
  793. static PSCSICMD dc390_Query_get ( PACB pACB )
  794. {
  795.     PSCSICMD  pcmd;
  796.     pcmd = pACB->pQueryHead;
  797.     if (!pcmd) return pcmd;
  798.     DEBUG0(printk ("DC390: Get cmd %li from Queryn", pcmd->pid);)
  799.     pACB->pQueryHead = pcmd->next;
  800.     pcmd->next = NULL;
  801.     if (!pACB->pQueryHead) pACB->pQueryTail = NULL;
  802.     pACB->QueryCnt--;
  803.     return( pcmd );
  804. }
  805. /* Return next free SRB */
  806. static __inline__ PSRB dc390_Free_get ( PACB pACB )
  807. {
  808.     PSRB   pSRB;
  809.     pSRB = pACB->pFreeSRB;
  810.     DEBUG0(printk ("DC390: Get Free SRB %pn", pSRB);)
  811.     if( pSRB )
  812.     {
  813. pACB->pFreeSRB = pSRB->pNextSRB;
  814. pSRB->pNextSRB = NULL;
  815.     }
  816.     return( pSRB );
  817. }
  818. /* Insert SRB oin top of free list */
  819. static __inline__ void dc390_Free_insert (PACB pACB, PSRB pSRB)
  820. {
  821.     DEBUG0(printk ("DC390: Free SRB %pn", pSRB);)
  822.     pSRB->pNextSRB = pACB->pFreeSRB;
  823.     pACB->pFreeSRB = pSRB;
  824. }
  825. /* Inserts a SRB to the top of the Waiting list */
  826. static __inline__ void dc390_Waiting_insert ( PDCB pDCB, PSRB pSRB )
  827. {
  828.     DEBUG0(printk ("DC390: Insert pSRB %p cmd %li to Waitingn", pSRB, pSRB->pcmd->pid);)
  829.     pSRB->pNextSRB = pDCB->pWaitingSRB;
  830.     if (!pDCB->pWaitingSRB)
  831. pDCB->pWaitLast = pSRB;
  832.     pDCB->pWaitingSRB = pSRB;
  833.     pDCB->WaitSRBCnt++;
  834. }
  835. /* Queue SRB to waiting list */
  836. static __inline__ void dc390_Waiting_append ( PDCB pDCB, PSRB pSRB)
  837. {
  838.     DEBUG0(printk ("DC390: Append pSRB %p cmd %li to Waitingn", pSRB, pSRB->pcmd->pid);)
  839.     if( pDCB->pWaitingSRB )
  840. pDCB->pWaitLast->pNextSRB = pSRB;
  841.     else
  842. pDCB->pWaitingSRB = pSRB;
  843.     pDCB->pWaitLast = pSRB;
  844.     pSRB->pNextSRB = NULL;
  845.     pDCB->WaitSRBCnt++;
  846.     pDCB->pDCBACB->CmdInQ++;
  847. }
  848. static __inline__ void dc390_Going_append (PDCB pDCB, PSRB pSRB)
  849. {
  850.     pDCB->GoingSRBCnt++;
  851.     DEBUG0(printk("DC390: Append SRB %p to Goingn", pSRB);)
  852.     /* Append to the list of Going commands */
  853.     if( pDCB->pGoingSRB )
  854. pDCB->pGoingLast->pNextSRB = pSRB;
  855.     else
  856. pDCB->pGoingSRB = pSRB;
  857.     pDCB->pGoingLast = pSRB;
  858.     /* No next one in sent list */
  859.     pSRB->pNextSRB = NULL;
  860. };
  861. static __inline__ void dc390_Going_remove (PDCB pDCB, PSRB pSRB)
  862. {
  863.    DEBUG0(printk("DC390: Remove SRB %p from Goingn", pSRB);)
  864.    if (pSRB == pDCB->pGoingSRB)
  865. pDCB->pGoingSRB = pSRB->pNextSRB;
  866.    else
  867.      {
  868. PSRB psrb = pDCB->pGoingSRB;
  869. while (psrb && psrb->pNextSRB != pSRB)
  870.   psrb = psrb->pNextSRB;
  871. if (!psrb) 
  872.   { printk (KERN_ERR "DC390: Remove non-ex. SRB %p from Going!n", pSRB); return; }
  873. psrb->pNextSRB = pSRB->pNextSRB;
  874. if (pSRB == pDCB->pGoingLast)
  875.   pDCB->pGoingLast = psrb;
  876.      }
  877.    pDCB->GoingSRBCnt--;
  878. };
  879. /* Moves SRB from Going list to the top of Waiting list */
  880. static void dc390_Going_to_Waiting ( PDCB pDCB, PSRB pSRB )
  881. {
  882.     DEBUG0(printk(KERN_INFO "DC390: Going_to_Waiting (SRB %p) pid = %lin", pSRB, pSRB->pcmd->pid);)
  883.     /* Remove SRB from Going */
  884.     dc390_Going_remove (pDCB, pSRB);
  885.     /* Insert on top of Waiting */
  886.     dc390_Waiting_insert (pDCB, pSRB);
  887.     /* Tag Mask must be freed elsewhere ! (KG, 99/06/18) */
  888. }
  889. /* Moves first SRB from Waiting list to Going list */
  890. static __inline__ void dc390_Waiting_to_Going ( PDCB pDCB, PSRB pSRB )
  891. {
  892. /* Remove from waiting list */
  893. DEBUG0(printk("DC390: Remove SRB %p from head of Waitingn", pSRB);)
  894. pDCB->pWaitingSRB = pSRB->pNextSRB;
  895. if( !pDCB->pWaitingSRB ) pDCB->pWaitLast = NULL;
  896. pDCB->WaitSRBCnt--;
  897. dc390_Going_append (pDCB, pSRB);
  898. }
  899. /* 2.0 timer compatibility */
  900. #if LINUX_VERSION_CODE < KERNEL_VERSION(2,1,30)
  901.  static inline int timer_pending(struct timer_list * timer)
  902.  {
  903. return timer->prev != NULL;
  904.  }
  905.  #define time_after(a,b)         ((long)(b) - (long)(a) < 0)
  906.  #define time_before(a,b)        time_after(b,a)
  907. #endif
  908. void DC390_waiting_timed_out (unsigned long ptr);
  909. /* Sets the timer to wake us up */
  910. static void dc390_waiting_timer (PACB pACB, unsigned long to)
  911. {
  912. if (timer_pending (&pACB->Waiting_Timer)) return;
  913. init_timer (&pACB->Waiting_Timer);
  914. pACB->Waiting_Timer.function = DC390_waiting_timed_out;
  915. pACB->Waiting_Timer.data = (unsigned long)pACB;
  916. if (time_before (jiffies + to, pACB->pScsiHost->last_reset))
  917. pACB->Waiting_Timer.expires = pACB->pScsiHost->last_reset + 1;
  918. else
  919. pACB->Waiting_Timer.expires = jiffies + to + 1;
  920. add_timer (&pACB->Waiting_Timer);
  921. }
  922. /* Send the next command from the waiting list to the bus */
  923. static void dc390_Waiting_process ( PACB pACB )
  924. {
  925.     PDCB   ptr, ptr1;
  926.     PSRB   pSRB;
  927.     if( (pACB->pActiveDCB) || (pACB->ACBFlag & (RESET_DETECT+RESET_DONE+RESET_DEV) ) )
  928. return;
  929.     if (timer_pending (&pACB->Waiting_Timer)) del_timer (&pACB->Waiting_Timer);
  930.     ptr = pACB->pDCBRunRobin;
  931.     if( !ptr )
  932.       {
  933. ptr = pACB->pLinkDCB;
  934. pACB->pDCBRunRobin = ptr;
  935.       }
  936.     ptr1 = ptr;
  937.     if (!ptr1) return;
  938.     do 
  939.       {
  940. pACB->pDCBRunRobin = ptr1->pNextDCB;
  941. if( !( pSRB = ptr1->pWaitingSRB ) ||
  942.     ( ptr1->MaxCommand <= ptr1->GoingSRBCnt ))
  943.   ptr1 = ptr1->pNextDCB;
  944. else
  945.   {
  946.     /* Try to send to the bus */
  947.     if( !dc390_StartSCSI(pACB, ptr1, pSRB) )
  948.       dc390_Waiting_to_Going (ptr1, pSRB);
  949.     else
  950.       dc390_waiting_timer (pACB, HZ/5);
  951.     break;
  952.   }
  953.       } while (ptr1 != ptr);
  954.     return;
  955. }
  956. /* Wake up waiting queue */
  957. void DC390_waiting_timed_out (unsigned long ptr)
  958. {
  959. PACB pACB = (PACB)ptr;
  960. DC390_IFLAGS
  961. DC390_AFLAGS
  962. DEBUG0(printk ("DC390: Debug: Waiting queue woken up by timer!n");)
  963. DC390_LOCK_IO;
  964. DC390_LOCK_ACB;
  965. dc390_Waiting_process (pACB);
  966. DC390_UNLOCK_ACB;
  967. DC390_UNLOCK_IO;
  968. }
  969. /***********************************************************************
  970.  * Function: static void dc390_SendSRB (PACB pACB, PSRB pSRB)
  971.  *
  972.  * Purpose: Send SCSI Request Block (pSRB) to adapter (pACB)
  973.  *
  974.  ***********************************************************************/
  975. static void dc390_SendSRB( PACB pACB, PSRB pSRB )
  976. {
  977.     PDCB   pDCB;
  978.     pDCB = pSRB->pSRBDCB;
  979.     if( (pDCB->MaxCommand <= pDCB->GoingSRBCnt) || (pACB->pActiveDCB) ||
  980. (pACB->ACBFlag & (RESET_DETECT+RESET_DONE+RESET_DEV)) )
  981.     {
  982. dc390_Waiting_append (pDCB, pSRB);
  983. dc390_Waiting_process (pACB);
  984. return;
  985.     }
  986. #if 0
  987.     if( pDCB->pWaitingSRB )
  988.     {
  989. dc390_Waiting_append (pDCB, pSRB);
  990. /* pSRB = GetWaitingSRB(pDCB); */ /* non-existent */
  991. pSRB = pDCB->pWaitingSRB;
  992. /* Remove from waiting list */
  993. pDCB->pWaitingSRB = pSRB->pNextSRB;
  994. pSRB->pNextSRB = NULL;
  995. if (!pDCB->pWaitingSRB) pDCB->pWaitLast = NULL;
  996.     }
  997. #endif
  998.     if (!dc390_StartSCSI(pACB, pDCB, pSRB))
  999. dc390_Going_append (pDCB, pSRB);
  1000.     else {
  1001. dc390_Waiting_insert (pDCB, pSRB);
  1002. dc390_waiting_timer (pACB, HZ/5);
  1003.     };
  1004. }
  1005. /***********************************************************************
  1006.  * Function: static void dc390_BuildSRB (Scsi_Cmd *pcmd, PDCB pDCB, 
  1007.  *   PSRB pSRB)
  1008.  *
  1009.  * Purpose: Prepare SRB for being sent to Device DCB w/ command *pcmd
  1010.  *
  1011.  ***********************************************************************/
  1012. static void dc390_BuildSRB (Scsi_Cmnd* pcmd, PDCB pDCB, PSRB pSRB)
  1013. {
  1014.     pSRB->pSRBDCB = pDCB;
  1015.     pSRB->pcmd = pcmd;
  1016.     //pSRB->ScsiCmdLen = pcmd->cmd_len;
  1017.     //memcpy (pSRB->CmdBlock, pcmd->cmnd, pcmd->cmd_len);
  1018.     
  1019.     if( pcmd->use_sg )
  1020.     {
  1021. pSRB->SGcount = (UCHAR) pcmd->use_sg;
  1022. pSRB->pSegmentList = (PSGL) pcmd->request_buffer;
  1023.     }
  1024.     else if( pcmd->request_buffer )
  1025.     {
  1026. pSRB->SGcount = 1;
  1027. pSRB->pSegmentList = (PSGL) &pSRB->Segmentx;
  1028. pSRB->Segmentx.address = (PUCHAR) pcmd->request_buffer;
  1029. pSRB->Segmentx.length = pcmd->request_bufflen;
  1030.     }
  1031.     else
  1032. pSRB->SGcount = 0;
  1033.     pSRB->SGIndex = 0;
  1034.     pSRB->AdaptStatus = 0;
  1035.     pSRB->TargetStatus = 0;
  1036.     pSRB->MsgCnt = 0;
  1037.     if( pDCB->DevType != TYPE_TAPE )
  1038. pSRB->RetryCnt = 1;
  1039.     else
  1040. pSRB->RetryCnt = 0;
  1041.     pSRB->SRBStatus = 0;
  1042.     pSRB->SRBFlag = 0;
  1043.     pSRB->SRBState = 0;
  1044.     pSRB->TotalXferredLen = 0;
  1045.     pSRB->SGBusAddr = 0;
  1046.     pSRB->SGToBeXferLen = 0;
  1047.     pSRB->ScsiPhase = 0;
  1048.     pSRB->EndMessage = 0;
  1049.     pSRB->TagNumber = 255;
  1050. };
  1051. /* Put cmnd from Query to Waiting list and send next Waiting cmnd */
  1052. static void dc390_Query_to_Waiting (PACB pACB)
  1053. {
  1054.     Scsi_Cmnd *pcmd;
  1055.     PSRB   pSRB;
  1056.     PDCB   pDCB;
  1057.     if( pACB->ACBFlag & (RESET_DETECT+RESET_DONE+RESET_DEV) )
  1058. return;
  1059.     while (pACB->QueryCnt)
  1060.     {
  1061. pSRB = dc390_Free_get ( pACB );
  1062. if (!pSRB) return;
  1063. pcmd = dc390_Query_get ( pACB );
  1064. if (!pcmd) { dc390_Free_insert (pACB, pSRB); return; }; /* should not happen */
  1065. pDCB = dc390_findDCB (pACB, pcmd->target, pcmd->lun);
  1066. if (!pDCB) 
  1067. dc390_Free_insert (pACB, pSRB);
  1068. printk (KERN_ERR "DC390: Command in queue to non-existing device!n");
  1069. pcmd->result = MK_RES(DRIVER_ERROR,DID_ERROR,0,0);
  1070. DC390_UNLOCK_ACB_NI;
  1071. pcmd->done (pcmd);
  1072. DC390_LOCK_ACB_NI;
  1073. };
  1074. dc390_BuildSRB (pcmd, pDCB, pSRB);
  1075. dc390_Waiting_append ( pDCB, pSRB );
  1076.     }
  1077. }
  1078. /***********************************************************************
  1079.  * Function : static int DC390_queue_command (Scsi_Cmnd *cmd,
  1080.  *        void (*done)(Scsi_Cmnd *))
  1081.  *
  1082.  * Purpose : enqueues a SCSI command
  1083.  *
  1084.  * Inputs : cmd - SCSI command, done - callback function called on 
  1085.  *     completion, with a pointer to the command descriptor.
  1086.  *
  1087.  * Returns : (depending on kernel version)
  1088.  * 2.0.x: always return 0
  1089.  * 2.1.x: old model: (use_new_eh_code == 0): like 2.0.x
  1090.  *   TO BE DONE:
  1091.  *   new model: return 0 if successful
  1092.  *         return 1 if command cannot be queued (queue full)
  1093.  *      command will be inserted in midlevel queue then ...
  1094.  *
  1095.  ***********************************************************************/
  1096. int DC390_queue_command (Scsi_Cmnd *cmd, void (* done)(Scsi_Cmnd *))
  1097. {
  1098.     PDCB   pDCB;
  1099.     PSRB   pSRB;
  1100.     DC390_AFLAGS
  1101.     PACB   pACB = (PACB) cmd->host->hostdata;
  1102.     DEBUG0(/*  if(pACB->scan_devices) */
  1103. printk(KERN_INFO "DC390: Queue Cmd=%02x,Tgt=%d,LUN=%d (pid=%li)n",
  1104. cmd->cmnd[0],cmd->target,cmd->lun,cmd->pid);)
  1105.     DC390_LOCK_ACB;
  1106.     
  1107.     /* Assume BAD_TARGET; will be cleared later */
  1108.     cmd->result = DID_BAD_TARGET << 16;
  1109.    
  1110.     /* TODO: Change the policy: Alway accept TEST_UNIT_READY or INQUIRY 
  1111.      * commands and alloc a DCB for the device if not yet there. DCB will
  1112.      * be removed in dc390_SRBdone if SEL_TIMEOUT */
  1113.     if( (pACB->scan_devices == END_SCAN) && (cmd->cmnd[0] != INQUIRY) )
  1114. pACB->scan_devices = 0;
  1115.     else if( (pACB->scan_devices) && (cmd->cmnd[0] == READ_6) )
  1116. pACB->scan_devices = 0;
  1117.     if ( ( cmd->target >= pACB->pScsiHost->max_id ) || 
  1118.  (cmd->lun >= pACB->pScsiHost->max_lun) )
  1119.     {
  1120. /* printk ("DC390: Ignore target %d lun %dn",
  1121. cmd->target, cmd->lun); */
  1122. DC390_UNLOCK_ACB;
  1123. //return (1);
  1124. done (cmd);
  1125. return (0);
  1126.     }
  1127.     if( (pACB->scan_devices || cmd->cmnd[0] == TEST_UNIT_READY || cmd->cmnd[0] == INQUIRY) && 
  1128.        !(pACB->DCBmap[cmd->target] & (1 << cmd->lun)) )
  1129.     {
  1130.         pACB->scan_devices = 1;
  1131. dc390_initDCB( pACB, &pDCB, cmd->target, cmd->lun );
  1132. if (!pDCB)
  1133.   {
  1134.     printk (KERN_ERR "DC390: kmalloc for DCB failed, target %02x lun %02xn", 
  1135.     cmd->target, cmd->lun);
  1136.     DC390_UNLOCK_ACB;
  1137.     printk ("DC390: No DCB in queue_command!n");
  1138. #ifdef USE_NEW_EH
  1139.     return (1);
  1140. #else
  1141.     done (cmd);
  1142.     return (0);
  1143. #endif
  1144.   };
  1145.             
  1146.     }
  1147.     else if( !(pACB->scan_devices) && !(pACB->DCBmap[cmd->target] & (1 << cmd->lun)) )
  1148.     {
  1149. printk(KERN_INFO "DC390: Ignore target %02x lun %02xn",
  1150. cmd->target, cmd->lun); 
  1151. DC390_UNLOCK_ACB;
  1152. //return (1);
  1153. done (cmd);
  1154. return (0);
  1155.     }
  1156.     else
  1157.     {
  1158. pDCB = dc390_findDCB (pACB, cmd->target, cmd->lun);
  1159. if (!pDCB)
  1160.  {  /* should never happen */
  1161.     printk (KERN_ERR "DC390: no DCB failed, target %02x lun %02xn", 
  1162.     cmd->target, cmd->lun);
  1163.     DC390_UNLOCK_ACB;
  1164.     printk ("DC390: No DCB in queuecommand (2)!n");
  1165. #ifdef USE_NEW_EH
  1166.     return (1);
  1167. #else
  1168.     done (cmd);
  1169.     return (0);
  1170. #endif
  1171.  };
  1172.     }
  1173.     pACB->Cmds++;
  1174.     cmd->scsi_done = done;
  1175.     cmd->result = 0;
  1176.     dc390_Query_to_Waiting (pACB);
  1177.     if( pACB->QueryCnt ) /* Unsent commands ? */
  1178.     {
  1179. DEBUG0(printk ("DC390: QueryCnt != 0n");)
  1180. dc390_Query_append ( cmd, pACB );
  1181. dc390_Waiting_process (pACB);
  1182.     }
  1183.     else if (pDCB->pWaitingSRB)
  1184.     {
  1185.   pSRB = dc390_Free_get ( pACB );
  1186. DEBUG0(if (!pSRB) printk ("DC390: No free SRB but Waitingn"); else printk ("DC390: Free SRB w/ Waitingn");)
  1187. if (!pSRB) dc390_Query_append (cmd, pACB);
  1188. else 
  1189.   {
  1190.     dc390_BuildSRB (cmd, pDCB, pSRB);
  1191.     dc390_Waiting_append (pDCB, pSRB);
  1192.   }
  1193. dc390_Waiting_process (pACB);
  1194.     }
  1195.     else
  1196.     {
  1197.   pSRB = dc390_Free_get ( pACB );
  1198. DEBUG0(if (!pSRB) printk ("DC390: No free SRB w/o Waitingn"); else printk ("DC390: Free SRB w/o Waitingn");)
  1199. if (!pSRB)
  1200. {
  1201.     dc390_Query_append (cmd, pACB);
  1202.     dc390_Waiting_process (pACB);
  1203. }
  1204. else 
  1205. {
  1206.     dc390_BuildSRB (cmd, pDCB, pSRB);
  1207.     dc390_SendSRB (pACB, pSRB);
  1208. };
  1209.     };
  1210.     DC390_UNLOCK_ACB;
  1211.     DEBUG1(printk (KERN_DEBUG " ... command (pid %li) queued successfully.n", cmd->pid);)
  1212.     return(0);
  1213. }
  1214. /* We ignore mapping problems, as we expect everybody to respect 
  1215.  * valid partition tables. Waiting for complaints ;-) */
  1216. #ifdef CONFIG_SCSI_DC390T_TRADMAP
  1217. /* 
  1218.  * The next function, partsize(), is copied from scsicam.c.
  1219.  *
  1220.  * This is ugly code duplication, but I didn't find another way to solve it:
  1221.  * We want to respect the partition table and if it fails, we apply the 
  1222.  * DC390 BIOS heuristic. Too bad, just calling scsicam_bios_param() doesn't do
  1223.  * the job, because we don't know, whether the values returned are from
  1224.  * the part. table or determined by setsize(). Unfortunately the setsize() 
  1225.  * values differ from the ones chosen by the DC390 BIOS.
  1226.  *
  1227.  * Looking forward to seeing suggestions for a better solution! KG, 98/10/14
  1228.  */
  1229. #include <asm/unaligned.h>
  1230. /*
  1231.  * Function : static int partsize(struct buffer_head *bh, unsigned long 
  1232.  *     capacity,unsigned int *cyls, unsigned int *hds, unsigned int *secs);
  1233.  *
  1234.  * Purpose : to determine the BIOS mapping used to create the partition
  1235.  * table, storing the results in *cyls, *hds, and *secs 
  1236.  *
  1237.  * Returns : -1 on failure, 0 on success.
  1238.  *
  1239.  */
  1240. static int partsize(struct buffer_head *bh, unsigned long capacity,
  1241.     unsigned int  *cyls, unsigned int *hds, unsigned int *secs) {
  1242.     struct partition *p, *largest = NULL;
  1243.     int i, largest_cyl;
  1244.     int cyl, ext_cyl, end_head, end_cyl, end_sector;
  1245.     unsigned int logical_end, physical_end, ext_physical_end;
  1246.     
  1247.     if (*(unsigned short *) (bh->b_data+510) == 0xAA55) {
  1248. for (largest_cyl = -1, p = (struct partition *) 
  1249.          (0x1BE + bh->b_data), i = 0; i < 4; ++i, ++p) {
  1250.          if (!p->sys_ind)
  1251.           continue;
  1252.          cyl = p->cyl + ((p->sector & 0xc0) << 2);
  1253.          if (cyl > largest_cyl) {
  1254.           largest_cyl = cyl;
  1255.           largest = p;
  1256.          }
  1257.      }
  1258.     }
  1259.     if (largest) {
  1260.      end_cyl = largest->end_cyl + ((largest->end_sector & 0xc0) << 2);
  1261.      end_head = largest->end_head;
  1262.      end_sector = largest->end_sector & 0x3f;
  1263.      physical_end =  end_cyl * (end_head + 1) * end_sector +
  1264.          end_head * end_sector + end_sector;
  1265. /* This is the actual _sector_ number at the end */
  1266. logical_end = get_unaligned(&largest->start_sect)
  1267. + get_unaligned(&largest->nr_sects);
  1268. /* This is for >1023 cylinders */
  1269.         ext_cyl= (logical_end-(end_head * end_sector + end_sector))
  1270.                                         /(end_head + 1) / end_sector;
  1271. ext_physical_end = ext_cyl * (end_head + 1) * end_sector +
  1272.             end_head * end_sector + end_sector;
  1273.      if ((logical_end == physical_end) ||
  1274.     (end_cyl==1023 && ext_physical_end==logical_end)) {
  1275.          *secs = end_sector;
  1276.          *hds = end_head + 1;
  1277.          *cyls = capacity / ((end_head + 1) * end_sector);
  1278.          return 0;
  1279.      }
  1280.     }
  1281.     return -1;
  1282. }
  1283. /***********************************************************************
  1284.  * Function:
  1285.  *   DC390_bios_param
  1286.  *
  1287.  * Description:
  1288.  *   Return the disk geometry for the given SCSI device.
  1289.  *   Respect the partition table, otherwise try own heuristic
  1290.  *
  1291.  * Note:
  1292.  *   In contrary to other externally callable funcs (DC390_), we don't lock
  1293.  ***********************************************************************/
  1294. int DC390_bios_param (Disk *disk, kdev_t devno, int geom[])
  1295. {
  1296.     int heads, sectors, cylinders;
  1297.     PACB pACB = (PACB) disk->device->host->hostdata;
  1298.     struct buffer_head *bh;
  1299.     int ret_code = -1;
  1300.     int size = disk->capacity;
  1301.     if ((bh = bread(MKDEV(MAJOR(devno), MINOR(devno)&~0xf), 0, block_size(devno))))
  1302.     {
  1303. /* try to infer mapping from partition table */
  1304. ret_code = partsize (bh, (unsigned long) size, (unsigned int *) geom + 2,
  1305.      (unsigned int *) geom + 0, (unsigned int *) geom + 1);
  1306. brelse (bh);
  1307.     }
  1308.     if (ret_code == -1)
  1309.     {
  1310. heads = 64;
  1311. sectors = 32;
  1312. cylinders = size / (heads * sectors);
  1313. if ( (pACB->Gmode2 & GREATER_1G) && (cylinders > 1024) )
  1314. {
  1315. heads = 255;
  1316. sectors = 63;
  1317. cylinders = size / (heads * sectors);
  1318. }
  1319. geom[0] = heads;
  1320. geom[1] = sectors;
  1321. geom[2] = cylinders;
  1322.     }
  1323.     return (0);
  1324. }
  1325. #else
  1326. int DC390_bios_param (Disk *disk, kdev_t devno, int geom[])
  1327. {
  1328.     return scsicam_bios_param (disk, devno, geom);
  1329. };
  1330. #endif
  1331. void dc390_dumpinfo (PACB pACB, PDCB pDCB, PSRB pSRB)
  1332. {
  1333.     USHORT pstat; PDEVDECL1;
  1334.     if (!pDCB) pDCB = pACB->pActiveDCB;
  1335.     if (!pSRB && pDCB) pSRB = pDCB->pActiveSRB;
  1336.     if (pSRB) 
  1337.     {
  1338. printk ("DC390: SRB: Xferred %08lx, Remain %08lx, State %08x, Phase %02xn",
  1339. pSRB->TotalXferredLen, pSRB->SGToBeXferLen, pSRB->SRBState,
  1340. pSRB->ScsiPhase);
  1341. printk ("DC390: AdpaterStatus: %02x, SRB Status %02xn", pSRB->AdaptStatus, pSRB->SRBStatus);
  1342.     };
  1343.     printk ("DC390: Status of last IRQ (DMA/SC/Int/IRQ): %08xn", dc390_laststatus);
  1344.     printk ("DC390: Register dump: SCSI block:n");
  1345.     printk ("DC390: XferCnt  Cmd Stat IntS IRQS FFIS Ctl1 Ctl2 Ctl3 Ctl4n");
  1346.     printk ("DC390:  %06x   %02x   %02x   %02x",
  1347.     DC390_read8(CtcReg_Low) + (DC390_read8(CtcReg_Mid) << 8) + (DC390_read8(CtcReg_High) << 16),
  1348.     DC390_read8(ScsiCmd), DC390_read8(Scsi_Status), DC390_read8(Intern_State));
  1349.     printk ("   %02x   %02x   %02x   %02x   %02x   %02xn",
  1350.     DC390_read8(INT_Status), DC390_read8(Current_Fifo), DC390_read8(CtrlReg1),
  1351.     DC390_read8(CtrlReg2), DC390_read8(CtrlReg3), DC390_read8(CtrlReg4));
  1352.     DC390_write32 (DMA_ScsiBusCtrl, WRT_ERASE_DMA_STAT | EN_INT_ON_PCI_ABORT);
  1353.     if (DC390_read8(Current_Fifo) & 0x1f)
  1354.       {
  1355. printk ("DC390: FIFO:");
  1356. while (DC390_read8(Current_Fifo) & 0x1f) printk (" %02x", DC390_read8(ScsiFifo));
  1357. printk ("n");
  1358.       };
  1359.     printk ("DC390: Register dump: DMA engine:n");
  1360.     printk ("DC390: Cmd   STrCnt    SBusA    WrkBC    WrkAC Stat SBusCtrln");
  1361.     printk ("DC390:  %02x %08x %08x %08x %08x   %02x %08xn",
  1362.     DC390_read8(DMA_Cmd), DC390_read32(DMA_XferCnt), DC390_read32(DMA_XferAddr),
  1363.     DC390_read32(DMA_Wk_ByteCntr), DC390_read32(DMA_Wk_AddrCntr),
  1364.     DC390_read8(DMA_Status), DC390_read32(DMA_ScsiBusCtrl));
  1365.     DC390_write32 (DMA_ScsiBusCtrl, EN_INT_ON_PCI_ABORT);
  1366.     PDEVSET1; PCI_READ_CONFIG_WORD(PDEV, PCI_STATUS, &pstat);
  1367.     printk ("DC390: Register dump: PCI Status: %04xn", pstat);
  1368.     printk ("DC390: In case of driver trouble read linux/drivers/scsi/README.tmscsimn");
  1369. };
  1370. /***********************************************************************
  1371.  * Function : int DC390_abort (Scsi_Cmnd *cmd)
  1372.  *
  1373.  * Purpose : Abort an errant SCSI command
  1374.  *
  1375.  * Inputs : cmd - command to abort
  1376.  *
  1377.  * Returns : 0 on success, -1 on failure.
  1378.  *
  1379.  * Status: Buggy !
  1380.  ***********************************************************************/
  1381. int DC390_abort (Scsi_Cmnd *cmd)
  1382. {
  1383.     PDCB  pDCB;
  1384.     PSRB  pSRB, psrb;
  1385.     UINT  count, i;
  1386.     PSCSICMD  pcmd;
  1387.     int   status;
  1388.     //ULONG sbac;
  1389.     DC390_AFLAGS
  1390.     PACB  pACB = (PACB) cmd->host->hostdata;
  1391.     DC390_LOCK_ACB;
  1392.     printk ("DC390: Abort command (pid %li, Device %02i-%02i)n",
  1393.     cmd->pid, cmd->target, cmd->lun);
  1394.     /* First scan Query list */
  1395.     if( pACB->QueryCnt )
  1396.     {
  1397. pcmd = pACB->pQueryHead;
  1398. if( pcmd == cmd )
  1399. {
  1400.     /* Found: Dequeue */
  1401.     pACB->pQueryHead = pcmd->next;
  1402.     pcmd->next = NULL;
  1403.     if (cmd == pACB->pQueryTail) pACB->pQueryTail = NULL;
  1404.     pACB->QueryCnt--;
  1405.     status = SCSI_ABORT_SUCCESS;
  1406.     goto  ABO_X;
  1407. }
  1408. for( count = pACB->QueryCnt, i=0; i<count-1; i++)
  1409. {
  1410.     if( pcmd->next == cmd )
  1411.     {
  1412. pcmd->next = cmd->next;
  1413. cmd->next = NULL;
  1414. if (cmd == pACB->pQueryTail) pACB->pQueryTail = NULL;
  1415. pACB->QueryCnt--;
  1416. status = SCSI_ABORT_SUCCESS;
  1417. goto  ABO_X;
  1418.     }
  1419.     else
  1420.     {
  1421. pcmd = pcmd->next;
  1422.     }
  1423. }
  1424.     }
  1425.     pDCB = dc390_findDCB (pACB, cmd->target, cmd->lun);
  1426.     if( !pDCB ) goto  NOT_RUN;
  1427.     /* Added 98/07/02 KG */
  1428.     /*
  1429.     pSRB = pDCB->pActiveSRB;
  1430.     if (pSRB && pSRB->pcmd == cmd )
  1431. goto ON_GOING;
  1432.      */
  1433.     
  1434.     pSRB = pDCB->pWaitingSRB;
  1435.     if( !pSRB )
  1436. goto  ON_GOING;
  1437.     /* Now scan Waiting queue */
  1438.     if( pSRB->pcmd == cmd )
  1439.     {
  1440. pDCB->pWaitingSRB = pSRB->pNextSRB;
  1441. goto  IN_WAIT;
  1442.     }
  1443.     else
  1444.     {
  1445. psrb = pSRB;
  1446. if( !(psrb->pNextSRB) )
  1447.     goto ON_GOING;
  1448. while( psrb->pNextSRB->pcmd != cmd )
  1449. {
  1450.     psrb = psrb->pNextSRB;
  1451.     if( !(psrb->pNextSRB) || psrb == pSRB)
  1452. goto ON_GOING;
  1453. }
  1454. pSRB = psrb->pNextSRB;
  1455. psrb->pNextSRB = pSRB->pNextSRB;
  1456. if( pSRB == pDCB->pWaitLast )
  1457.     pDCB->pWaitLast = psrb;
  1458. IN_WAIT:
  1459. dc390_Free_insert (pACB, pSRB);
  1460. pDCB->WaitSRBCnt--;
  1461. cmd->next = NULL;
  1462. status = SCSI_ABORT_SUCCESS;
  1463. goto  ABO_X;
  1464.     }
  1465.     /* SRB has already been sent ! */
  1466. ON_GOING:
  1467.     /* abort() is too stupid for already sent commands at the moment. 
  1468.      * If it's called we are in trouble anyway, so let's dump some info 
  1469.      * into the syslog at least. (KG, 98/08/20,99/06/20) */
  1470.     dc390_dumpinfo (pACB, pDCB, pSRB);
  1471.     pSRB = pDCB->pGoingSRB;
  1472.     pDCB->DCBFlag |= ABORT_DEV_;
  1473.     /* Now for the hard part: The command is currently processed */
  1474.     for( count = pDCB->GoingSRBCnt, i=0; i<count; i++)
  1475.     {
  1476. if( pSRB->pcmd != cmd )
  1477.     pSRB = pSRB->pNextSRB;
  1478. else
  1479. {
  1480.     if( (pACB->pActiveDCB == pDCB) && (pDCB->pActiveSRB == pSRB) )
  1481.     {
  1482. status = SCSI_ABORT_BUSY;
  1483. printk ("DC390: Abort current command (pid %li, SRB %p)n",
  1484. cmd->pid, pSRB);
  1485. goto  ABO_X;
  1486.     }
  1487.     else
  1488.     {
  1489. status = SCSI_ABORT_SNOOZE;
  1490. goto  ABO_X;
  1491.     }
  1492. }
  1493.     }
  1494. NOT_RUN:
  1495.     status = SCSI_ABORT_NOT_RUNNING;
  1496. ABO_X:
  1497.     cmd->result = DID_ABORT << 16;
  1498.     printk(KERN_INFO "DC390: Aborted pid %li with status %in", cmd->pid, status);
  1499. #if 0
  1500.     if (cmd->pid == dc390_lastabortedpid) /* repeated failure ? */
  1501. {
  1502. /* Let's do something to help the bus getting clean again */
  1503. DC390_write8 (DMA_Cmd, DMA_IDLE_CMD);
  1504. DC390_write8 (ScsiCmd, DMA_COMMAND);
  1505. //DC390_write8 (ScsiCmd, CLEAR_FIFO_CMD);
  1506. //DC390_write8 (ScsiCmd, RESET_ATN_CMD);
  1507. DC390_write8 (ScsiCmd, NOP_CMD);
  1508. //udelay (10000);
  1509. //DC390_read8 (INT_Status);
  1510. //DC390_write8 (ScsiCmd, EN_SEL_RESEL);
  1511. };
  1512.     sbac = DC390_read32 (DMA_ScsiBusCtrl);
  1513.     if (sbac & SCSI_BUSY)
  1514.     { /* clear BSY, SEL and ATN */
  1515. printk (KERN_WARNING "DC390: Reset SCSI device: ");
  1516. //DC390_write32 (DMA_ScsiBusCtrl, (sbac | SCAM) & ~SCSI_LINES);
  1517. //udelay (250);
  1518. //sbac = DC390_read32 (DMA_ScsiBusCtrl);
  1519. //printk ("%08lx ", sbac);
  1520. //DC390_write32 (DMA_ScsiBusCtrl, sbac & ~(SCSI_LINES | SCAM));
  1521. //udelay (100);
  1522. //sbac = DC390_read32 (DMA_ScsiBusCtrl);
  1523. //printk ("%08lx ", sbac);
  1524. DC390_write8 (ScsiCmd, RST_DEVICE_CMD);
  1525. udelay (250);
  1526. DC390_write8 (ScsiCmd, NOP_CMD);
  1527. sbac = DC390_read32 (DMA_ScsiBusCtrl);
  1528. printk ("%08lxn", sbac);
  1529.     };
  1530. #endif
  1531.     dc390_lastabortedpid = cmd->pid;
  1532.     DC390_UNLOCK_ACB;
  1533.     //do_DC390_Interrupt (pACB->IRQLevel, 0, 0);
  1534. #ifndef USE_NEW_EH
  1535.     if (status == SCSI_ABORT_SUCCESS) cmd->scsi_done(cmd);
  1536. #endif
  1537.     return( status );
  1538. }
  1539. static void dc390_ResetDevParam( PACB pACB )
  1540. {
  1541.     PDCB   pDCB, pdcb;
  1542.     pDCB = pACB->pLinkDCB;
  1543.     if (! pDCB) return;
  1544.     pdcb = pDCB;
  1545.     do
  1546.     {
  1547. pDCB->SyncMode &= ~SYNC_NEGO_DONE;
  1548. pDCB->SyncPeriod = 0;
  1549. pDCB->SyncOffset = 0;
  1550. pDCB->TagMask = 0;
  1551. pDCB->CtrlR3 = FAST_CLK;
  1552. pDCB->CtrlR4 &= NEGATE_REQACKDATA | CTRL4_RESERVED | NEGATE_REQACK;
  1553. pDCB->CtrlR4 |= pACB->glitch_cfg;
  1554. pDCB = pDCB->pNextDCB;
  1555.     }
  1556.     while( pdcb != pDCB );
  1557.     pACB->ACBFlag &= ~(RESET_DEV | RESET_DONE | RESET_DETECT);
  1558. }
  1559. #if 0
  1560. /* Moves all SRBs from Going to Waiting for all DCBs */
  1561. static void dc390_RecoverSRB( PACB pACB )
  1562. {
  1563.     PDCB   pDCB, pdcb;
  1564.     PSRB   psrb, psrb2;
  1565.     UINT   cnt, i;
  1566.     pDCB = pACB->pLinkDCB;
  1567.     if( !pDCB ) return;
  1568.     pdcb = pDCB;
  1569.     do
  1570.     {
  1571. cnt = pdcb->GoingSRBCnt;
  1572. psrb = pdcb->pGoingSRB;
  1573. for (i=0; i<cnt; i++)
  1574. {
  1575.     psrb2 = psrb;
  1576.     psrb = psrb->pNextSRB;
  1577. /*     dc390_RewaitSRB( pDCB, psrb ); */
  1578.     if( pdcb->pWaitingSRB )
  1579.     {
  1580. psrb2->pNextSRB = pdcb->pWaitingSRB;
  1581. pdcb->pWaitingSRB = psrb2;
  1582.     }
  1583.     else
  1584.     {
  1585. pdcb->pWaitingSRB = psrb2;
  1586. pdcb->pWaitLast = psrb2;
  1587. psrb2->pNextSRB = NULL;
  1588.     }
  1589. }
  1590. pdcb->GoingSRBCnt = 0;
  1591. pdcb->pGoingSRB = NULL;
  1592. pdcb->TagMask = 0;
  1593. pdcb = pdcb->pNextDCB;
  1594.     } while( pdcb != pDCB );
  1595. }
  1596. #endif
  1597. /***********************************************************************
  1598.  * Function : int DC390_reset (Scsi_Cmnd *cmd, ...)
  1599.  *
  1600.  * Purpose : perform a hard reset on the SCSI bus
  1601.  *
  1602.  * Inputs : cmd - command which caused the SCSI RESET
  1603.  *     resetFlags - how hard to try
  1604.  *
  1605.  * Returns : 0 on success.
  1606.  ***********************************************************************/
  1607. int DC390_reset (Scsi_Cmnd *cmd, unsigned int resetFlags)
  1608. {
  1609.     UCHAR   bval;
  1610.     DC390_AFLAGS
  1611.     PACB    pACB = (PACB) cmd->host->hostdata;
  1612.     printk(KERN_INFO "DC390: RESET ... ");
  1613.     DC390_LOCK_ACB;
  1614.     if (timer_pending (&pACB->Waiting_Timer)) del_timer (&pACB->Waiting_Timer);
  1615.     bval = DC390_read8 (CtrlReg1);
  1616.     bval |= DIS_INT_ON_SCSI_RST;
  1617.     DC390_write8 (CtrlReg1, bval); /* disable IRQ on bus reset */
  1618.     pACB->ACBFlag |= RESET_DEV;
  1619.     dc390_ResetSCSIBus( pACB );
  1620.     dc390_ResetDevParam( pACB );
  1621.     udelay (1000);
  1622.     pACB->pScsiHost->last_reset = jiffies + 3*HZ/2 
  1623. + HZ * dc390_eepromBuf[pACB->AdapterIndex][EE_DELAY];
  1624.     
  1625.     DC390_write8 (ScsiCmd, CLEAR_FIFO_CMD);
  1626.     DC390_read8 (INT_Status); /* Reset Pending INT */
  1627.     dc390_DoingSRB_Done( pACB, cmd );
  1628.     /* dc390_RecoverSRB (pACB); */
  1629.     pACB->pActiveDCB = NULL;
  1630.     pACB->ACBFlag = 0;
  1631.     bval = DC390_read8 (CtrlReg1);
  1632.     bval &= ~DIS_INT_ON_SCSI_RST;
  1633.     DC390_write8 (CtrlReg1, bval); /* re-enable interrupt */
  1634.     dc390_Waiting_process( pACB );
  1635.     printk("donen");
  1636.     DC390_UNLOCK_ACB;
  1637.     return( SCSI_RESET_SUCCESS );
  1638. }
  1639. #include "scsiiom.c"
  1640. /***********************************************************************
  1641.  * Function : static void dc390_initDCB()
  1642.  *
  1643.  * Purpose :  initialize the internal structures for a DCB (to be malloced)
  1644.  *
  1645.  * Inputs : SCSI id and lun
  1646.  ***********************************************************************/
  1647. void dc390_initDCB( PACB pACB, PDCB *ppDCB, UCHAR id, UCHAR lun )
  1648. {
  1649.     PEEprom prom;
  1650.     UCHAR index;
  1651.     PDCB pDCB, pDCB2;
  1652.     pDCB = kmalloc (sizeof(DC390_DCB), GFP_ATOMIC);
  1653.     DCBDEBUG(printk (KERN_INFO "DC390: alloc mem for DCB (ID %i, LUN %i): %pn"
  1654.     id, lun, pDCB);)
  1655.  
  1656.     *ppDCB = pDCB; pDCB2 = 0;
  1657.     if (!pDCB) return;
  1658.     if( pACB->DCBCnt == 0 )
  1659.     {
  1660. pACB->pLinkDCB = pDCB;
  1661. pACB->pDCBRunRobin = pDCB;
  1662.     }
  1663.     else
  1664.     {
  1665. pACB->pLastDCB->pNextDCB = pDCB;
  1666.     };
  1667.    
  1668.     pACB->DCBCnt++;
  1669.    
  1670.     pDCB->pNextDCB = pACB->pLinkDCB;
  1671.     pACB->pLastDCB = pDCB;
  1672.     pDCB->pDCBACB = pACB;
  1673.     pDCB->TargetID = id;
  1674.     pDCB->TargetLUN = lun;
  1675.     pDCB->pWaitingSRB = NULL;
  1676.     pDCB->pGoingSRB = NULL;
  1677.     pDCB->GoingSRBCnt = 0;
  1678.     pDCB->WaitSRBCnt = 0;
  1679.     pDCB->pActiveSRB = NULL;
  1680.     pDCB->TagMask = 0;
  1681.     pDCB->MaxCommand = 1;
  1682.     index = pACB->AdapterIndex;
  1683.     pDCB->DCBFlag = 0;
  1684.     /* Is there a corresp. LUN==0 device ? */
  1685.     if (lun != 0)
  1686. pDCB2 = dc390_findDCB (pACB, id, 0);
  1687.     prom = (PEEprom) &dc390_eepromBuf[index][id << 2];
  1688.     /* Some values are for all LUNs: Copy them */
  1689.     /* In a clean way: We would have an own structure for a SCSI-ID */
  1690.     if (pDCB2)
  1691.     {
  1692.       pDCB->DevMode = pDCB2->DevMode;
  1693.       pDCB->SyncMode = pDCB2->SyncMode;
  1694.       pDCB->SyncPeriod = pDCB2->SyncPeriod;
  1695.       pDCB->SyncOffset = pDCB2->SyncOffset;
  1696.       pDCB->NegoPeriod = pDCB2->NegoPeriod;
  1697.       
  1698.       pDCB->CtrlR3 = pDCB2->CtrlR3;
  1699.       pDCB->CtrlR4 = pDCB2->CtrlR4;
  1700.       pDCB->Inquiry7 = pDCB2->Inquiry7;
  1701.     }
  1702.     else
  1703.     {
  1704.       pDCB->DevMode = prom->EE_MODE1;
  1705.       pDCB->SyncMode = 0;
  1706.       pDCB->SyncPeriod = 0;
  1707.       pDCB->SyncOffset = 0;
  1708.       pDCB->NegoPeriod = (dc390_clock_period1[prom->EE_SPEED] * 25) >> 2;
  1709.             
  1710.       pDCB->CtrlR3 = FAST_CLK;
  1711.       
  1712.       pDCB->CtrlR4 = pACB->glitch_cfg | CTRL4_RESERVED;
  1713.       if( dc390_eepromBuf[index][EE_MODE2] & ACTIVE_NEGATION)
  1714. pDCB->CtrlR4 |= NEGATE_REQACKDATA | NEGATE_REQACK;
  1715.       pDCB->Inquiry7 = 0;
  1716.     }
  1717.     pACB->DCBmap[id] |= (1 << lun);
  1718.     dc390_updateDCB(pACB, pDCB);
  1719. }
  1720. /***********************************************************************
  1721.  * Function : static void dc390_updateDCB()
  1722.  *
  1723.  * Purpose :  Set the configuration dependent DCB parameters
  1724.  ***********************************************************************/
  1725. void dc390_updateDCB (PACB pACB, PDCB pDCB)
  1726. {
  1727.   pDCB->SyncMode &= EN_TAG_QUEUEING | SYNC_NEGO_DONE /*| EN_ATN_STOP*/;
  1728.   if (pDCB->DevMode & TAG_QUEUEING_) {
  1729. //if (pDCB->SyncMode & EN_TAG_QUEUEING) pDCB->MaxCommand = pACB->TagMaxNum;
  1730.   } else {
  1731. pDCB->SyncMode &= ~EN_TAG_QUEUEING;
  1732. pDCB->MaxCommand = 1;
  1733.   };
  1734.   if( pDCB->DevMode & SYNC_NEGO_ )
  1735. pDCB->SyncMode |= SYNC_ENABLE;
  1736.   else {
  1737. pDCB->SyncMode &= ~(SYNC_NEGO_DONE | SYNC_ENABLE);
  1738. pDCB->SyncOffset &= ~0x0f;
  1739.   };
  1740.   //if (! (pDCB->DevMode & EN_DISCONNECT_)) pDCB->SyncMode &= ~EN_ATN_STOP; 
  1741.   pDCB->CtrlR1 = pACB->pScsiHost->this_id;
  1742.   if( pDCB->DevMode & PARITY_CHK_ )
  1743. pDCB->CtrlR1 |= PARITY_ERR_REPO;
  1744. };  
  1745. /***********************************************************************
  1746.  * Function : static void dc390_updateDCBs ()
  1747.  *
  1748.  * Purpose :  Set the configuration dependent DCB params for all DCBs
  1749.  ***********************************************************************/
  1750. static void dc390_updateDCBs (PACB pACB)
  1751. {
  1752.   int i;
  1753.   PDCB pDCB = pACB->pLinkDCB;
  1754.   for (i = 0; i < pACB->DCBCnt; i++)
  1755.     {
  1756.       dc390_updateDCB (pACB, pDCB);
  1757.       pDCB = pDCB->pNextDCB;
  1758.     };
  1759. };
  1760.   
  1761. /***********************************************************************
  1762.  * Function : static void dc390_initSRB()
  1763.  *
  1764.  * Purpose :  initialize the internal structures for a given SRB
  1765.  *
  1766.  * Inputs : psrb - pointer to this scsi request block structure
  1767.  ***********************************************************************/
  1768. static void __inline__ dc390_initSRB( PSRB psrb )
  1769. {
  1770.   /* psrb->PhysSRB = virt_to_phys( psrb ); */
  1771. }
  1772. void dc390_linkSRB( PACB pACB )
  1773. {
  1774.     UINT   count, i;
  1775.     count = pACB->SRBCount;
  1776.     for( i=0; i<count; i++)
  1777.     {
  1778. if( i != count-1 )
  1779.     pACB->SRB_array[i].pNextSRB = &pACB->SRB_array[i+1];
  1780. else
  1781.     pACB->SRB_array[i].pNextSRB = NULL;
  1782. dc390_initSRB( &pACB->SRB_array[i] );
  1783.     }
  1784. }
  1785. /***********************************************************************
  1786.  * Function : static void dc390_initACB ()
  1787.  *
  1788.  * Purpose :  initialize the internal structures for a given SCSI host
  1789.  *
  1790.  * Inputs : psh - pointer to this host adapter's structure
  1791.  *     io_port, Irq, index: Resources and adapter index
  1792.  ***********************************************************************/
  1793. void __init dc390_initACB (PSH psh, ULONG io_port, UCHAR Irq, UCHAR index)
  1794. {
  1795.     PACB    pACB;
  1796.     UCHAR   i;
  1797.     DC390_AFLAGS
  1798.     psh->can_queue = MAX_CMD_QUEUE;
  1799.     psh->cmd_per_lun = MAX_CMD_PER_LUN;
  1800.     psh->this_id = (int) dc390_eepromBuf[index][EE_ADAPT_SCSI_ID];
  1801.     psh->io_port = io_port;
  1802.     psh->n_io_port = 0x80;
  1803.     psh->irq = Irq;
  1804. #if LINUX_VERSION_CODE > KERNEL_VERSION(2,3,50)
  1805.     psh->base = io_port;
  1806. #else
  1807.     psh->base = (char*)io_port;
  1808. #endif
  1809.     psh->unique_id = io_port;
  1810.     psh->dma_channel = -1;
  1811.     psh->last_reset = jiffies;
  1812.     pACB = (PACB) psh->hostdata;
  1813.     DC390_LOCKA_INIT;
  1814.     DC390_LOCK_ACB;
  1815.     pACB->pScsiHost = psh;
  1816.     pACB->IOPortBase = (USHORT) io_port;
  1817.     pACB->IRQLevel = Irq;
  1818.     DEBUG0(printk (KERN_INFO "DC390: Adapter index %i, ID %i, IO 0x%08x, IRQ 0x%02xn",
  1819.     index, psh->this_id, (int)io_port, Irq);)
  1820.    
  1821.     psh->max_id = 8;
  1822.     if( psh->max_id - 1 == dc390_eepromBuf[index][EE_ADAPT_SCSI_ID] )
  1823. psh->max_id--;
  1824.     psh->max_lun = 1;
  1825.     if( dc390_eepromBuf[index][EE_MODE2] & LUN_CHECK )
  1826. psh->max_lun = 8;
  1827.     pACB->pLinkDCB = NULL;
  1828.     pACB->pDCBRunRobin = NULL;
  1829.     pACB->pActiveDCB = NULL;
  1830.     pACB->pFreeSRB = pACB->SRB_array;
  1831.     pACB->SRBCount = MAX_SRB_CNT;
  1832.     pACB->QueryCnt = 0;
  1833.     pACB->pQueryHead = NULL;
  1834.     pACB->AdapterIndex = index;
  1835.     pACB->status = 0;
  1836.     psh->this_id = dc390_eepromBuf[index][EE_ADAPT_SCSI_ID];
  1837.     pACB->DeviceCnt = 0;
  1838.     pACB->DCBCnt = 0;
  1839.     pACB->TagMaxNum = 2 << dc390_eepromBuf[index][EE_TAG_CMD_NUM];
  1840.     pACB->ACBFlag = 0;
  1841.     pACB->scan_devices = 1;
  1842.     pACB->MsgLen = 0;
  1843.     pACB->Ignore_IRQ = 0;
  1844.     pACB->Gmode2 = dc390_eepromBuf[index][EE_MODE2];
  1845.     dc390_linkSRB( pACB );
  1846.     pACB->pTmpSRB = &pACB->TmpSRB;
  1847.     dc390_initSRB( pACB->pTmpSRB );
  1848.     for(i=0; i<MAX_SCSI_ID; i++)
  1849. pACB->DCBmap[i] = 0;
  1850.     pACB->sel_timeout = SEL_TIMEOUT;
  1851.     pACB->glitch_cfg = EATER_25NS;
  1852.     pACB->Cmds = pACB->CmdInQ = pACB->CmdOutOfSRB = 0;
  1853.     pACB->SelLost = pACB->SelConn = 0;
  1854.     init_timer (&pACB->Waiting_Timer);
  1855. }
  1856. /***********************************************************************
  1857.  * Function : static int dc390_initAdapter ()
  1858.  *
  1859.  * Purpose :  initialize the SCSI chip ctrl registers
  1860.  *
  1861.  * Inputs : psh - pointer to this host adapter's structure
  1862.  *     io_port, Irq, index: Resources
  1863.  *
  1864.  * Outputs: 0 on success, -1 on error
  1865.  ***********************************************************************/
  1866. int __init dc390_initAdapter (PSH psh, ULONG io_port, UCHAR Irq, UCHAR index)
  1867. {
  1868.     PACB   pACB, pACB2;
  1869.     UCHAR  dstate;
  1870.     int    i;
  1871.     
  1872.     pACB = (PACB) psh->hostdata;
  1873.     
  1874.     if (check_region (io_port, psh->n_io_port))
  1875. {
  1876.     printk(KERN_ERR "DC390: register IO ports error!n");
  1877.     return( -1 );
  1878. }
  1879.     else
  1880. request_region (io_port, psh->n_io_port, "tmscsim");
  1881.     DC390_read8_ (INT_Status, io_port); /* Reset Pending INT */
  1882.     if( (i = request_irq(Irq, do_DC390_Interrupt, DC390_IRQ, "tmscsim", pACB) ))
  1883.       {
  1884. printk(KERN_ERR "DC390: register IRQ error!n");
  1885. release_region (io_port, psh->n_io_port);
  1886. return( -1 );
  1887.       }
  1888.     if( !dc390_pACB_start )
  1889.       {
  1890. pACB2 = NULL;
  1891. dc390_pACB_start = pACB;
  1892. dc390_pACB_current = pACB;
  1893. pACB->pNextACB = NULL;
  1894.       }
  1895.     else
  1896.       {
  1897. pACB2 = dc390_pACB_current;
  1898. dc390_pACB_current->pNextACB = pACB;
  1899. dc390_pACB_current = pACB;
  1900. pACB->pNextACB = NULL;
  1901.       };
  1902.     DC390_write8 (CtrlReg1, DIS_INT_ON_SCSI_RST | psh->this_id); /* Disable SCSI bus reset interrupt */
  1903.     if (pACB->Gmode2 & RST_SCSI_BUS)
  1904.     {
  1905. dc390_ResetSCSIBus( pACB );
  1906. udelay (1000);
  1907. pACB->pScsiHost->last_reset = jiffies + HZ/2
  1908.     + HZ * dc390_eepromBuf[pACB->AdapterIndex][EE_DELAY];
  1909. /*
  1910. for( i=0; i<(500 + 1000*dc390_eepromBuf[pACB->AdapterIndex][EE_DELAY]); i++ )
  1911. udelay(1000);
  1912.  */
  1913.     };
  1914.     pACB->ACBFlag = 0;
  1915.     DC390_read8 (INT_Status); /* Reset Pending INT */
  1916.     
  1917.     DC390_write8 (Scsi_TimeOut, SEL_TIMEOUT); /* 250ms selection timeout */
  1918.     DC390_write8 (Clk_Factor, CLK_FREQ_40MHZ); /* Conversion factor = 0 , 40MHz clock */
  1919.     DC390_write8 (ScsiCmd, NOP_CMD); /* NOP cmd - clear command register */
  1920.     DC390_write8 (CtrlReg2, EN_FEATURE+EN_SCSI2_CMD); /* Enable Feature and SCSI-2 */
  1921.     DC390_write8 (CtrlReg3, FAST_CLK); /* fast clock */
  1922.     DC390_write8 (CtrlReg4, pACB->glitch_cfg | /* glitch eater */
  1923. (dc390_eepromBuf[index][EE_MODE2] & ACTIVE_NEGATION) ? NEGATE_REQACKDATA : 0); /* Negation */
  1924.     DC390_write8 (CtcReg_High, 0); /* Clear Transfer Count High: ID */
  1925.     DC390_write8 (DMA_Cmd, DMA_IDLE_CMD);
  1926.     DC390_write8 (ScsiCmd, CLEAR_FIFO_CMD);
  1927.     DC390_write32 (DMA_ScsiBusCtrl, EN_INT_ON_PCI_ABORT);
  1928.     dstate = DC390_read8 (DMA_Status);
  1929.     DC390_write8 (DMA_Status, dstate); /* clear */
  1930.     return(0);
  1931. }
  1932. /***********************************************************************
  1933.  * Function : static int DC390_init (struct Scsi_Host *host, ...)
  1934.  *
  1935.  * Purpose :  initialize the internal structures for a given SCSI host
  1936.  *
  1937.  * Inputs : host - pointer to this host adapter's structure
  1938.  *     io_port - IO ports mapped to this adapter
  1939.  *     Irq - IRQ assigned to this adpater
  1940.  *     PDEVDECL - PCI access handle
  1941.  *     index - Adapter index
  1942.  *
  1943.  * Outputs: 0 on success, -1 on error
  1944.  *
  1945.  * Note: written in capitals, because the locking is only done here,
  1946.  * not in DC390_detect, called from outside 
  1947.  ***********************************************************************/
  1948. static int __init DC390_init (PSHT psht, ULONG io_port, UCHAR Irq, PDEVDECL, UCHAR index)
  1949. {
  1950.     PSH   psh;
  1951.     PACB  pACB;
  1952.     DC390_AFLAGS
  1953.     
  1954.     if (dc390_CheckEEpromCheckSum (PDEV, index))
  1955.     {
  1956. #ifdef CONFIG_SCSI_DC390T_NOGENSUPP
  1957. printk (KERN_ERR "DC390_init: No EEPROM found!n");
  1958. return( -1 );
  1959. #else
  1960. int speed;
  1961. dc390_adapname = "AM53C974";
  1962. printk (KERN_INFO "DC390_init: No EEPROM found! Trying default settings ...n");
  1963. dc390_check_for_safe_settings ();
  1964. dc390_fill_with_defaults ();
  1965. dc390_EEprom_Override (index);
  1966. speed = dc390_clock_speed[tmscsim[1]];
  1967. printk (KERN_INFO "DC390: Used defaults: AdaptID=%i, SpeedIdx=%i (%i.%i MHz),"
  1968. " DevMode=0x%02x, AdaptMode=0x%02x, TaggedCmnds=%i (%i), DelayReset=%isn", 
  1969. tmscsim[0], tmscsim[1], speed/10, speed%10,
  1970. (UCHAR)tmscsim[2], (UCHAR)tmscsim[3], tmscsim[4], 2 << (tmscsim[4]), tmscsim[5]);
  1971. #endif
  1972.     }
  1973.     else
  1974.     {
  1975. dc390_check_for_safe_settings ();
  1976. dc390_EEprom_Override (index);
  1977.     }
  1978.    
  1979.     psh = scsi_register( psht, sizeof(DC390_ACB) );
  1980.     if( !psh ) return( -1 );
  1981.     scsi_set_pci_device(psh, pdev);
  1982.     pACB = (PACB) psh->hostdata;
  1983.     DC390_LOCKA_INIT;
  1984.     DC390_LOCK_ACB;
  1985. #if 0
  1986.     if( !dc390_pSH_start )
  1987.     {
  1988.         dc390_pSH_start = psh;
  1989.         dc390_pSH_current = psh;
  1990.     }
  1991.     else
  1992.     {
  1993.         dc390_pSH_current->next = psh;
  1994.         dc390_pSH_current = psh;
  1995.     }
  1996. #endif
  1997.     DEBUG0(printk(KERN_INFO "DC390: pSH = %8x,", (UINT) psh);)
  1998.     DEBUG0(printk(" Index %02i,", index);)
  1999.     dc390_initACB( psh, io_port, Irq, index );
  2000.     pACB = (PACB) psh->hostdata;
  2001.         
  2002.     PDEVSET;
  2003.     if( !dc390_initAdapter( psh, io_port, Irq, index ) )
  2004.     {
  2005. DEBUG0(printk("nDC390: pACB = %8x, pDCBmap = %8x, pSRB_array = %8xn",
  2006. (UINT) pACB, (UINT) pACB->DCBmap, (UINT) pACB->SRB_array);)
  2007. DEBUG0(printk("DC390: ACB size= %4x, DCB size= %4x, SRB size= %4xn",
  2008. sizeof(DC390_ACB), sizeof(DC390_DCB), sizeof(DC390_SRB) );)
  2009. DC390_UNLOCK_ACB;
  2010.         return (0);
  2011.     }
  2012.     else
  2013.     {
  2014. //dc390_pSH_start = NULL;
  2015. scsi_unregister( psh );
  2016. DC390_UNLOCK_ACB;
  2017. return( -1 );
  2018.     }
  2019. }
  2020. /***********************************************************************
  2021.  * Function : int DC390_detect(Scsi_Host_Template *psht)
  2022.  *
  2023.  * Purpose : detects and initializes AMD53C974 SCSI chips
  2024.  *      that were autoprobed, overridden on the LILO command line,
  2025.  *      or specified at compile time.
  2026.  *
  2027.  * Inputs : psht - template for this SCSI adapter
  2028.  *
  2029.  * Returns : number of host adapters detected
  2030.  *
  2031.  ***********************************************************************/
  2032. #ifndef NEW_PCI
  2033. /* Acc. to PCI 2.1 spec it's up to the driver to enable Bus mastering:
  2034.  * We use pci_set_master () for 2.1.x and this func for 2.0.x: */
  2035. static void __init dc390_set_master (PDEVDECL)
  2036. {
  2037. USHORT cmd;
  2038. UCHAR lat;
  2039. PCI_READ_CONFIG_WORD (PDEV, PCI_COMMAND, &cmd);
  2040.         if (! (cmd & PCI_COMMAND_MASTER)) {
  2041. printk("PCI: Enabling bus mastering for device %02x:%02xn",
  2042.        PCI_BUS_DEV);
  2043. cmd |= PCI_COMMAND_MASTER;
  2044. PCI_WRITE_CONFIG_WORD(PDEV, PCI_COMMAND, cmd);
  2045. }
  2046. PCI_READ_CONFIG_BYTE (PDEV, PCI_LATENCY_TIMER, &lat);
  2047. if (lat < 16 /* || lat == 255 */) {
  2048. printk("PCI: Setting latency timer of device %02x:%02x from %i to 64n",
  2049.        PCI_BUS_DEV, lat);
  2050. PCI_WRITE_CONFIG_BYTE(PDEV, PCI_LATENCY_TIMER, 64);
  2051. }
  2052. };
  2053. #endif /* ! NEW_PCI */
  2054. static void __init dc390_set_pci_cfg (PDEVDECL)
  2055. {
  2056. USHORT cmd;
  2057. PCI_READ_CONFIG_WORD (PDEV, PCI_COMMAND, &cmd);
  2058. cmd |= PCI_COMMAND_SERR | PCI_COMMAND_PARITY | PCI_COMMAND_IO;
  2059. PCI_WRITE_CONFIG_WORD (PDEV, PCI_COMMAND, cmd);
  2060. PCI_WRITE_CONFIG_WORD (PDEV, PCI_STATUS, (PCI_STATUS_SIG_SYSTEM_ERROR | PCI_STATUS_DETECTED_PARITY));
  2061. };
  2062. int __init DC390_detect (Scsi_Host_Template *psht)
  2063. {
  2064.     PDEVDECL0;
  2065.     UCHAR   irq;
  2066.     UINT    io_port;
  2067.     //DC390_IFLAGS
  2068.     DC390_DFLAGS
  2069.     DC390_LOCK_DRV;
  2070.     //dc390_pSHT_start = psht;
  2071.     dc390_pACB_start = NULL;
  2072.     if ( PCI_PRESENT )
  2073. while (PCI_FIND_DEVICE (PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD53C974))
  2074. {
  2075. #if LINUX_VERSION_CODE > KERNEL_VERSION(2,3,30)
  2076.     if (pci_enable_device (pdev))
  2077. continue;
  2078. #endif
  2079.     //DC390_LOCK_IO; /* Remove this when going to new eh */
  2080.     PCI_GET_IO_AND_IRQ;
  2081.     DEBUG0(printk(KERN_INFO "DC390(%i): IO_PORT=%04x,IRQ=%xn", dc390_adapterCnt, (UINT) io_port, irq);)
  2082.     if( !DC390_init(psht, io_port, irq, PDEV, dc390_adapterCnt))
  2083.     {
  2084. PCI_SET_MASTER;
  2085. dc390_set_pci_cfg (PDEV);
  2086. dc390_adapterCnt++;
  2087.     };
  2088.     //DC390_UNLOCK_IO; /* Remove when going to new eh */
  2089. }
  2090.     else
  2091. printk (KERN_ERR "DC390: No PCI BIOS found!n");
  2092.    
  2093.     if (dc390_adapterCnt)
  2094. #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,3,30)
  2095. psht->proc_name = "tmscsim";
  2096. #else
  2097. psht->proc_dir = &DC390_proc_scsi_tmscsim;
  2098. #endif
  2099.     printk(KERN_INFO "DC390: %i adapters foundn", dc390_adapterCnt);
  2100.     DC390_UNLOCK_DRV;
  2101.     return( dc390_adapterCnt );
  2102. }
  2103. /***********************************************************************
  2104.  * Functions: dc390_inquiry(), dc390_inquiry_done()
  2105.  *
  2106.  * Purpose: When changing speed etc., we have to issue an INQUIRY
  2107.  *     command to make sure, we agree upon the nego parameters
  2108.  *     with the device
  2109.  ***********************************************************************/
  2110. static void dc390_inquiry_done (Scsi_Cmnd* cmd)
  2111. {
  2112.    printk (KERN_INFO "DC390: INQUIRY (ID %02x LUN %02x) returned %08xn",
  2113.    cmd->target, cmd->lun, cmd->result);
  2114.    if (cmd->result)
  2115.    {
  2116. PACB pACB = (PACB)cmd->host->hostdata;
  2117. PDCB pDCB = dc390_findDCB (pACB, cmd->target, cmd->lun);
  2118. printk ("DC390: Unsetting DsCn, Sync and TagQ!n");
  2119. if (pDCB)
  2120. {
  2121. pDCB->DevMode &= ~(SYNC_NEGO_ | TAG_QUEUEING_ | EN_DISCONNECT_ );
  2122. dc390_updateDCB (pACB, pDCB);
  2123. };
  2124.    };
  2125.    kfree (cmd);
  2126. };
  2127. void dc390_inquiry (PACB pACB, PDCB pDCB)
  2128. {
  2129.    char* buffer;
  2130.    Scsi_Cmnd* cmd;
  2131.    cmd = kmalloc (sizeof(Scsi_Cmnd) + 256, GFP_ATOMIC);
  2132.    if (!cmd) { printk ("DC390: kmalloc failed in inquiry!n"); return; };
  2133.    buffer = (char*)cmd + sizeof(Scsi_Cmnd);
  2134.    memset (cmd, 0, sizeof(Scsi_Cmnd) + 256);
  2135.    cmd->cmnd[0] = INQUIRY;
  2136.    cmd->cmnd[1] = (pDCB->TargetLUN << 5) & 0xe0;
  2137.    cmd->cmnd[4] = 0xff;
  2138.    
  2139.    cmd->cmd_len = 6; cmd->old_cmd_len = 6;
  2140.    cmd->host = pACB->pScsiHost;
  2141.    cmd->target = pDCB->TargetID;
  2142.    cmd->lun = pDCB->TargetLUN; 
  2143.    cmd->serial_number = 1;
  2144.    cmd->pid = 390;
  2145.    cmd->bufflen = 128;
  2146.    cmd->buffer = buffer;
  2147.    cmd->request_bufflen = 128;
  2148.    cmd->request_buffer = &buffer[128];
  2149.    cmd->done = dc390_inquiry_done;
  2150.    cmd->scsi_done = dc390_inquiry_done;
  2151.    cmd->timeout_per_command = HZ;
  2152.    cmd->request.rq_status = RQ_SCSI_BUSY;
  2153.    pDCB->SyncMode &= ~SYNC_NEGO_DONE;
  2154.    printk (KERN_INFO "DC390: Queue INQUIRY command to dev ID %02x LUN %02xn",
  2155.    pDCB->TargetID, pDCB->TargetLUN);
  2156.    DC390_queue_command (cmd, dc390_inquiry_done);
  2157. };
  2158. /***********************************************************************
  2159.  * Functions: dc390_sendstart(), dc390_sendstart_done()
  2160.  *
  2161.  * Purpose: When changing speed etc., we have to issue an INQUIRY
  2162.  *     command to make sure, we agree upon the nego parameters
  2163.  *     with the device
  2164.  ***********************************************************************/
  2165. static void dc390_sendstart_done (Scsi_Cmnd* cmd)
  2166. {
  2167.    printk (KERN_INFO "DC390: SENDSTART (ID %02x LUN %02x) returned %08xn",
  2168.    cmd->target, cmd->lun, cmd->result);
  2169.    kfree (cmd);
  2170. };
  2171. void dc390_sendstart (PACB pACB, PDCB pDCB)
  2172. {
  2173.    char* buffer;
  2174.    Scsi_Cmnd* cmd;
  2175.    cmd = kmalloc (sizeof(Scsi_Cmnd) + 256, GFP_ATOMIC);
  2176.    if (!cmd) { printk ("DC390: kmalloc failed in sendstart!n"); return; };
  2177.    buffer = (char*)cmd + sizeof(Scsi_Cmnd);
  2178.    memset (cmd, 0, sizeof(Scsi_Cmnd) + 256);
  2179.    cmd->cmnd[0] = 0x1b; /* START_STOP_UNIT */
  2180.    cmd->cmnd[1] = (pDCB->TargetLUN << 5) & 0xe0;
  2181.    cmd->cmnd[4] = 0x01; /* START */
  2182.    
  2183.    cmd->cmd_len = 6; cmd->old_cmd_len = 6;
  2184.    cmd->host = pACB->pScsiHost;
  2185.    cmd->target = pDCB->TargetID;
  2186.    cmd->lun = pDCB->TargetLUN; 
  2187.    cmd->serial_number = 1;
  2188.    cmd->pid = 310;
  2189.    cmd->bufflen = 128;
  2190.    cmd->buffer = buffer;
  2191.    cmd->request_bufflen = 128;
  2192.    cmd->request_buffer = &buffer[128];
  2193.    cmd->done = dc390_sendstart_done;
  2194.    cmd->scsi_done = dc390_sendstart_done;
  2195.    cmd->timeout_per_command = 5*HZ;
  2196.    cmd->request.rq_status = RQ_SCSI_BUSY;
  2197.    pDCB->SyncMode &= ~SYNC_NEGO_DONE;
  2198.    printk (KERN_INFO "DC390: Queue SEND_START command to dev ID %02x LUN %02xn",
  2199.    pDCB->TargetID, pDCB->TargetLUN);
  2200.    DC390_queue_command (cmd, dc390_sendstart_done);
  2201. };
  2202. /********************************************************************
  2203.  * Function: dc390_set_info()
  2204.  *
  2205.  * Purpose: Change adapter config
  2206.  *
  2207.  * Strings are parsed similar to the output of tmscsim_proc_info ()
  2208.  * '-' means no change
  2209.  *******************************************************************/
  2210. static int dc390_scanf (char** p1, char** p2, int* var)
  2211. {
  2212.    *p2 = *p1;
  2213.    *var = simple_strtoul (*p2, p1, 10);
  2214.    if (*p2 == *p1) return -1;
  2215.    *p1 = strtok (0, " tn:=,;.");
  2216.    return 0;
  2217. };
  2218. #define SCANF(p1, p2, var, min, max)
  2219. if (dc390_scanf (&p1, &p2, &var)) goto einv;
  2220. else if (var<min || var>max) goto einv2
  2221. static int dc390_yesno (char** p, char* var, char bmask)
  2222. {
  2223.    switch (**p)
  2224.      {
  2225.       case 'Y': *var |= bmask; break;
  2226.       case 'N': *var &= ~bmask; break;
  2227.       case '-': break;
  2228.       default: return -1;
  2229.      }
  2230.    *p = strtok (0, " tn:=,;");
  2231.    return 0;
  2232. };
  2233. #define YESNO(p, var, bmask)
  2234. if (dc390_yesno (&p, &var, bmask)) goto einv;
  2235. else dc390_updateDCB (pACB, pDCB);
  2236. if (!p) goto ok
  2237. static int dc390_search (char **p1, char **p2, char *var, char* txt, int max, int scale, char* ign)
  2238. {
  2239.    int dum;
  2240.    if (! memcmp (*p1, txt, strlen(txt)))
  2241.      {
  2242. *p2 = strtok (0, " tn:=,;");
  2243. if (!*p2) return -1;
  2244. dum = simple_strtoul (*p2, p1, 10);
  2245. if (*p2 == *p1) return -1;
  2246. if (dum >= 0 && dum <= max) 
  2247.   { *var = (dum * 100) / scale; }
  2248. else return -2;
  2249. *p1 = strtok (0, " tn:=,;");
  2250. if (*ign && *p1 && strlen(*p1) >= strlen(ign) && 
  2251.     !(memcmp (*p1, ign, strlen(ign)))) 
  2252. *p1 = strtok (0, " tn:=,;");
  2253.      }
  2254.    return 0;
  2255. };
  2256. #define SEARCH(p1, p2, var, txt, max)
  2257. if (dc390_search (&p1, &p2, (PUCHAR)(&var), txt, max, 100, "")) goto einv2;
  2258. else if (!p1) goto ok2
  2259. #define SEARCH2(p1, p2, var, txt, max, scale)
  2260. if (dc390_search (&p1, &p2, &var, txt, max, scale, "")) goto einv2; 
  2261. else if (!p1) goto ok2
  2262. #define SEARCH3(p1, p2, var, txt, max, scale, ign)
  2263. if (dc390_search (&p1, &p2, &var, txt, max, scale, ign)) goto einv2;
  2264. else if (!p1) goto ok2
  2265. #ifdef DC390_PARSEDEBUG
  2266. static char _prstr[256];
  2267. char* prstr (char* p, char* e)
  2268. {
  2269.    char* c = _prstr;
  2270.    while (p < e)
  2271.      if (*p == 0) { *c++ = ':'; p++; }
  2272.      else if (*p == 10) { *c++ = '\'; *c++ = 'n'; p++; }
  2273.      else *c++ = *p++;
  2274.    *c = 0;
  2275.    return _prstr;
  2276. };
  2277. #endif
  2278. int dc390_set_info (char *buffer, int length, PACB pACB)
  2279. {
  2280.   char *pos = buffer, *p0 = buffer;
  2281.   char needs_inquiry = 0; 
  2282.   int dum = 0;
  2283.   char dev;
  2284.   PDCB pDCB = pACB->pLinkDCB;
  2285.   DC390_IFLAGS
  2286.   DC390_AFLAGS 
  2287.   pos[length] = 0;
  2288.   DC390_LOCK_IO;
  2289.   DC390_LOCK_ACB;
  2290.   /* UPPERCASE */ 
  2291.   /* Don't use kernel toupper, because of 2.0.x bug: ctmp unexported */
  2292.   while (*pos) 
  2293.     { if (*pos >='a' && *pos <= 'z') *pos = *pos + 'A' - 'a'; pos++; };
  2294.   
  2295.   /* We should protect __strtok ! */
  2296.   /* spin_lock (strtok_lock); */
  2297.   /* Remove WS */
  2298.   pos = strtok (buffer, " t:n=,;");
  2299.   if (!pos) goto ok;
  2300.    
  2301.  next:
  2302.   if (!memcmp (pos, "RESET", 5)) goto reset;
  2303.   else if (!memcmp (pos, "INQUIRY", 7)) goto inquiry;
  2304.   else if (!memcmp (pos, "REMOVE", 6)) goto remove;
  2305.   else if (!memcmp (pos, "ADD", 3)) goto add;
  2306.   else if (!memcmp (pos, "START", 5)) goto start;
  2307.   else if (!memcmp (pos, "DUMP", 4)) goto dump;
  2308.   
  2309.   if (isdigit (*pos))
  2310.     {
  2311.       /* Device config line */
  2312.       int dev, id, lun; char* pdec;
  2313.       char olddevmode;
  2314.       
  2315.       SCANF (pos, p0, dev, 0, pACB->DCBCnt-1);
  2316.       if (pos) { SCANF (pos, p0, id, 0, 7); } else goto einv;
  2317.       if (pos) { SCANF (pos, p0, lun, 0, 7); } else goto einv;
  2318.       if (!pos) goto einv;
  2319.       
  2320.       PARSEDEBUG(printk (KERN_INFO "DC390: config line %i %i %i:"%s"n", dev, id, lun, prstr (pos, &buffer[length]));)
  2321.       pDCB = pACB->pLinkDCB;
  2322.       for (dum = 0; dum < dev; dum++) pDCB = pDCB->pNextDCB;
  2323.       /* Sanity Check */
  2324.       if (pDCB->TargetID != id || pDCB->TargetLUN != lun) 
  2325.  {
  2326.     printk (KERN_ERR "DC390: no such device: Idx=%02i ID=%02i LUN=%02in",
  2327.     dev, id, lun);
  2328.     goto einv2;
  2329.  };
  2330.       if (pDCB->pWaitingSRB || pDCB->pGoingSRB)
  2331.       {
  2332.   printk ("DC390: Cannot change dev (%i-%i) cfg: Pending requestsn",
  2333.   pDCB->TargetID, pDCB->TargetLUN);
  2334.   goto einv;
  2335.       };
  2336.   
  2337.       olddevmode = pDCB->DevMode;
  2338.       YESNO (pos, pDCB->DevMode, PARITY_CHK_);
  2339.       needs_inquiry++;
  2340.       YESNO (pos, pDCB->DevMode, SYNC_NEGO_);
  2341.       if ((olddevmode & SYNC_NEGO_) == (pDCB->DevMode & SYNC_NEGO_)) needs_inquiry--;
  2342.       needs_inquiry++;
  2343.       YESNO (pos, pDCB->DevMode, EN_DISCONNECT_);
  2344.       if ((olddevmode & EN_DISCONNECT_) == (pDCB->DevMode & EN_DISCONNECT_)) needs_inquiry--;
  2345.       YESNO (pos, pDCB->DevMode, SEND_START_);
  2346.       needs_inquiry++;
  2347.       YESNO (pos, pDCB->DevMode, TAG_QUEUEING_);
  2348.       if ((olddevmode & TAG_QUEUEING_) == (pDCB->DevMode & TAG_QUEUEING_)) needs_inquiry--;
  2349.       dc390_updateDCB (pACB, pDCB);
  2350.       if (!pos) goto ok;
  2351.        
  2352.       olddevmode = pDCB->NegoPeriod;
  2353.       /* Look for decimal point (Speed) */
  2354.       pdec = pos; 
  2355.       while (pdec++ < &buffer[length]) if (*pdec == '.') break;
  2356.       /* NegoPeriod */
  2357.       if (*pos != '-')
  2358. {
  2359.   SCANF (pos, p0, dum, 72, 800); 
  2360.   pDCB->NegoPeriod = dum >> 2;
  2361.   if (pDCB->NegoPeriod != olddevmode) needs_inquiry++;
  2362.   if (!pos) goto ok;
  2363.   if (memcmp (pos, "NS", 2) == 0) pos = strtok (0, " tn:=,;.");
  2364. }
  2365.       else pos = strtok (0, " tn:=,;.");
  2366.       if (!pos) goto ok;
  2367.       
  2368.       /* Sync Speed in MHz */
  2369.       if (*pos != '-')
  2370. {
  2371.   SCANF (pos, p0, dum, 1, 13); 
  2372.   pDCB->NegoPeriod = (1000/dum) >> 2;
  2373.   if (pDCB->NegoPeriod != olddevmode && !pos) needs_inquiry++;
  2374.   if (!pos) goto ok;
  2375.   /* decimal */
  2376.   if (pos-1 == pdec)
  2377.      {
  2378. int dumold = dum;
  2379. dum = simple_strtoul (pos, &p0, 10) * 10;
  2380. for (; p0-pos > 1; p0--) dum /= 10;
  2381. pDCB->NegoPeriod = (100000/(100*dumold + dum)) >> 2;
  2382. if (pDCB->NegoPeriod < 19) pDCB->NegoPeriod = 19;
  2383. pos = strtok (0, " tn:=,;");
  2384. if (!pos) goto ok;
  2385.      };
  2386.   if (*pos == 'M') pos = strtok (0, " tn:=,;");
  2387.   if (pDCB->NegoPeriod != olddevmode) needs_inquiry++;
  2388. }
  2389.       else pos = strtok (0, " tn:=,;");
  2390.       /* dc390_updateDCB (pACB, pDCB); */
  2391.       if (!pos) goto ok;
  2392.       olddevmode = pDCB->SyncOffset;
  2393.       /* SyncOffs */
  2394.       if (*pos != '-')
  2395. {
  2396.   SCANF (pos, p0, dum, 0, 0x0f); 
  2397.   pDCB->SyncOffset = dum;
  2398.   if (pDCB->SyncOffset > olddevmode) needs_inquiry++;
  2399. }
  2400.       else pos = strtok (0, " tn:=,;");
  2401.       if (!pos) goto ok;
  2402.       dc390_updateDCB (pACB, pDCB);
  2403.       //olddevmode = pDCB->MaxCommand;
  2404.       /* MaxCommand (Tags) */
  2405.       if (*pos != '-')
  2406. {
  2407.   SCANF (pos, p0, dum, 1, 32 /*pACB->TagMaxNum*/);
  2408.   if (pDCB->SyncMode & EN_TAG_QUEUEING)
  2409. pDCB->MaxCommand = dum;
  2410.   else printk (KERN_INFO "DC390: Can't set MaxCmd larger than one without Tag Queueing!n");
  2411. }
  2412.       else pos = strtok (0, " tn:=,;");
  2413.     }
  2414.   else
  2415.     {
  2416.       char* p1 = pos; UCHAR dum, newadaptid;
  2417.       PARSEDEBUG(printk (KERN_INFO "DC390: chg adapt cfg "%s"n", prstr (pos, &buffer[length]));)
  2418.       dum = GLITCH_TO_NS (pACB->glitch_cfg);
  2419.       /* Adapter setting */
  2420.       SEARCH (pos, p0, pACB->pScsiHost->max_id, "MAXID", 8); 
  2421.       SEARCH (pos, p0, pACB->pScsiHost->max_lun, "MAXLUN", 8); 
  2422.       SEARCH (pos, p0, newadaptid, "ADAPTERID", 7);
  2423.       SEARCH (pos, p0, pACB->TagMaxNum, "TAGMAXNUM", 32);
  2424.       SEARCH (pos, p0, pACB->ACBFlag, "ACBFLAG", 255);
  2425.       SEARCH3 (pos, p0, dum, "GLITCHEATER", 40, 1000, "NS");
  2426.       SEARCH3 (pos, p0, pACB->sel_timeout, "SELTIMEOUT", 400, 163, "MS");
  2427.       SEARCH3 (pos, p0, dc390_eepromBuf[pACB->AdapterIndex][EE_DELAY], "DELAYRESET", 180, 100, "S");
  2428.     ok2:
  2429.       pACB->glitch_cfg = NS_TO_GLITCH (dum);
  2430.       if (pACB->sel_timeout < 60) pACB->sel_timeout = 60;
  2431.       DC390_write8 (Scsi_TimeOut, pACB->sel_timeout);
  2432.       if (newadaptid != pACB->pScsiHost->this_id)
  2433.       {
  2434. pACB->pScsiHost->this_id = newadaptid;
  2435. dc390_ResetDevParam (pACB);
  2436.       }     
  2437.       //dum = 0; while (1 << dum <= pACB->TagMaxNum) dum ++;
  2438.       //pACB->TagMaxNum &= (1 << --dum);
  2439.       dc390_updateDCBs (pACB);
  2440.       // All devs should be INQUIRED now
  2441.       if (pos == p1) goto einv;
  2442.     }
  2443.   if (pos) goto next;
  2444.       
  2445.  ok:
  2446.   /* spin_unlock (strtok_lock); */
  2447.   DC390_UNLOCK_ACB;
  2448.   if (needs_inquiry) 
  2449.      { dc390_updateDCB (pACB, pDCB); dc390_inquiry (pACB, pDCB); };
  2450.   DC390_UNLOCK_IO;
  2451.   return (length);
  2452.  einv2:
  2453.   pos = p0;
  2454.  einv:
  2455.   /* spin_unlock (strtok_lock); */
  2456.   DC390_UNLOCK_ACB;
  2457.   DC390_UNLOCK_IO;
  2458.   printk (KERN_WARNING "DC390: parse error near "%s"n", (pos? pos: "NULL"));
  2459.   return (-EINVAL);
  2460.    
  2461.  reset:
  2462.      {
  2463. Scsi_Cmnd cmd; cmd.host = pACB->pScsiHost;
  2464. printk (KERN_WARNING "DC390: Driver reset requested!n");
  2465. DC390_UNLOCK_ACB;
  2466. DC390_reset (&cmd, 0);
  2467. DC390_UNLOCK_IO;
  2468.      };
  2469.   return (length);
  2470.  dump:
  2471.      {
  2472. dc390_dumpinfo (pACB, 0, 0);
  2473. DC390_UNLOCK_ACB;
  2474. DC390_UNLOCK_IO;       
  2475.      }
  2476.   return (length);
  2477.  inquiry:
  2478.      {
  2479. pos = strtok (0, " tn.:;="); if (!pos) goto einv;
  2480. dev = simple_strtoul (pos, &p0, 10);
  2481. if (dev >= pACB->DCBCnt) goto einv_dev;
  2482. for (dum = 0; dum < dev; dum++) pDCB = pDCB->pNextDCB;
  2483. printk (KERN_NOTICE " DC390: Issue INQUIRY command to Dev(Idx) %i SCSI ID %i LUN %in",
  2484. dev, pDCB->TargetID, pDCB->TargetLUN);
  2485. DC390_UNLOCK_ACB;
  2486. dc390_inquiry (pACB, pDCB);
  2487. DC390_UNLOCK_IO;
  2488.      };
  2489.    return (length);
  2490.  remove:
  2491.      {
  2492. pos = strtok (0, " tn.:;="); if (!pos) goto einv;
  2493. dev = simple_strtoul (pos, &p0, 10);
  2494. if (dev >= pACB->DCBCnt) goto einv_dev;
  2495. for (dum = 0; dum < dev; dum++) pDCB = pDCB->pNextDCB;
  2496. printk (KERN_NOTICE " DC390: Remove DCB for Dev(Idx) %i SCSI ID %i LUN %in",
  2497. dev, pDCB->TargetID, pDCB->TargetLUN);
  2498. /* TO DO: We should make sure no pending commands are left */
  2499. dc390_remove_dev (pACB, pDCB);
  2500. DC390_UNLOCK_ACB;
  2501. DC390_UNLOCK_IO;
  2502.      };
  2503.    return (length);
  2504.  add:
  2505.      {
  2506. int id, lun;
  2507. pos = strtok (0, " tn.:;=");
  2508. if (pos) { SCANF (pos, p0, id, 0, 7); } else goto einv;
  2509. if (pos) { SCANF (pos, p0, lun, 0, 7); } else goto einv;
  2510. pDCB = dc390_findDCB (pACB, id, lun);
  2511. if (pDCB) { printk ("DC390: ADD: Device already existingn"); goto einv; };
  2512. dc390_initDCB (pACB, &pDCB, id, lun);
  2513. DC390_UNLOCK_ACB;
  2514. dc390_inquiry (pACB, pDCB);
  2515. DC390_UNLOCK_IO;
  2516.      };
  2517.    return (length);
  2518.  start:
  2519.      {
  2520. int id, lun;
  2521. pos = strtok (0, " tn.:;=");
  2522. if (pos) { SCANF (pos, p0, id, 0, 7); } else goto einv;
  2523. if (pos) { SCANF (pos, p0, lun, 0, 7); } else goto einv;
  2524. pDCB = dc390_findDCB (pACB, id, lun);
  2525. if (pDCB) printk ("DC390: SendStart: Device already existing ...n");
  2526. else dc390_initDCB (pACB, &pDCB, id, lun);
  2527. DC390_UNLOCK_ACB;
  2528. dc390_sendstart (pACB, pDCB);
  2529. dc390_inquiry (pACB, pDCB);
  2530. DC390_UNLOCK_IO;
  2531.      };
  2532.    return (length);
  2533.  einv_dev:
  2534.    printk (KERN_WARNING "DC390: Ignore cmnd to illegal Dev(Idx) %i. Valid range: 0 - %i.n", 
  2535.    dev, pACB->DCBCnt - 1);
  2536.    DC390_UNLOCK_ACB;
  2537.    DC390_UNLOCK_IO;
  2538.    return (-EINVAL);
  2539.      
  2540.      
  2541. }
  2542. #undef SEARCH
  2543. #undef YESNO
  2544. #undef SCANF
  2545. /********************************************************************
  2546.  * Function: DC390_proc_info(char* buffer, char **start,
  2547.  *      off_t offset, int length, int hostno, int inout)
  2548.  *
  2549.  * Purpose: return SCSI Adapter/Device Info
  2550.  *
  2551.  * Input: buffer: Pointer to a buffer where to write info
  2552.  *   start :
  2553.  *   offset:
  2554.  *   hostno: Host adapter index
  2555.  *   inout : Read (=0) or set(!=0) info
  2556.  *
  2557.  * Output: buffer: contains info
  2558.  *    length; length of info in buffer
  2559.  *
  2560.  * return value: length
  2561.  *
  2562.  ********************************************************************/
  2563. #undef SPRINTF
  2564. #define SPRINTF(args...) pos += sprintf(pos, ## args)
  2565. #define YESNO(YN)
  2566.  if (YN) SPRINTF(" Yes ");
  2567.  else SPRINTF(" No  ")
  2568. int DC390_proc_info (char *buffer, char **start,
  2569.      off_t offset, int length, int hostno, int inout)
  2570. {
  2571.   int dev, spd, spd1;
  2572.   char *pos = buffer;
  2573.   PSH shpnt = 0;
  2574.   PACB pACB;
  2575.   PDCB pDCB;
  2576.   PSCSICMD pcmd;
  2577.   DC390_AFLAGS
  2578.   pACB = dc390_pACB_start;
  2579.   while(pACB != (PACB)-1)
  2580.      {
  2581. shpnt = pACB->pScsiHost;
  2582. if (shpnt->host_no == hostno) break;
  2583. pACB = pACB->pNextACB;
  2584.      }
  2585.   if (pACB == (PACB)-1) return(-ESRCH);
  2586.   if(!shpnt) return(-ESRCH);
  2587.   if(inout) /* Has data been written to the file ? */
  2588.       return dc390_set_info(buffer, length, pACB);
  2589.    
  2590.   SPRINTF("Tekram DC390/AM53C974 PCI SCSI Host Adapter, ");
  2591.   SPRINTF("Driver Version %sn", DC390_VERSION);
  2592.   DC390_LOCK_ACB;
  2593.   SPRINTF("SCSI Host Nr %i, ", shpnt->host_no);
  2594.   SPRINTF("%s Adapter Nr %in", dc390_adapname, pACB->AdapterIndex);
  2595.   SPRINTF("IOPortBase 0x%04x, ", pACB->IOPortBase);
  2596.   SPRINTF("IRQ %02in", pACB->IRQLevel);
  2597.   SPRINTF("MaxID %i, MaxLUN %i, ", shpnt->max_id, shpnt->max_lun);
  2598.   SPRINTF("AdapterID %i, SelTimeout %i ms, DelayReset %i sn", 
  2599.   shpnt->this_id, (pACB->sel_timeout*164)/100,
  2600.   dc390_eepromBuf[pACB->AdapterIndex][EE_DELAY]);
  2601.   SPRINTF("TagMaxNum %i, Status 0x%02x, ACBFlag 0x%02x, GlitchEater %i nsn",
  2602.   pACB->TagMaxNum, pACB->status, pACB->ACBFlag, GLITCH_TO_NS(pACB->glitch_cfg)*12);
  2603.   SPRINTF("Statistics: Cmnds %li, Cmnds not sent directly %i, Out of SRB conds %in",
  2604.   pACB->Cmds, pACB->CmdInQ, pACB->CmdOutOfSRB);
  2605.   SPRINTF("            Lost arbitrations %i, Sel. connected %i, Connected: %sn", 
  2606.   pACB->SelLost, pACB->SelConn, pACB->Connected? "Yes": "No");
  2607.    
  2608.   SPRINTF("Nr of attached devices: %i, Nr of DCBs: %in", pACB->DeviceCnt, pACB->DCBCnt);
  2609.   SPRINTF("Map of attached LUNs: %02x %02x %02x %02x %02x %02x %02x %02xn",
  2610.   pACB->DCBmap[0], pACB->DCBmap[1], pACB->DCBmap[2], pACB->DCBmap[3], 
  2611.   pACB->DCBmap[4], pACB->DCBmap[5], pACB->DCBmap[6], pACB->DCBmap[7]);
  2612.   SPRINTF("Idx ID LUN Prty Sync DsCn SndS TagQ NegoPeriod SyncSpeed SyncOffs MaxCmdn");
  2613.   pDCB = pACB->pLinkDCB;
  2614.   for (dev = 0; dev < pACB->DCBCnt; dev++)
  2615.      {
  2616.       SPRINTF("%02i  %02i  %02i ", dev, pDCB->TargetID, pDCB->TargetLUN);
  2617.       YESNO(pDCB->DevMode & PARITY_CHK_);
  2618.       YESNO(pDCB->SyncMode & SYNC_NEGO_DONE);
  2619.       YESNO(pDCB->DevMode & EN_DISCONNECT_);
  2620.       YESNO(pDCB->DevMode & SEND_START_);
  2621.       YESNO(pDCB->SyncMode & EN_TAG_QUEUEING);
  2622.       if (pDCB->SyncOffset & 0x0f)
  2623.       {
  2624.  int sp = pDCB->SyncPeriod; if (! (pDCB->CtrlR3 & FAST_SCSI)) sp++;
  2625.  SPRINTF("  %03i ns ", (pDCB->NegoPeriod) << 2);
  2626.  spd = 40/(sp); spd1 = 40%(sp);
  2627.  spd1 = (spd1 * 10 + sp/2) / (sp);
  2628.  SPRINTF("   %2i.%1i M      %02i", spd, spd1, (pDCB->SyncOffset & 0x0f));
  2629.       }
  2630.       else SPRINTF(" (%03i ns)                 ", (pDCB->NegoPeriod) << 2);
  2631.       /* Add more info ...*/
  2632.       SPRINTF ("      %02in", pDCB->MaxCommand);
  2633.       pDCB = pDCB->pNextDCB;
  2634.      }
  2635.     SPRINTF ("Commands in Queues: Query: %li:", pACB->QueryCnt);
  2636.     for (pcmd = pACB->pQueryHead; pcmd; pcmd = pcmd->next)
  2637. SPRINTF (" %li", pcmd->pid);
  2638.     if (timer_pending(&pACB->Waiting_Timer)) SPRINTF ("Waiting queue timer runningn");
  2639.     else SPRINTF ("n");
  2640.     pDCB = pACB->pLinkDCB;
  2641.     for (dev = 0; dev < pACB->DCBCnt; dev++)
  2642.     {
  2643. PSRB pSRB;
  2644. if (pDCB->WaitSRBCnt) 
  2645.     SPRINTF ("DCB (%02i-%i): Waiting: %i:", pDCB->TargetID, pDCB->TargetLUN,
  2646.      pDCB->WaitSRBCnt);
  2647. for (pSRB = pDCB->pWaitingSRB; pSRB; pSRB = pSRB->pNextSRB)
  2648. SPRINTF(" %li", pSRB->pcmd->pid);
  2649. if (pDCB->GoingSRBCnt) 
  2650.     SPRINTF ("nDCB (%02i-%i): Going  : %i:", pDCB->TargetID, pDCB->TargetLUN,
  2651.      pDCB->GoingSRBCnt);
  2652. for (pSRB = pDCB->pGoingSRB; pSRB; pSRB = pSRB->pNextSRB)
  2653. #if 0 //def DC390_DEBUGTRACE
  2654. SPRINTF(" %sn  ", pSRB->debugtrace);
  2655. #else
  2656. SPRINTF(" %li", pSRB->pcmd->pid);
  2657. #endif
  2658. if (pDCB->WaitSRBCnt || pDCB->GoingSRBCnt) SPRINTF ("n");
  2659. pDCB = pDCB->pNextDCB;
  2660.     }
  2661. #ifdef DC390_DEBUGDCB
  2662.     SPRINTF ("DCB list for ACB %p:n", pACB);
  2663.     pDCB = pACB->pLinkDCB;
  2664.     SPRINTF ("%p", pDCB);
  2665.     for (dev = 0; dev < pACB->DCBCnt; dev++, pDCB=pDCB->pNextDCB)
  2666. SPRINTF ("->%p", pDCB->pNextDCB);
  2667.     SPRINTF("n");
  2668. #endif
  2669.   
  2670.   DC390_UNLOCK_ACB;
  2671.   *start = buffer + offset;
  2672.   if (pos - buffer < offset)
  2673.     return 0;
  2674.   else if (pos - buffer - offset < length)
  2675.     return pos - buffer - offset;
  2676.   else
  2677.     return length;
  2678. }
  2679. #undef YESNO
  2680. #undef SPRINTF
  2681. #ifdef MODULE
  2682. /***********************************************************************
  2683.  * Function : static int dc390_shutdown (struct Scsi_Host *host)
  2684.  *
  2685.  * Purpose : does a clean (we hope) shutdown of the SCSI chip.
  2686.  *      Use prior to dumping core, unloading the driver, etc.
  2687.  *
  2688.  * Returns : 0 on success
  2689.  ***********************************************************************/
  2690. static int dc390_shutdown (struct Scsi_Host *host)
  2691. {
  2692.     UCHAR    bval;
  2693.     PACB pACB = (PACB)(host->hostdata);
  2694.    
  2695. /*  pACB->soft_reset(host); */
  2696.     printk(KERN_INFO "DC390: shutdownn");
  2697.     pACB->ACBFlag = RESET_DEV;
  2698.     bval = DC390_read8 (CtrlReg1);
  2699.     bval |= DIS_INT_ON_SCSI_RST;
  2700.     DC390_write8 (CtrlReg1, bval); /* disable interrupt */
  2701.     if (pACB->Gmode2 & RST_SCSI_BUS)
  2702. dc390_ResetSCSIBus (pACB);
  2703.     if (timer_pending (&pACB->Waiting_Timer)) del_timer (&pACB->Waiting_Timer);
  2704.     return( 0 );
  2705. }
  2706. void dc390_freeDCBs (struct Scsi_Host *host)
  2707. {
  2708.     PDCB pDCB, nDCB;
  2709.     PACB pACB = (PACB)(host->hostdata);
  2710.     
  2711.     pDCB = pACB->pLinkDCB;
  2712.     if (!pDCB) return;
  2713.     do
  2714.     {
  2715. nDCB = pDCB->pNextDCB;
  2716. DCBDEBUG(printk (KERN_INFO "DC390: Free DCB (ID %i, LUN %i): %pn",
  2717. pDCB->TargetID, pDCB->TargetLUN, pDCB);)
  2718. //kfree (pDCB);
  2719. dc390_remove_dev (pACB, pDCB);
  2720. pDCB = nDCB;
  2721.     } while (pDCB && pACB->pLinkDCB);
  2722. };
  2723. int DC390_release (struct Scsi_Host *host)
  2724. {
  2725.     DC390_AFLAGS DC390_IFLAGS
  2726.     PACB pACB = (PACB)(host->hostdata);
  2727.     DC390_LOCK_IO;
  2728.     DC390_LOCK_ACB;
  2729.     /* TO DO: We should check for outstanding commands first. */
  2730.     dc390_shutdown (host);
  2731.     if (host->irq != IRQ_NONE)
  2732.     {
  2733. DEBUG0(printk(KERN_INFO "DC390: Free IRQ %in",host->irq);)
  2734. free_irq (host->irq, pACB);
  2735.     }
  2736.     release_region(host->io_port,host->n_io_port);
  2737.     dc390_freeDCBs (host);
  2738.     DC390_UNLOCK_ACB;
  2739.     DC390_UNLOCK_IO;
  2740.     return( 1 );
  2741. }
  2742. #endif /* def MODULE */
  2743. #if LINUX_VERSION_CODE > KERNEL_VERSION(2,3,99)
  2744. static Scsi_Host_Template driver_template = DC390_T;
  2745. #include "scsi_module.c"
  2746. #endif