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

嵌入式Linux

开发平台:

Unix_Linux

  1. #define ASC_VERSION "3.3G"    /* AdvanSys Driver Version */
  2. /*
  3.  * advansys.c - Linux Host Driver for AdvanSys SCSI Adapters
  4.  *
  5.  * Copyright (c) 1995-2000 Advanced System Products, Inc.
  6.  * Copyright (c) 2000-2001 ConnectCom Solutions, Inc.
  7.  * All Rights Reserved.
  8.  *
  9.  * Redistribution and use in source and binary forms, with or without
  10.  * modification, are permitted provided that redistributions of source
  11.  * code retain the above copyright notice and this comment without
  12.  * modification.
  13.  *
  14.  * As of March 8, 2000 Advanced System Products, Inc. (AdvanSys)
  15.  * changed its name to ConnectCom Solutions, Inc.
  16.  *
  17.  * There is an AdvanSys Linux WWW page at:
  18.  *  http://www.connectcom.net/downloads/software/os/linux.html
  19.  *  http://www.advansys.com/linux.html
  20.  *
  21.  * The latest released version of the AdvanSys driver is available at:
  22.  *  ftp://ftp.advansys.com/pub/linux/linux.tgz
  23.  *  ftp://ftp.connectcom.net/pub/linux/linux.tgz
  24.  *
  25.  * Please send questions, comments, bug reports to:
  26.  *  support@connectcom.net
  27.  */
  28. /*
  29.   Documentation for the AdvanSys Driver
  30.   A. Linux Kernels Supported by this Driver
  31.   B. Adapters Supported by this Driver
  32.   C. Linux source files modified by AdvanSys Driver
  33.   D. Source Comments
  34.   E. Driver Compile Time Options and Debugging
  35.   F. Driver LILO Option
  36.   G. Tests to run before releasing new driver
  37.   H. Release History
  38.   I. Known Problems/Fix List
  39.   J. Credits (Chronological Order)
  40.   K. ConnectCom (AdvanSys) Contact Information
  41.   A. Linux Kernels Supported by this Driver
  42.      This driver has been tested in the following Linux kernels: v2.2.18
  43.      v2.4.0. The driver is supported on v2.2 and v2.4 kernels and on x86,
  44.      alpha, and PowerPC platforms.
  45.   B. Adapters Supported by this Driver
  46.      AdvanSys (Advanced System Products, Inc.) manufactures the following
  47.      RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow
  48.      (8-bit transfer) SCSI Host Adapters for the ISA, EISA, VL, and PCI
  49.      buses and RISC-based, Bus-Mastering, Ultra (20 Mhz) Wide (16-bit
  50.      transfer) SCSI Host Adapters for the PCI bus.
  51.      The CDB counts below indicate the number of SCSI CDB (Command
  52.      Descriptor Block) requests that can be stored in the RISC chip
  53.      cache and board LRAM. A CDB is a single SCSI command. The driver
  54.      detect routine will display the number of CDBs available for each
  55.      adapter detected. The number of CDBs used by the driver can be
  56.      lowered in the BIOS by changing the 'Host Queue Size' adapter setting.
  57.      Laptop Products:
  58.         ABP-480 - Bus-Master CardBus (16 CDB) (2.4 kernel and greater)
  59.      Connectivity Products:
  60.         ABP510/5150 - Bus-Master ISA (240 CDB)
  61.         ABP5140 - Bus-Master ISA PnP (16 CDB)
  62.         ABP5142 - Bus-Master ISA PnP with floppy (16 CDB)
  63.         ABP902/3902 - Bus-Master PCI (16 CDB)
  64.         ABP3905 - Bus-Master PCI (16 CDB)
  65.         ABP915 - Bus-Master PCI (16 CDB)
  66.         ABP920 - Bus-Master PCI (16 CDB)
  67.         ABP3922 - Bus-Master PCI (16 CDB)
  68.         ABP3925 - Bus-Master PCI (16 CDB)
  69.         ABP930 - Bus-Master PCI (16 CDB)
  70.         ABP930U - Bus-Master PCI Ultra (16 CDB)
  71.         ABP930UA - Bus-Master PCI Ultra (16 CDB)
  72.         ABP960 - Bus-Master PCI MAC/PC (16 CDB)
  73.         ABP960U - Bus-Master PCI MAC/PC Ultra (16 CDB)
  74.      Single Channel Products:
  75.         ABP542 - Bus-Master ISA with floppy (240 CDB)
  76.         ABP742 - Bus-Master EISA (240 CDB)
  77.         ABP842 - Bus-Master VL (240 CDB)
  78.         ABP940 - Bus-Master PCI (240 CDB)
  79.         ABP940U - Bus-Master PCI Ultra (240 CDB)
  80.         ABP940UA/3940UA - Bus-Master PCI Ultra (240 CDB)
  81.         ABP970 - Bus-Master PCI MAC/PC (240 CDB)
  82.         ABP970U - Bus-Master PCI MAC/PC Ultra (240 CDB)
  83.         ABP3960UA - Bus-Master PCI MAC/PC Ultra (240 CDB)
  84.         ABP940UW/3940UW - Bus-Master PCI Ultra-Wide (253 CDB)
  85.         ABP970UW - Bus-Master PCI MAC/PC Ultra-Wide (253 CDB)
  86.         ABP3940U2W - Bus-Master PCI LVD/Ultra2-Wide (253 CDB)
  87.      Multi-Channel Products:
  88.         ABP752 - Dual Channel Bus-Master EISA (240 CDB Per Channel)
  89.         ABP852 - Dual Channel Bus-Master VL (240 CDB Per Channel)
  90.         ABP950 - Dual Channel Bus-Master PCI (240 CDB Per Channel)
  91.         ABP950UW - Dual Channel Bus-Master PCI Ultra-Wide (253 CDB Per Channel)
  92.         ABP980 - Four Channel Bus-Master PCI (240 CDB Per Channel)
  93.         ABP980U - Four Channel Bus-Master PCI Ultra (240 CDB Per Channel)
  94.         ABP980UA/3980UA - Four Channel Bus-Master PCI Ultra (16 CDB Per Chan.)
  95.         ABP3950U2W - Bus-Master PCI LVD/Ultra2-Wide and Ultra-Wide (253 CDB)
  96.         ABP3950U3W - Bus-Master PCI Dual LVD2/Ultra3-Wide (253 CDB)
  97.   C. Linux source files modified by AdvanSys Driver
  98.      This section for historical purposes documents the changes
  99.      originally made to the Linux kernel source to add the advansys
  100.      driver. As Linux has changed some of these files have also
  101.      been modified.
  102.      1. linux/arch/i386/config.in:
  103.           bool 'AdvanSys SCSI support' CONFIG_SCSI_ADVANSYS y
  104.      2. linux/drivers/scsi/hosts.c:
  105.           #ifdef CONFIG_SCSI_ADVANSYS
  106.           #include "advansys.h"
  107.           #endif
  108.         and after "static Scsi_Host_Template builtin_scsi_hosts[] =":
  109.           #ifdef CONFIG_SCSI_ADVANSYS
  110.           ADVANSYS,
  111.           #endif
  112.      3. linux/drivers/scsi/Makefile:
  113.           ifdef CONFIG_SCSI_ADVANSYS
  114.           SCSI_SRCS := $(SCSI_SRCS) advansys.c
  115.           SCSI_OBJS := $(SCSI_OBJS) advansys.o
  116.           else
  117.           SCSI_MODULE_OBJS := $(SCSI_MODULE_OBJS) advansys.o
  118.           endif
  119.      4. linux/init/main.c:
  120.           extern void advansys_setup(char *str, int *ints);
  121.         and add the following lines to the bootsetups[] array.
  122.           #ifdef CONFIG_SCSI_ADVANSYS
  123.              { "advansys=", advansys_setup },
  124.           #endif
  125.   D. Source Comments
  126.      1. Use tab stops set to 4 for the source files. For vi use 'se tabstops=4'.
  127.      2. This driver should be maintained in multiple files. But to make
  128.         it easier to include with Linux and to follow Linux conventions,
  129.         the whole driver is maintained in the source files advansys.h and
  130.         advansys.c. In this file logical sections of the driver begin with
  131.         a comment that contains '---'. The following are the logical sections
  132.         of the driver below.
  133.            --- Linux Version
  134.            --- Linux Include File
  135.            --- Driver Options
  136.            --- Debugging Header
  137.            --- Asc Library Constants and Macros
  138.            --- Adv Library Constants and Macros
  139.            --- Driver Constants and Macros
  140.            --- Driver Structures
  141.            --- Driver Data
  142.            --- Driver Function Prototypes
  143.            --- Linux 'Scsi_Host_Template' and advansys_setup() Functions
  144.            --- Loadable Driver Support
  145.            --- Miscellaneous Driver Functions
  146.            --- Functions Required by the Asc Library
  147.            --- Functions Required by the Adv Library
  148.            --- Tracing and Debugging Functions
  149.            --- Asc Library Functions
  150.            --- Adv Library Functions
  151.      3. The string 'XXX' is used to flag code that needs to be re-written
  152.         or that contains a problem that needs to be addressed.
  153.      4. I have stripped comments from and reformatted the source for the
  154.         Asc Library and Adv Library to reduce the size of this file. This
  155.         source can be found under the following headings. The Asc Library
  156.         is used to support Narrow Boards. The Adv Library is used to
  157.         support Wide Boards.
  158.            --- Asc Library Constants and Macros
  159.            --- Adv Library Constants and Macros
  160.            --- Asc Library Functions
  161.            --- Adv Library Functions
  162.   E. Driver Compile Time Options and Debugging
  163.      In this source file the following constants can be defined. They are
  164.      defined in the source below. Both of these options are enabled by
  165.      default.
  166.      1. ADVANSYS_ASSERT - Enable driver assertions (Def: Enabled)
  167.         Enabling this option adds assertion logic statements to the
  168.         driver. If an assertion fails a message will be displayed to
  169.         the console, but the system will continue to operate. Any
  170.         assertions encountered should be reported to the person
  171.         responsible for the driver. Assertion statements may proactively
  172.         detect problems with the driver and facilitate fixing these
  173.         problems. Enabling assertions will add a small overhead to the
  174.         execution of the driver.
  175.      2. ADVANSYS_DEBUG - Enable driver debugging (Def: Disabled)
  176.         Enabling this option adds tracing functions to the driver and
  177.         the ability to set a driver tracing level at boot time. This
  178.         option will also export symbols not required outside the driver to
  179.         the kernel name space. This option is very useful for debugging
  180.         the driver, but it will add to the size of the driver execution
  181.         image and add overhead to the execution of the driver.
  182.         The amount of debugging output can be controlled with the global
  183.         variable 'asc_dbglvl'. The higher the number the more output. By
  184.         default the debug level is 0.
  185.         If the driver is loaded at boot time and the LILO Driver Option
  186.         is included in the system, the debug level can be changed by
  187.         specifying a 5th (ASC_NUM_IOPORT_PROBE + 1) I/O Port. The
  188.         first three hex digits of the pseudo I/O Port must be set to
  189.         'deb' and the fourth hex digit specifies the debug level: 0 - F.
  190.         The following command line will look for an adapter at 0x330
  191.         and set the debug level to 2.
  192.            linux advansys=0x330,0,0,0,0xdeb2
  193.         If the driver is built as a loadable module this variable can be
  194.         defined when the driver is loaded. The following insmod command
  195.         will set the debug level to one.
  196.            insmod advansys.o asc_dbglvl=1
  197.         Debugging Message Levels:
  198.            0: Errors Only
  199.            1: High-Level Tracing
  200.            2-N: Verbose Tracing
  201.         To enable debug output to console, please make sure that:
  202.         a. System and kernel logging is enabled (syslogd, klogd running).
  203.         b. Kernel messages are routed to console output. Check
  204.            /etc/syslog.conf for an entry similar to this:
  205.                 kern.*                  /dev/console
  206.         c. klogd is started with the appropriate -c parameter
  207.            (e.g. klogd -c 8)
  208.         This will cause printk() messages to be be displayed on the
  209.         current console. Refer to the klogd(8) and syslogd(8) man pages
  210.         for details.
  211.         Alternatively you can enable printk() to console with this
  212.         program. However, this is not the 'official' way to do this.
  213.         Debug output is logged in /var/log/messages.
  214.           main()
  215.           {
  216.                   syscall(103, 7, 0, 0);
  217.           }
  218.         Increasing LOG_BUF_LEN in kernel/printk.c to something like
  219.         40960 allows more debug messages to be buffered in the kernel
  220.         and written to the console or log file.
  221.      3. ADVANSYS_STATS - Enable statistics (Def: Enabled >= v1.3.0)
  222.         Enabling this option adds statistics collection and display
  223.         through /proc to the driver. The information is useful for
  224.         monitoring driver and device performance. It will add to the
  225.         size of the driver execution image and add minor overhead to
  226.         the execution of the driver.
  227.         Statistics are maintained on a per adapter basis. Driver entry
  228.         point call counts and transfer size counts are maintained.
  229.         Statistics are only available for kernels greater than or equal
  230.         to v1.3.0 with the CONFIG_PROC_FS (/proc) file system configured.
  231.         AdvanSys SCSI adapter files have the following path name format:
  232.            /proc/scsi/advansys/[0-(ASC_NUM_BOARD_SUPPORTED-1)]
  233.         This information can be displayed with cat. For example:
  234.            cat /proc/scsi/advansys/0
  235.         When ADVANSYS_STATS is not defined the AdvanSys /proc files only
  236.         contain adapter and device configuration information.
  237.   F. Driver LILO Option
  238.      If init/main.c is modified as described in the 'Directions for Adding
  239.      the AdvanSys Driver to Linux' section (B.4.) above, the driver will
  240.      recognize the 'advansys' LILO command line and /etc/lilo.conf option.
  241.      This option can be used to either disable I/O port scanning or to limit
  242.      scanning to 1 - 4 I/O ports. Regardless of the option setting EISA and
  243.      PCI boards will still be searched for and detected. This option only
  244.      affects searching for ISA and VL boards.
  245.      Examples:
  246.        1. Eliminate I/O port scanning:
  247.             boot: linux advansys=
  248.               or
  249.             boot: linux advansys=0x0
  250.        2. Limit I/O port scanning to one I/O port:
  251.             boot: linux advansys=0x110
  252.        3. Limit I/O port scanning to four I/O ports:
  253.             boot: linux advansys=0x110,0x210,0x230,0x330
  254.      For a loadable module the same effect can be achieved by setting
  255.      the 'asc_iopflag' variable and 'asc_ioport' array when loading
  256.      the driver, e.g.
  257.            insmod advansys.o asc_iopflag=1 asc_ioport=0x110,0x330
  258.      If ADVANSYS_DEBUG is defined a 5th (ASC_NUM_IOPORT_PROBE + 1)
  259.      I/O Port may be added to specify the driver debug level. Refer to
  260.      the 'Driver Compile Time Options and Debugging' section above for
  261.      more information.
  262.   G. Tests to run before releasing new driver
  263.      1. In the supported kernels verify there are no warning or compile
  264.         errors when the kernel is built as both a driver and as a module
  265.         and with the following options:
  266.         ADVANSYS_DEBUG - enabled and disabled
  267.         CONFIG_SMP - enabled and disabled
  268.         CONFIG_PROC_FS - enabled and disabled
  269.      2. Run tests on an x86, alpha, and PowerPC with at least one narrow
  270.         card and one wide card attached to a hard disk and CD-ROM drive:
  271.         fdisk, mkfs, fsck, bonnie, copy/compare test from the
  272.         CD-ROM to the hard drive.
  273.   H. Release History
  274.      BETA-1.0 (12/23/95):
  275.          First Release
  276.      BETA-1.1 (12/28/95):
  277.          1. Prevent advansys_detect() from being called twice.
  278.          2. Add LILO 0xdeb[0-f] option to set 'asc_dbglvl'.
  279.      1.2 (1/12/96):
  280.          1. Prevent re-entrancy in the interrupt handler which
  281.             resulted in the driver hanging Linux.
  282.          2. Fix problem that prevented ABP-940 cards from being
  283.             recognized on some PCI motherboards.
  284.          3. Add support for the ABP-5140 PnP ISA card.
  285.          4. Fix check condition return status.
  286.          5. Add conditionally compiled code for Linux v1.3.X.
  287.      1.3 (2/23/96):
  288.          1. Fix problem in advansys_biosparam() that resulted in the
  289.             wrong drive geometry being returned for drives > 1GB with
  290.             extended translation enabled.
  291.          2. Add additional tracing during device initialization.
  292.          3. Change code that only applies to ISA PnP adapter.
  293.          4. Eliminate 'make dep' warning.
  294.          5. Try to fix problem with handling resets by increasing their
  295.             timeout value.
  296.      1.4 (5/8/96):
  297.          1. Change definitions to eliminate conflicts with other subsystems.
  298.          2. Add versioning code for the shared interrupt changes.
  299.          3. Eliminate problem in asc_rmqueue() with iterating after removing
  300.             a request.
  301.          4. Remove reset request loop problem from the "Known Problems or
  302.             Issues" section. This problem was isolated and fixed in the
  303.             mid-level SCSI driver.
  304.      1.5 (8/8/96):
  305.          1. Add support for ABP-940U (PCI Ultra) adapter.
  306.          2. Add support for IRQ sharing by setting the SA_SHIRQ flag for
  307.             request_irq and supplying a dev_id pointer to both request_irq()
  308.             and free_irq().
  309.          3. In AscSearchIOPortAddr11() restore a call to check_region() which
  310.             should be used before I/O port probing.
  311.          4. Fix bug in asc_prt_hex() which resulted in the displaying
  312.             the wrong data.
  313.          5. Incorporate miscellaneous Asc Library bug fixes and new microcode.
  314.          6. Change driver versioning to be specific to each Linux sub-level.
  315.          7. Change statistics gathering to be per adapter instead of global
  316.             to the driver.
  317.          8. Add more information and statistics to the adapter /proc file:
  318.             /proc/scsi/advansys[0...].
  319.          9. Remove 'cmd_per_lun' from the "Known Problems or Issues" list.
  320.             This problem has been addressed with the SCSI mid-level changes
  321.             made in v1.3.89. The advansys_select_queue_depths() function
  322.             was added for the v1.3.89 changes.
  323.      1.6 (9/10/96):
  324.          1. Incorporate miscellaneous Asc Library bug fixes and new microcode.
  325.      1.7 (9/25/96):
  326.          1. Enable clustering and optimize the setting of the maximum number
  327.             of scatter gather elements for any particular board. Clustering
  328.             increases CPU utilization, but results in a relatively larger
  329.             increase in I/O throughput.
  330.          2. Improve the performance of the request queuing functions by
  331.             adding a last pointer to the queue structure.
  332.          3. Correct problems with reset and abort request handling that
  333.             could have hung or crashed Linux.
  334.          4. Add more information to the adapter /proc file:
  335.             /proc/scsi/advansys[0...].
  336.          5. Remove the request timeout issue form the driver issues list.
  337.          6. Miscellaneous documentation additions and changes.
  338.      1.8 (10/4/96):
  339.          1. Make changes to handle the new v2.1.0 kernel memory mapping
  340.             in which a kernel virtual address may not be equivalent to its
  341.             bus or DMA memory address.
  342.          2. Change abort and reset request handling to make it yet even
  343.             more robust.
  344.          3. Try to mitigate request starvation by sending ordered requests
  345.             to heavily loaded, tag queuing enabled devices.
  346.          4. Maintain statistics on request response time.
  347.          5. Add request response time statistics and other information to
  348.             the adapter /proc file: /proc/scsi/advansys[0...].
  349.      1.9 (10/21/96):
  350.          1. Add conditionally compiled code (ASC_QUEUE_FLOW_CONTROL) to
  351.             make use of mid-level SCSI driver device queue depth flow
  352.             control mechanism. This will eliminate aborts caused by a
  353.             device being unable to keep up with requests and eliminate
  354.             repeat busy or QUEUE FULL status returned by a device.
  355.          2. Incorporate miscellaneous Asc Library bug fixes.
  356.          3. To allow the driver to work in kernels with broken module
  357.             support set 'cmd_per_lun' if the driver is compiled as a
  358.             module. This change affects kernels v1.3.89 to present.
  359.          4. Remove PCI BIOS address from the driver banner. The PCI BIOS
  360.             is relocated by the motherboard BIOS and its new address can
  361.             not be determined by the driver.
  362.          5. Add mid-level SCSI queue depth information to the adapter
  363.             /proc file: /proc/scsi/advansys[0...].
  364.      2.0 (11/14/96):
  365.          1. Change allocation of global structures used for device
  366.             initialization to guarantee they are in DMA-able memory.
  367.             Previously when the driver was loaded as a module these
  368.             structures might not have been in DMA-able memory, causing
  369.             device initialization to fail.
  370.      2.1 (12/30/96):
  371.          1. In advansys_reset(), if the request is a synchronous reset
  372.             request, even if the request serial number has changed, then
  373.             complete the request.
  374.          2. Add Asc Library bug fixes including new microcode.
  375.          3. Clear inquiry buffer before using it.
  376.          4. Correct ifdef typo.
  377.      2.2 (1/15/97):
  378.          1. Add Asc Library bug fixes including new microcode.
  379.          2. Add synchronous data transfer rate information to the
  380.             adapter /proc file: /proc/scsi/advansys[0...].
  381.          3. Change ADVANSYS_DEBUG to be disabled by default. This
  382.             will reduce the size of the driver image, eliminate execution
  383.             overhead, and remove unneeded symbols from the kernel symbol
  384.             space that were previously added by the driver.
  385.          4. Add new compile-time option ADVANSYS_ASSERT for assertion
  386.             code that used to be defined within ADVANSYS_DEBUG. This
  387.             option is enabled by default.
  388.      2.8 (5/26/97):
  389.          1. Change version number to 2.8 to synchronize the Linux driver
  390.             version numbering with other AdvanSys drivers.
  391.          2. Reformat source files without tabs to present the same view
  392.             of the file to everyone regardless of the editor tab setting
  393.             being used.
  394.          3. Add Asc Library bug fixes.
  395.      3.1A (1/8/98):
  396.          1. Change version number to 3.1 to indicate that support for
  397.             Ultra-Wide adapters (ABP-940UW) is included in this release.
  398.          2. Add Asc Library (Narrow Board) bug fixes.
  399.          3. Report an underrun condition with the host status byte set
  400.             to DID_UNDERRUN. Currently DID_UNDERRUN is defined to 0 which
  401.             causes the underrun condition to be ignored. When Linux defines
  402.             its own DID_UNDERRUN the constant defined in this file can be
  403.             removed.
  404.          4. Add patch to AscWaitTixISRDone().
  405.          5. Add support for up to 16 different AdvanSys host adapter SCSI
  406.             channels in one system. This allows four cards with four channels
  407.             to be used in one system.
  408.      3.1B (1/9/98):
  409.          1. Handle that PCI register base addresses are not always page
  410.             aligned even though ioremap() requires that the address argument
  411.             be page aligned.
  412.      3.1C (1/10/98):
  413.          1. Update latest BIOS version checked for from the /proc file.
  414.          2. Don't set microcode SDTR variable at initialization. Instead
  415.             wait until device capabilities have been detected from an Inquiry
  416.             command.
  417.      3.1D (1/21/98):
  418.          1. Improve performance when the driver is compiled as module by
  419.             allowing up to 64 scatter-gather elements instead of 8.
  420.      3.1E (5/1/98):
  421.          1. Set time delay in AscWaitTixISRDone() to 1000 ms.
  422.          2. Include SMP locking changes.
  423.          3. For v2.1.93 and newer kernels use CONFIG_PCI and new PCI BIOS
  424.             access functions.
  425.          4. Update board serial number printing.
  426.          5. Try allocating an IRQ both with and without the SA_INTERRUPT
  427.             flag set to allow IRQ sharing with drivers that do not set
  428.             the SA_INTERRUPT flag. Also display a more descriptive error
  429.             message if request_irq() fails.
  430.          6. Update to latest Asc and Adv Libraries.
  431.      3.2A (7/22/99):
  432.          1. Update Adv Library to 4.16 which includes support for
  433.             the ASC38C0800 (Ultra2/LVD) IC.
  434.      3.2B (8/23/99):
  435.          1. Correct PCI compile time option for v2.1.93 and greater
  436.             kernels, advansys_info() string, and debug compile time
  437.             option.
  438.          2. Correct DvcSleepMilliSecond() for v2.1.0 and greater
  439.             kernels. This caused an LVD detection/BIST problem problem
  440.             among other things.
  441.          3. Sort PCI cards by PCI Bus, Slot, Function ascending order
  442.             to be consistent with the BIOS.
  443.          4. Update to Asc Library S121 and Adv Library 5.2.
  444.      3.2C (8/24/99):
  445.          1. Correct PCI card detection bug introduced in 3.2B that
  446.             prevented PCI cards from being detected in kernels older
  447.             than v2.1.93.
  448.      3.2D (8/26/99):
  449.          1. Correct /proc device synchronous speed information display.
  450.             Also when re-negotiation is pending for a target device
  451.             note this condition with an * and footnote.
  452.          2. Correct initialization problem with Ultra-Wide cards that
  453.             have a pre-3.2 BIOS. A microcode variable changed locations
  454.             in 3.2 and greater BIOSes which caused WDTR to be attempted
  455.             erroneously with drives that don't support WDTR.
  456.      3.2E (8/30/99):
  457.          1. Fix compile error caused by v2.3.13 PCI structure change.
  458.          2. Remove field from ASCEEP_CONFIG that resulted in an EEPROM
  459.             checksum error for ISA cards.
  460.          3. Remove ASC_QUEUE_FLOW_CONTROL conditional code. The mid-level
  461.             SCSI changes that it depended on were never included in Linux.
  462.      3.2F (9/3/99):
  463.          1. Handle new initial function code added in v2.3.16 for all
  464.             driver versions.
  465.      3.2G (9/8/99):
  466.          1. Fix PCI board detection in v2.3.13 and greater kernels.
  467.          2. Fix comiple errors in v2.3.X with debugging enabled.
  468.      3.2H (9/13/99):
  469.          1. Add 64-bit address, long support for Alpha and UltraSPARC.
  470.             The driver has been verified to work on an Alpha system.
  471.          2. Add partial byte order handling support for Power PC and
  472.             other big-endian platforms. This support has not yet been
  473.             completed or verified.
  474.          3. For wide boards replace block zeroing of request and
  475.             scatter-gather structures with individual field initialization
  476.             to improve performance.
  477.          4. Correct and clarify ROM BIOS version detection.
  478.      3.2I (10/8/99):
  479.          1. Update to Adv Library 5.4.
  480.          2. Add v2.3.19 underrun reporting to asc_isr_callback() and
  481.             adv_isr_callback().  Remove DID_UNDERRUN constant and other
  482.             no longer needed code that previously documented the lack
  483.             of underrun handling.
  484.      3.2J (10/14/99):
  485.          1. Eliminate compile errors for v2.0 and earlier kernels.
  486.      3.2K (11/15/99):
  487.          1. Correct debug compile error in asc_prt_adv_scsi_req_q().
  488.          2. Update Adv Library to 5.5.
  489.          3. Add ifdef handling for /proc changes added in v2.3.28.
  490.          4. Increase Wide board scatter-gather list maximum length to
  491.             255 when the driver is compiled into the kernel.
  492.      3.2L (11/18/99):
  493.          1. Fix bug in adv_get_sglist() that caused an assertion failure
  494.             at line 7475. The reqp->sgblkp pointer must be initialized
  495.             to NULL in adv_get_sglist().
  496.      3.2M (11/29/99):
  497.          1. Really fix bug in adv_get_sglist().
  498.          2. Incorporate v2.3.29 changes into driver.
  499.      3.2N (4/1/00):
  500.          1. Add CONFIG_ISA ifdef code.
  501.          2. Include advansys_interrupts_enabled name change patch.
  502.          3. For >= v2.3.28 use new SCSI error handling with new function
  503.             advansys_eh_bus_reset(). Don't include an abort function
  504.             because of base library limitations.
  505.          4. For >= v2.3.28 use per board lock instead of io_request_lock.
  506.          5. For >= v2.3.28 eliminate advansys_command() and
  507.             advansys_command_done().
  508.          6. Add some changes for PowerPC (Big Endian) support, but it isn't
  509.             working yet.
  510.          7. Fix "nonexistent resource free" problem that occurred on a module
  511.             unload for boards with an I/O space >= 255. The 'n_io_port' field
  512.             is only one byte and can not be used to hold an ioport length more
  513.             than 255.
  514.      3.3A (4/4/00):
  515.          1. Update to Adv Library 5.8.
  516.          2. For wide cards add support for CDBs up to 16 bytes.
  517.          3. Eliminate warnings when CONFIG_PROC_FS is not defined.
  518.      3.3B (5/1/00):
  519.          1. Support for PowerPC (Big Endian) wide cards. Narrow cards
  520.             still need work.
  521.          2. Change bitfields to shift and mask access for endian
  522.             portability.
  523.      3.3C (10/13/00):
  524.          1. Update for latest 2.4 kernel.
  525.          2. Test ABP-480 CardBus support in 2.4 kernel - works!
  526.          3. Update to Asc Library S123.
  527.          4. Update to Adv Library 5.12.
  528.      3.3D (11/22/00):
  529.          1. Update for latest 2.4 kernel.
  530.          2. Create patches for 2.2 and 2.4 kernels.
  531.      3.3E (1/9/01):
  532.          1. Now that 2.4 is released remove ifdef code for kernel versions
  533.             less than 2.2. The driver is now only supported in kernels 2.2,
  534.             2.4, and greater.
  535.          2. Add code to release and acquire the io_request_lock in
  536.             the driver entrypoint functions: advansys_detect and
  537.             advansys_queuecommand. In kernel 2.4 the SCSI mid-level driver
  538.             still holds the io_request_lock on entry to SCSI low-level drivers.
  539.             This was supposed to be removed before 2.4 was released but never
  540.             happened. When the mid-level SCSI driver is changed all references
  541.             to the io_request_lock should be removed from the driver.
  542.          3. Simplify error handling by removing advansys_abort(),
  543.             AscAbortSRB(), AscResetDevice(). SCSI bus reset requests are
  544.             now handled by resetting the SCSI bus and fully re-initializing
  545.             the chip. This simple method of error recovery has proven to work
  546.             most reliably after attempts at different methods. Also now only
  547.             support the "new" error handling method and remove the obsolete
  548.             error handling interface.
  549.          4. Fix debug build errors.
  550.      3.3F (1/24/01):
  551.          1. Merge with ConnectCom version from Andy Kellner which
  552.             updates Adv Library to 5.14.
  553.          2. Make PowerPC (Big Endian) work for narrow cards and
  554.             fix problems writing EEPROM for wide cards.
  555.          3. Remove interrupts_enabled assertion function.
  556.      3.3G (2/16/01):
  557.          1. Return an error from narrow boards if passed a 16 byte
  558.             CDB. The wide board can already handle 16 byte CDBs.
  559.   I. Known Problems/Fix List (XXX)
  560.      1. Need to add memory mapping workaround. Test the memory mapping.
  561.         If it doesn't work revert to I/O port access. Can a test be done
  562.         safely?
  563.      2. Handle an interrupt not working. Keep an interrupt counter in
  564.         the interrupt handler. In the timeout function if the interrupt
  565.         has not occurred then print a message and run in polled mode.
  566.      3. Allow bus type scanning order to be changed.
  567.      4. Need to add support for target mode commands, cf. CAM XPT.
  568.   J. Credits (Chronological Order)
  569.      Bob Frey <bfrey@turbolinux.com.cn> wrote the AdvanSys SCSI driver
  570.      and maintained it up to 3.3F. He continues to answer questions
  571.      and help maintain the driver.
  572.      Nathan Hartwell <mage@cdc3.cdc.net> provided the directions and
  573.      basis for the Linux v1.3.X changes which were included in the
  574.      1.2 release.
  575.      Thomas E Zerucha <zerucha@shell.portal.com> pointed out a bug
  576.      in advansys_biosparam() which was fixed in the 1.3 release.
  577.      Erik Ratcliffe <erik@caldera.com> has done testing of the
  578.      AdvanSys driver in the Caldera releases.
  579.      Rik van Riel <H.H.vanRiel@fys.ruu.nl> provided a patch to
  580.      AscWaitTixISRDone() which he found necessary to make the
  581.      driver work with a SCSI-1 disk.
  582.      Mark Moran <mmoran@mmoran.com> has helped test Ultra-Wide
  583.      support in the 3.1A driver.
  584.      Doug Gilbert <dgilbert@interlog.com> has made changes and
  585.      suggestions to improve the driver and done a lot of testing.
  586.      Ken Mort <ken@mort.net> reported a DEBUG compile bug fixed
  587.      in 3.2K.
  588.      Tom Rini <trini@kernel.crashing.org> provided the CONFIG_ISA
  589.      patch and helped with PowerPC wide and narrow board support.
  590.      Philip Blundell <philip.blundell@pobox.com> provided an
  591.      advansys_interrupts_enabled patch.
  592.      Dave Jones <dave@denial.force9.co.uk> reported the compiler
  593.      warnings generated when CONFIG_PROC_FS was not defined in
  594.      the 3.2M driver.
  595.      Jerry Quinn <jlquinn@us.ibm.com> fixed PowerPC support (endian
  596.      problems) for wide cards.
  597.      Bryan Henderson <bryanh@giraffe-data.com> helped debug narrow
  598.      card error handling.
  599.      Manuel Veloso <veloso@pobox.com> worked hard on PowerPC narrow
  600.      board support and fixed a bug in AscGetEEPConfig().
  601.      Arnaldo Carvalho de Melo <acme@conectiva.com.br> made
  602.      save_flags/restore_flags changes.
  603.      Andy Kellner <AKellner@connectcom.net> continues the Advansys SCSI
  604.      driver development for ConnectCom (Version > 3.3F).
  605.   K. ConnectCom (AdvanSys) Contact Information
  606.      Mail:                   ConnectCom Solutions, Inc.
  607.                              1150 Ringwood Court
  608.                              San Jose, CA 95131
  609.      Operator/Sales:         1-408-383-9400
  610.      FAX:                    1-408-383-9612
  611.      Tech Support:           1-408-467-2930
  612.      Tech Support E-Mail:    linux@connectcom.net
  613.      FTP Site:               ftp.connectcom.net (login: anonymous)
  614.      Web Site:               http://www.connectcom.net
  615. */
  616. /*
  617.  * --- Linux Version
  618.  */
  619. #ifndef LINUX_VERSION_CODE
  620. #include <linux/version.h>
  621. #endif /* LINUX_VERSION_CODE */
  622. /* Convert Linux Version, Patch-level, Sub-level to LINUX_VERSION_CODE. */
  623. #define ASC_LINUX_VERSION(V, P, S)    (((V) * 65536) + ((P) * 256) + (S))
  624. #define ASC_LINUX_KERNEL22 (LINUX_VERSION_CODE < ASC_LINUX_VERSION(2,4,0))
  625. #define ASC_LINUX_KERNEL24 (LINUX_VERSION_CODE >= ASC_LINUX_VERSION(2,4,0))
  626. /* Driver supported only in version 2.2 and version >= 2.4. */
  627. #if LINUX_VERSION_CODE < ASC_LINUX_VERSION(2,2,0) || 
  628.     (LINUX_VERSION_CODE > ASC_LINUX_VERSION(2,3,0) && 
  629.      LINUX_VERSION_CODE < ASC_LINUX_VERSION(2,4,0))
  630. #error "AdvanSys driver supported only in 2.2 and 2.4 or greater kernels."
  631. #endif
  632. /*
  633.  * --- Linux Include Files
  634.  */
  635. #include <linux/config.h>
  636. #include <linux/module.h>
  637. #if defined(CONFIG_X86) && !defined(CONFIG_ISA)
  638. #define CONFIG_ISA
  639. #endif /* CONFIG_X86 && !CONFIG_ISA */
  640. #include <linux/string.h>
  641. #include <linux/sched.h>
  642. #include <linux/kernel.h>
  643. #include <linux/types.h>
  644. #include <linux/ioport.h>
  645. #include <linux/delay.h>
  646. #include <linux/slab.h>
  647. #include <linux/mm.h>
  648. #include <linux/proc_fs.h>
  649. #include <linux/init.h>
  650. #include <asm/io.h>
  651. #include <asm/system.h>
  652. #include <asm/dma.h>
  653. #include <linux/blk.h>
  654. #include <linux/stat.h>
  655. #if ASC_LINUX_KERNEL24
  656. #include <linux/spinlock.h>
  657. #elif ASC_LINUX_KERNEL22
  658. #include <asm/spinlock.h>
  659. #endif
  660. #include "scsi.h"
  661. #include "hosts.h"
  662. #include "sd.h"
  663. #include "advansys.h"
  664. #ifdef CONFIG_PCI
  665. #include <linux/pci.h>
  666. #endif /* CONFIG_PCI */
  667. /*
  668.  * --- Driver Options
  669.  */
  670. /* Enable driver assertions. */
  671. #define ADVANSYS_ASSERT
  672. /* Enable driver /proc statistics. */
  673. #define ADVANSYS_STATS
  674. /* Enable driver tracing. */
  675. /* #define ADVANSYS_DEBUG */
  676. /*
  677.  * --- Debugging Header
  678.  */
  679. #ifdef ADVANSYS_DEBUG
  680. #define STATIC
  681. #else /* ADVANSYS_DEBUG */
  682. #define STATIC static
  683. #endif /* ADVANSYS_DEBUG */
  684. /*
  685.  * --- Asc Library Constants and Macros
  686.  */
  687. #define ASC_LIB_VERSION_MAJOR  1
  688. #define ASC_LIB_VERSION_MINOR  24
  689. #define ASC_LIB_SERIAL_NUMBER  123
  690. /*
  691.  * Portable Data Types
  692.  *
  693.  * Any instance where a 32-bit long or pointer type is assumed
  694.  * for precision or HW defined structures, the following define
  695.  * types must be used. In Linux the char, short, and int types
  696.  * are all consistent at 8, 16, and 32 bits respectively. Pointers
  697.  * and long types are 64 bits on Alpha and UltraSPARC.
  698.  */
  699. #define ASC_PADDR __u32         /* Physical/Bus address data type. */
  700. #define ASC_VADDR __u32         /* Virtual address data type. */
  701. #define ASC_DCNT  __u32         /* Unsigned Data count type. */
  702. #define ASC_SDCNT __s32         /* Signed Data count type. */
  703. /*
  704.  * These macros are used to convert a virtual address to a
  705.  * 32-bit value. This currently can be used on Linux Alpha
  706.  * which uses 64-bit virtual address but a 32-bit bus address.
  707.  * This is likely to break in the future, but doing this now
  708.  * will give us time to change the HW and FW to handle 64-bit
  709.  * addresses.
  710.  */
  711. #define ASC_VADDR_TO_U32   virt_to_bus
  712. #define ASC_U32_TO_VADDR   bus_to_virt
  713. typedef unsigned char uchar;
  714. #ifndef NULL
  715. #define NULL     (0)
  716. #endif
  717. #ifndef TRUE
  718. #define TRUE     (1)
  719. #endif
  720. #ifndef FALSE
  721. #define FALSE    (0)
  722. #endif
  723. #define EOF      (-1)
  724. #define ERR      (-1)
  725. #define UW_ERR   (uint)(0xFFFF)
  726. #define isodd_word(val)   ((((uint)val) & (uint)0x0001) != 0)
  727. #define AscPCIConfigVendorIDRegister      0x0000
  728. #define AscPCIConfigDeviceIDRegister      0x0002
  729. #define AscPCIConfigCommandRegister       0x0004
  730. #define AscPCIConfigStatusRegister        0x0006
  731. #define AscPCIConfigRevisionIDRegister    0x0008
  732. #define AscPCIConfigCacheSize             0x000C
  733. #define AscPCIConfigLatencyTimer          0x000D
  734. #define AscPCIIOBaseRegister              0x0010
  735. #define AscPCICmdRegBits_IOMemBusMaster   0x0007
  736. #define ASC_PCI_ID2BUS(id)    ((id) & 0xFF)
  737. #define ASC_PCI_ID2DEV(id)    (((id) >> 11) & 0x1F)
  738. #define ASC_PCI_ID2FUNC(id)   (((id) >> 8) & 0x7)
  739. #define ASC_PCI_MKID(bus, dev, func) ((((dev) & 0x1F) << 11) | (((func) & 0x7) << 8) | ((bus) & 0xFF))
  740. #define ASC_PCI_VENDORID                  0x10CD
  741. #define ASC_PCI_DEVICEID_1200A            0x1100
  742. #define ASC_PCI_DEVICEID_1200B            0x1200
  743. #define ASC_PCI_DEVICEID_ULTRA            0x1300
  744. #define ASC_PCI_REVISION_3150             0x02
  745. #define ASC_PCI_REVISION_3050             0x03
  746. #define  ASC_DVCLIB_CALL_DONE     (1)
  747. #define  ASC_DVCLIB_CALL_FAILED   (0)
  748. #define  ASC_DVCLIB_CALL_ERROR    (-1)
  749. /*
  750.  * Enable CC_VERY_LONG_SG_LIST to support up to 64K element SG lists.
  751.  * The SRB structure will have to be changed and the ASC_SRB2SCSIQ()
  752.  * macro re-defined to be able to obtain a ASC_SCSI_Q pointer from the
  753.  * SRB structure.
  754.  */
  755. #define CC_VERY_LONG_SG_LIST 0
  756. #define ASC_SRB2SCSIQ(srb_ptr)  (srb_ptr)
  757. #define PortAddr                 unsigned short    /* port address size  */
  758. #define inp(port)                inb(port)
  759. #define outp(port, byte)         outb((byte), (port))
  760. #define inpw(port)               inw(port)
  761. #define outpw(port, word)        outw((word), (port))
  762. #define ASC_MAX_SG_QUEUE    7
  763. #define ASC_MAX_SG_LIST     255
  764. #define ASC_CS_TYPE  unsigned short
  765. #define ASC_IS_ISA          (0x0001)
  766. #define ASC_IS_ISAPNP       (0x0081)
  767. #define ASC_IS_EISA         (0x0002)
  768. #define ASC_IS_PCI          (0x0004)
  769. #define ASC_IS_PCI_ULTRA    (0x0104)
  770. #define ASC_IS_PCMCIA       (0x0008)
  771. #define ASC_IS_MCA          (0x0020)
  772. #define ASC_IS_VL           (0x0040)
  773. #define ASC_ISA_PNP_PORT_ADDR  (0x279)
  774. #define ASC_ISA_PNP_PORT_WRITE (ASC_ISA_PNP_PORT_ADDR+0x800)
  775. #define ASC_IS_WIDESCSI_16  (0x0100)
  776. #define ASC_IS_WIDESCSI_32  (0x0200)
  777. #define ASC_IS_BIG_ENDIAN   (0x8000)
  778. #define ASC_CHIP_MIN_VER_VL      (0x01)
  779. #define ASC_CHIP_MAX_VER_VL      (0x07)
  780. #define ASC_CHIP_MIN_VER_PCI     (0x09)
  781. #define ASC_CHIP_MAX_VER_PCI     (0x0F)
  782. #define ASC_CHIP_VER_PCI_BIT     (0x08)
  783. #define ASC_CHIP_MIN_VER_ISA     (0x11)
  784. #define ASC_CHIP_MIN_VER_ISA_PNP (0x21)
  785. #define ASC_CHIP_MAX_VER_ISA     (0x27)
  786. #define ASC_CHIP_VER_ISA_BIT     (0x30)
  787. #define ASC_CHIP_VER_ISAPNP_BIT  (0x20)
  788. #define ASC_CHIP_VER_ASYN_BUG    (0x21)
  789. #define ASC_CHIP_VER_PCI             0x08
  790. #define ASC_CHIP_VER_PCI_ULTRA_3150  (ASC_CHIP_VER_PCI | 0x02)
  791. #define ASC_CHIP_VER_PCI_ULTRA_3050  (ASC_CHIP_VER_PCI | 0x03)
  792. #define ASC_CHIP_MIN_VER_EISA (0x41)
  793. #define ASC_CHIP_MAX_VER_EISA (0x47)
  794. #define ASC_CHIP_VER_EISA_BIT (0x40)
  795. #define ASC_CHIP_LATEST_VER_EISA   ((ASC_CHIP_MIN_VER_EISA - 1) + 3)
  796. #define ASC_MAX_LIB_SUPPORTED_ISA_CHIP_VER   0x21
  797. #define ASC_MAX_LIB_SUPPORTED_PCI_CHIP_VER   0x0A
  798. #define ASC_MAX_VL_DMA_ADDR     (0x07FFFFFFL)
  799. #define ASC_MAX_VL_DMA_COUNT    (0x07FFFFFFL)
  800. #define ASC_MAX_PCI_DMA_ADDR    (0xFFFFFFFFL)
  801. #define ASC_MAX_PCI_DMA_COUNT   (0xFFFFFFFFL)
  802. #define ASC_MAX_ISA_DMA_ADDR    (0x00FFFFFFL)
  803. #define ASC_MAX_ISA_DMA_COUNT   (0x00FFFFFFL)
  804. #define ASC_MAX_EISA_DMA_ADDR   (0x07FFFFFFL)
  805. #define ASC_MAX_EISA_DMA_COUNT  (0x07FFFFFFL)
  806. #define ASC_SCSI_ID_BITS  3
  807. #define ASC_SCSI_TIX_TYPE     uchar
  808. #define ASC_ALL_DEVICE_BIT_SET  0xFF
  809. #define ASC_SCSI_BIT_ID_TYPE  uchar
  810. #define ASC_MAX_TID       7
  811. #define ASC_MAX_LUN       7
  812. #define ASC_SCSI_WIDTH_BIT_SET  0xFF
  813. #define ASC_MAX_SENSE_LEN   32
  814. #define ASC_MIN_SENSE_LEN   14
  815. #define ASC_MAX_CDB_LEN     12
  816. #define ASC_SCSI_RESET_HOLD_TIME_US  60
  817. #define SCSICMD_TestUnitReady     0x00
  818. #define SCSICMD_Rewind            0x01
  819. #define SCSICMD_Rezero            0x01
  820. #define SCSICMD_RequestSense      0x03
  821. #define SCSICMD_Format            0x04
  822. #define SCSICMD_FormatUnit        0x04
  823. #define SCSICMD_Read6             0x08
  824. #define SCSICMD_Write6            0x0A
  825. #define SCSICMD_Seek6             0x0B
  826. #define SCSICMD_Inquiry           0x12
  827. #define SCSICMD_Verify6           0x13
  828. #define SCSICMD_ModeSelect6       0x15
  829. #define SCSICMD_ModeSense6        0x1A
  830. #define SCSICMD_StartStopUnit     0x1B
  831. #define SCSICMD_LoadUnloadTape    0x1B
  832. #define SCSICMD_ReadCapacity      0x25
  833. #define SCSICMD_Read10            0x28
  834. #define SCSICMD_Write10           0x2A
  835. #define SCSICMD_Seek10            0x2B
  836. #define SCSICMD_Erase10           0x2C
  837. #define SCSICMD_WriteAndVerify10  0x2E
  838. #define SCSICMD_Verify10          0x2F
  839. #define SCSICMD_WriteBuffer       0x3B
  840. #define SCSICMD_ReadBuffer        0x3C
  841. #define SCSICMD_ReadLong          0x3E
  842. #define SCSICMD_WriteLong         0x3F
  843. #define SCSICMD_ReadTOC           0x43
  844. #define SCSICMD_ReadHeader        0x44
  845. #define SCSICMD_ModeSelect10      0x55
  846. #define SCSICMD_ModeSense10       0x5A
  847. /* Inquiry Data Peripheral Device Types */
  848. #define SCSI_TYPE_DASD     0x00
  849. #define SCSI_TYPE_SASD     0x01
  850. #define SCSI_TYPE_PRN      0x02
  851. #define SCSI_TYPE_PROC     0x03
  852. #define SCSI_TYPE_WORM     0x04
  853. #define SCSI_TYPE_CDROM    0x05
  854. #define SCSI_TYPE_SCANNER  0x06
  855. #define SCSI_TYPE_OPTMEM   0x07
  856. #define SCSI_TYPE_MED_CHG  0x08
  857. #define SCSI_TYPE_COMM     0x09
  858. #define SCSI_TYPE_UNKNOWN  0x1F
  859. #define ADV_INQ_CLOCKING_ST_ONLY    0x0
  860. #define ADV_INQ_CLOCKING_DT_ONLY    0x1
  861. #define ADV_INQ_CLOCKING_ST_AND_DT  0x3
  862. /*
  863.  * Inquiry SPC-2 SPI Byte 1 EVPD (Enable Vital Product Data)
  864.  * and CmdDt (Command Support Data) field bit definitions.
  865.  */
  866. #define ADV_INQ_RTN_VPD_AND_CMDDT           0x3
  867. #define ADV_INQ_RTN_CMDDT_FOR_OP_CODE       0x2
  868. #define ADV_INQ_RTN_VPD_FOR_PG_CODE         0x1
  869. #define ADV_INQ_RTN_STD_INQUIRY_DATA        0x0
  870. #define ASC_SCSIDIR_NOCHK    0x00
  871. #define ASC_SCSIDIR_T2H      0x08
  872. #define ASC_SCSIDIR_H2T      0x10
  873. #define ASC_SCSIDIR_NODATA   0x18
  874. #define SCSI_SENKEY_NO_SENSE      0x00
  875. #define SCSI_SENKEY_UNDEFINED     0x01
  876. #define SCSI_SENKEY_NOT_READY     0x02
  877. #define SCSI_SENKEY_MEDIUM_ERR    0x03
  878. #define SCSI_SENKEY_HW_ERR        0x04
  879. #define SCSI_SENKEY_ILLEGAL       0x05
  880. #define SCSI_SENKEY_ATTENTION     0x06
  881. #define SCSI_SENKEY_PROTECTED     0x07
  882. #define SCSI_SENKEY_BLANK         0x08
  883. #define SCSI_SENKEY_V_UNIQUE      0x09
  884. #define SCSI_SENKEY_CPY_ABORT     0x0A
  885. #define SCSI_SENKEY_ABORT         0x0B
  886. #define SCSI_SENKEY_EQUAL         0x0C
  887. #define SCSI_SENKEY_VOL_OVERFLOW  0x0D
  888. #define SCSI_SENKEY_MISCOMP       0x0E
  889. #define SCSI_SENKEY_RESERVED      0x0F
  890. #define SCSI_ASC_NOMEDIA          0x3A
  891. #define ASC_SRB_HOST(x)  ((uchar)((uchar)(x) >> 4))
  892. #define ASC_SRB_TID(x)   ((uchar)((uchar)(x) & (uchar)0x0F))
  893. #define ASC_SRB_LUN(x)   ((uchar)((uint)(x) >> 13))
  894. #define PUT_CDB1(x)   ((uchar)((uint)(x) >> 8))
  895. #define SS_GOOD              0x00
  896. #define SS_CHK_CONDITION     0x02
  897. #define SS_CONDITION_MET     0x04
  898. #define SS_TARGET_BUSY       0x08
  899. #define SS_INTERMID          0x10
  900. #define SS_INTERMID_COND_MET 0x14
  901. #define SS_RSERV_CONFLICT    0x18
  902. #define SS_CMD_TERMINATED    0x22
  903. #define SS_QUEUE_FULL        0x28
  904. #define MS_CMD_DONE    0x00
  905. #define MS_EXTEND      0x01
  906. #define MS_SDTR_LEN    0x03
  907. #define MS_SDTR_CODE   0x01
  908. #define MS_WDTR_LEN    0x02
  909. #define MS_WDTR_CODE   0x03
  910. #define MS_MDP_LEN    0x05
  911. #define MS_MDP_CODE   0x00
  912. #define M1_SAVE_DATA_PTR        0x02
  913. #define M1_RESTORE_PTRS         0x03
  914. #define M1_DISCONNECT           0x04
  915. #define M1_INIT_DETECTED_ERR    0x05
  916. #define M1_ABORT                0x06
  917. #define M1_MSG_REJECT           0x07
  918. #define M1_NO_OP                0x08
  919. #define M1_MSG_PARITY_ERR       0x09
  920. #define M1_LINK_CMD_DONE        0x0A
  921. #define M1_LINK_CMD_DONE_WFLAG  0x0B
  922. #define M1_BUS_DVC_RESET        0x0C
  923. #define M1_ABORT_TAG            0x0D
  924. #define M1_CLR_QUEUE            0x0E
  925. #define M1_INIT_RECOVERY        0x0F
  926. #define M1_RELEASE_RECOVERY     0x10
  927. #define M1_KILL_IO_PROC         0x11
  928. #define M2_QTAG_MSG_SIMPLE      0x20
  929. #define M2_QTAG_MSG_HEAD        0x21
  930. #define M2_QTAG_MSG_ORDERED     0x22
  931. #define M2_IGNORE_WIDE_RESIDUE  0x23
  932. /*
  933.  * Inquiry data structure and bitfield macros
  934.  *
  935.  * Only quantities of more than 1 bit are shifted, since the others are
  936.  * just tested for true or false. C bitfields aren't portable between big
  937.  * and little-endian platforms so they are not used.
  938.  */
  939. #define ASC_INQ_DVC_TYPE(inq)       ((inq)->periph & 0x1f)
  940. #define ASC_INQ_QUALIFIER(inq)      (((inq)->periph & 0xe0) >> 5)
  941. #define ASC_INQ_DVC_TYPE_MOD(inq)   ((inq)->devtype & 0x7f)
  942. #define ASC_INQ_REMOVABLE(inq)      ((inq)->devtype & 0x80)
  943. #define ASC_INQ_ANSI_VER(inq)       ((inq)->ver & 0x07)
  944. #define ASC_INQ_ECMA_VER(inq)       (((inq)->ver & 0x38) >> 3)
  945. #define ASC_INQ_ISO_VER(inq)        (((inq)->ver & 0xc0) >> 6)
  946. #define ASC_INQ_RESPONSE_FMT(inq)   ((inq)->byte3 & 0x0f)
  947. #define ASC_INQ_TERM_IO(inq)        ((inq)->byte3 & 0x40)
  948. #define ASC_INQ_ASYNC_NOTIF(inq)    ((inq)->byte3 & 0x80)
  949. #define ASC_INQ_SOFT_RESET(inq)     ((inq)->flags & 0x01)
  950. #define ASC_INQ_CMD_QUEUE(inq)      ((inq)->flags & 0x02)
  951. #define ASC_INQ_LINK_CMD(inq)       ((inq)->flags & 0x08)
  952. #define ASC_INQ_SYNC(inq)           ((inq)->flags & 0x10)
  953. #define ASC_INQ_WIDE16(inq)         ((inq)->flags & 0x20)
  954. #define ASC_INQ_WIDE32(inq)         ((inq)->flags & 0x40)
  955. #define ASC_INQ_REL_ADDR(inq)       ((inq)->flags & 0x80)
  956. #define ASC_INQ_INFO_UNIT(inq)      ((inq)->info & 0x01)
  957. #define ASC_INQ_QUICK_ARB(inq)      ((inq)->info & 0x02)
  958. #define ASC_INQ_CLOCKING(inq)       (((inq)->info & 0x0c) >> 2)
  959. typedef struct {
  960.     uchar               periph;
  961.     uchar               devtype;
  962.     uchar               ver;
  963.     uchar               byte3;
  964.     uchar               add_len;
  965.     uchar               res1;
  966.     uchar               res2;
  967.     uchar               flags;
  968.     uchar               vendor_id[8];
  969.     uchar               product_id[16];
  970.     uchar               product_rev_level[4];
  971. } ASC_SCSI_INQUIRY;
  972. #define ASC_SG_LIST_PER_Q   7
  973. #define QS_FREE        0x00
  974. #define QS_READY       0x01
  975. #define QS_DISC1       0x02
  976. #define QS_DISC2       0x04
  977. #define QS_BUSY        0x08
  978. #define QS_ABORTED     0x40
  979. #define QS_DONE        0x80
  980. #define QC_NO_CALLBACK   0x01
  981. #define QC_SG_SWAP_QUEUE 0x02
  982. #define QC_SG_HEAD       0x04
  983. #define QC_DATA_IN       0x08
  984. #define QC_DATA_OUT      0x10
  985. #define QC_URGENT        0x20
  986. #define QC_MSG_OUT       0x40
  987. #define QC_REQ_SENSE     0x80
  988. #define QCSG_SG_XFER_LIST  0x02
  989. #define QCSG_SG_XFER_MORE  0x04
  990. #define QCSG_SG_XFER_END   0x08
  991. #define QD_IN_PROGRESS       0x00
  992. #define QD_NO_ERROR          0x01
  993. #define QD_ABORTED_BY_HOST   0x02
  994. #define QD_WITH_ERROR        0x04
  995. #define QD_INVALID_REQUEST   0x80
  996. #define QD_INVALID_HOST_NUM  0x81
  997. #define QD_INVALID_DEVICE    0x82
  998. #define QD_ERR_INTERNAL      0xFF
  999. #define QHSTA_NO_ERROR               0x00
  1000. #define QHSTA_M_SEL_TIMEOUT          0x11
  1001. #define QHSTA_M_DATA_OVER_RUN        0x12
  1002. #define QHSTA_M_DATA_UNDER_RUN       0x12
  1003. #define QHSTA_M_UNEXPECTED_BUS_FREE  0x13
  1004. #define QHSTA_M_BAD_BUS_PHASE_SEQ    0x14
  1005. #define QHSTA_D_QDONE_SG_LIST_CORRUPTED 0x21
  1006. #define QHSTA_D_ASC_DVC_ERROR_CODE_SET  0x22
  1007. #define QHSTA_D_HOST_ABORT_FAILED       0x23
  1008. #define QHSTA_D_EXE_SCSI_Q_FAILED       0x24
  1009. #define QHSTA_D_EXE_SCSI_Q_BUSY_TIMEOUT 0x25
  1010. #define QHSTA_D_ASPI_NO_BUF_POOL        0x26
  1011. #define QHSTA_M_WTM_TIMEOUT         0x41
  1012. #define QHSTA_M_BAD_CMPL_STATUS_IN  0x42
  1013. #define QHSTA_M_NO_AUTO_REQ_SENSE   0x43
  1014. #define QHSTA_M_AUTO_REQ_SENSE_FAIL 0x44
  1015. #define QHSTA_M_TARGET_STATUS_BUSY  0x45
  1016. #define QHSTA_M_BAD_TAG_CODE        0x46
  1017. #define QHSTA_M_BAD_QUEUE_FULL_OR_BUSY  0x47
  1018. #define QHSTA_M_HUNG_REQ_SCSI_BUS_RESET 0x48
  1019. #define QHSTA_D_LRAM_CMP_ERROR        0x81
  1020. #define QHSTA_M_MICRO_CODE_ERROR_HALT 0xA1
  1021. #define ASC_FLAG_SCSIQ_REQ        0x01
  1022. #define ASC_FLAG_BIOS_SCSIQ_REQ   0x02
  1023. #define ASC_FLAG_BIOS_ASYNC_IO    0x04
  1024. #define ASC_FLAG_SRB_LINEAR_ADDR  0x08
  1025. #define ASC_FLAG_WIN16            0x10
  1026. #define ASC_FLAG_WIN32            0x20
  1027. #define ASC_FLAG_ISA_OVER_16MB    0x40
  1028. #define ASC_FLAG_DOS_VM_CALLBACK  0x80
  1029. #define ASC_TAG_FLAG_EXTRA_BYTES               0x10
  1030. #define ASC_TAG_FLAG_DISABLE_DISCONNECT        0x04
  1031. #define ASC_TAG_FLAG_DISABLE_ASYN_USE_SYN_FIX  0x08
  1032. #define ASC_TAG_FLAG_DISABLE_CHK_COND_INT_HOST 0x40
  1033. #define ASC_SCSIQ_CPY_BEG              4
  1034. #define ASC_SCSIQ_SGHD_CPY_BEG         2
  1035. #define ASC_SCSIQ_B_FWD                0
  1036. #define ASC_SCSIQ_B_BWD                1
  1037. #define ASC_SCSIQ_B_STATUS             2
  1038. #define ASC_SCSIQ_B_QNO                3
  1039. #define ASC_SCSIQ_B_CNTL               4
  1040. #define ASC_SCSIQ_B_SG_QUEUE_CNT       5
  1041. #define ASC_SCSIQ_D_DATA_ADDR          8
  1042. #define ASC_SCSIQ_D_DATA_CNT          12
  1043. #define ASC_SCSIQ_B_SENSE_LEN         20
  1044. #define ASC_SCSIQ_DONE_INFO_BEG       22
  1045. #define ASC_SCSIQ_D_SRBPTR            22
  1046. #define ASC_SCSIQ_B_TARGET_IX         26
  1047. #define ASC_SCSIQ_B_CDB_LEN           28
  1048. #define ASC_SCSIQ_B_TAG_CODE          29
  1049. #define ASC_SCSIQ_W_VM_ID             30
  1050. #define ASC_SCSIQ_DONE_STATUS         32
  1051. #define ASC_SCSIQ_HOST_STATUS         33
  1052. #define ASC_SCSIQ_SCSI_STATUS         34
  1053. #define ASC_SCSIQ_CDB_BEG             36
  1054. #define ASC_SCSIQ_DW_REMAIN_XFER_ADDR 56
  1055. #define ASC_SCSIQ_DW_REMAIN_XFER_CNT  60
  1056. #define ASC_SCSIQ_B_FIRST_SG_WK_QP    48
  1057. #define ASC_SCSIQ_B_SG_WK_QP          49
  1058. #define ASC_SCSIQ_B_SG_WK_IX          50
  1059. #define ASC_SCSIQ_W_ALT_DC1           52
  1060. #define ASC_SCSIQ_B_LIST_CNT          6
  1061. #define ASC_SCSIQ_B_CUR_LIST_CNT      7
  1062. #define ASC_SGQ_B_SG_CNTL             4
  1063. #define ASC_SGQ_B_SG_HEAD_QP          5
  1064. #define ASC_SGQ_B_SG_LIST_CNT         6
  1065. #define ASC_SGQ_B_SG_CUR_LIST_CNT     7
  1066. #define ASC_SGQ_LIST_BEG              8
  1067. #define ASC_DEF_SCSI1_QNG    4
  1068. #define ASC_MAX_SCSI1_QNG    4
  1069. #define ASC_DEF_SCSI2_QNG    16
  1070. #define ASC_MAX_SCSI2_QNG    32
  1071. #define ASC_TAG_CODE_MASK    0x23
  1072. #define ASC_STOP_REQ_RISC_STOP      0x01
  1073. #define ASC_STOP_ACK_RISC_STOP      0x03
  1074. #define ASC_STOP_CLEAN_UP_BUSY_Q    0x10
  1075. #define ASC_STOP_CLEAN_UP_DISC_Q    0x20
  1076. #define ASC_STOP_HOST_REQ_RISC_HALT 0x40
  1077. #define ASC_TIDLUN_TO_IX(tid, lun)  (ASC_SCSI_TIX_TYPE)((tid) + ((lun)<<ASC_SCSI_ID_BITS))
  1078. #define ASC_TID_TO_TARGET_ID(tid)   (ASC_SCSI_BIT_ID_TYPE)(0x01 << (tid))
  1079. #define ASC_TIX_TO_TARGET_ID(tix)   (0x01 << ((tix) & ASC_MAX_TID))
  1080. #define ASC_TIX_TO_TID(tix)         ((tix) & ASC_MAX_TID)
  1081. #define ASC_TID_TO_TIX(tid)         ((tid) & ASC_MAX_TID)
  1082. #define ASC_TIX_TO_LUN(tix)         (((tix) >> ASC_SCSI_ID_BITS) & ASC_MAX_LUN)
  1083. #define ASC_QNO_TO_QADDR(q_no)      ((ASC_QADR_BEG)+((int)(q_no) << 6))
  1084. typedef struct asc_scsiq_1 {
  1085.     uchar               status;
  1086.     uchar               q_no;
  1087.     uchar               cntl;
  1088.     uchar               sg_queue_cnt;
  1089.     uchar               target_id;
  1090.     uchar               target_lun;
  1091.     ASC_PADDR           data_addr;
  1092.     ASC_DCNT            data_cnt;
  1093.     ASC_PADDR           sense_addr;
  1094.     uchar               sense_len;
  1095.     uchar               extra_bytes;
  1096. } ASC_SCSIQ_1;
  1097. typedef struct asc_scsiq_2 {
  1098.     ASC_VADDR           srb_ptr;
  1099.     uchar               target_ix;
  1100.     uchar               flag;
  1101.     uchar               cdb_len;
  1102.     uchar               tag_code;
  1103.     ushort              vm_id;
  1104. } ASC_SCSIQ_2;
  1105. typedef struct asc_scsiq_3 {
  1106.     uchar               done_stat;
  1107.     uchar               host_stat;
  1108.     uchar               scsi_stat;
  1109.     uchar               scsi_msg;
  1110. } ASC_SCSIQ_3;
  1111. typedef struct asc_scsiq_4 {
  1112.     uchar               cdb[ASC_MAX_CDB_LEN];
  1113.     uchar               y_first_sg_list_qp;
  1114.     uchar               y_working_sg_qp;
  1115.     uchar               y_working_sg_ix;
  1116.     uchar               y_res;
  1117.     ushort              x_req_count;
  1118.     ushort              x_reconnect_rtn;
  1119.     ASC_PADDR           x_saved_data_addr;
  1120.     ASC_DCNT            x_saved_data_cnt;
  1121. } ASC_SCSIQ_4;
  1122. typedef struct asc_q_done_info {
  1123.     ASC_SCSIQ_2         d2;
  1124.     ASC_SCSIQ_3         d3;
  1125.     uchar               q_status;
  1126.     uchar               q_no;
  1127.     uchar               cntl;
  1128.     uchar               sense_len;
  1129.     uchar               extra_bytes;
  1130.     uchar               res;
  1131.     ASC_DCNT            remain_bytes;
  1132. } ASC_QDONE_INFO;
  1133. typedef struct asc_sg_list {
  1134.     ASC_PADDR           addr;
  1135.     ASC_DCNT            bytes;
  1136. } ASC_SG_LIST;
  1137. typedef struct asc_sg_head {
  1138.     ushort              entry_cnt;
  1139.     ushort              queue_cnt;
  1140.     ushort              entry_to_copy;
  1141.     ushort              res;
  1142.     ASC_SG_LIST         sg_list[ASC_MAX_SG_LIST];
  1143. } ASC_SG_HEAD;
  1144. #define ASC_MIN_SG_LIST   2
  1145. typedef struct asc_min_sg_head {
  1146.     ushort              entry_cnt;
  1147.     ushort              queue_cnt;
  1148.     ushort              entry_to_copy;
  1149.     ushort              res;
  1150.     ASC_SG_LIST         sg_list[ASC_MIN_SG_LIST];
  1151. } ASC_MIN_SG_HEAD;
  1152. #define QCX_SORT        (0x0001)
  1153. #define QCX_COALEASE    (0x0002)
  1154. typedef struct asc_scsi_q {
  1155.     ASC_SCSIQ_1         q1;
  1156.     ASC_SCSIQ_2         q2;
  1157.     uchar               *cdbptr;
  1158.     ASC_SG_HEAD         *sg_head;
  1159.     ushort              remain_sg_entry_cnt;
  1160.     ushort              next_sg_index;
  1161. } ASC_SCSI_Q;
  1162. typedef struct asc_scsi_req_q {
  1163.     ASC_SCSIQ_1         r1;
  1164.     ASC_SCSIQ_2         r2;
  1165.     uchar               *cdbptr;
  1166.     ASC_SG_HEAD         *sg_head;
  1167.     uchar               *sense_ptr;
  1168.     ASC_SCSIQ_3         r3;
  1169.     uchar               cdb[ASC_MAX_CDB_LEN];
  1170.     uchar               sense[ASC_MIN_SENSE_LEN];
  1171. } ASC_SCSI_REQ_Q;
  1172. typedef struct asc_scsi_bios_req_q {
  1173.     ASC_SCSIQ_1         r1;
  1174.     ASC_SCSIQ_2         r2;
  1175.     uchar               *cdbptr;
  1176.     ASC_SG_HEAD         *sg_head;
  1177.     uchar               *sense_ptr;
  1178.     ASC_SCSIQ_3         r3;
  1179.     uchar               cdb[ASC_MAX_CDB_LEN];
  1180.     uchar               sense[ASC_MIN_SENSE_LEN];
  1181. } ASC_SCSI_BIOS_REQ_Q;
  1182. typedef struct asc_risc_q {
  1183.     uchar               fwd;
  1184.     uchar               bwd;
  1185.     ASC_SCSIQ_1         i1;
  1186.     ASC_SCSIQ_2         i2;
  1187.     ASC_SCSIQ_3         i3;
  1188.     ASC_SCSIQ_4         i4;
  1189. } ASC_RISC_Q;
  1190. typedef struct asc_sg_list_q {
  1191.     uchar               seq_no;
  1192.     uchar               q_no;
  1193.     uchar               cntl;
  1194.     uchar               sg_head_qp;
  1195.     uchar               sg_list_cnt;
  1196.     uchar               sg_cur_list_cnt;
  1197. } ASC_SG_LIST_Q;
  1198. typedef struct asc_risc_sg_list_q {
  1199.     uchar               fwd;
  1200.     uchar               bwd;
  1201.     ASC_SG_LIST_Q       sg;
  1202.     ASC_SG_LIST         sg_list[7];
  1203. } ASC_RISC_SG_LIST_Q;
  1204. #define ASC_EXE_SCSI_IO_MAX_IDLE_LOOP  0x1000000UL
  1205. #define ASC_EXE_SCSI_IO_MAX_WAIT_LOOP  1024
  1206. #define ASCQ_ERR_NO_ERROR             0
  1207. #define ASCQ_ERR_IO_NOT_FOUND         1
  1208. #define ASCQ_ERR_LOCAL_MEM            2
  1209. #define ASCQ_ERR_CHKSUM               3
  1210. #define ASCQ_ERR_START_CHIP           4
  1211. #define ASCQ_ERR_INT_TARGET_ID        5
  1212. #define ASCQ_ERR_INT_LOCAL_MEM        6
  1213. #define ASCQ_ERR_HALT_RISC            7
  1214. #define ASCQ_ERR_GET_ASPI_ENTRY       8
  1215. #define ASCQ_ERR_CLOSE_ASPI           9
  1216. #define ASCQ_ERR_HOST_INQUIRY         0x0A
  1217. #define ASCQ_ERR_SAVED_SRB_BAD        0x0B
  1218. #define ASCQ_ERR_QCNTL_SG_LIST        0x0C
  1219. #define ASCQ_ERR_Q_STATUS             0x0D
  1220. #define ASCQ_ERR_WR_SCSIQ             0x0E
  1221. #define ASCQ_ERR_PC_ADDR              0x0F
  1222. #define ASCQ_ERR_SYN_OFFSET           0x10
  1223. #define ASCQ_ERR_SYN_XFER_TIME        0x11
  1224. #define ASCQ_ERR_LOCK_DMA             0x12
  1225. #define ASCQ_ERR_UNLOCK_DMA           0x13
  1226. #define ASCQ_ERR_VDS_CHK_INSTALL      0x14
  1227. #define ASCQ_ERR_MICRO_CODE_HALT      0x15
  1228. #define ASCQ_ERR_SET_LRAM_ADDR        0x16
  1229. #define ASCQ_ERR_CUR_QNG              0x17
  1230. #define ASCQ_ERR_SG_Q_LINKS           0x18
  1231. #define ASCQ_ERR_SCSIQ_PTR            0x19
  1232. #define ASCQ_ERR_ISR_RE_ENTRY         0x1A
  1233. #define ASCQ_ERR_CRITICAL_RE_ENTRY    0x1B
  1234. #define ASCQ_ERR_ISR_ON_CRITICAL      0x1C
  1235. #define ASCQ_ERR_SG_LIST_ODD_ADDRESS  0x1D
  1236. #define ASCQ_ERR_XFER_ADDRESS_TOO_BIG 0x1E
  1237. #define ASCQ_ERR_SCSIQ_NULL_PTR       0x1F
  1238. #define ASCQ_ERR_SCSIQ_BAD_NEXT_PTR   0x20
  1239. #define ASCQ_ERR_GET_NUM_OF_FREE_Q    0x21
  1240. #define ASCQ_ERR_SEND_SCSI_Q          0x22
  1241. #define ASCQ_ERR_HOST_REQ_RISC_HALT   0x23
  1242. #define ASCQ_ERR_RESET_SDTR           0x24
  1243. /*
  1244.  * Warning code values are set in ASC_DVC_VAR  'warn_code'.
  1245.  */
  1246. #define ASC_WARN_NO_ERROR             0x0000
  1247. #define ASC_WARN_IO_PORT_ROTATE       0x0001
  1248. #define ASC_WARN_EEPROM_CHKSUM        0x0002
  1249. #define ASC_WARN_IRQ_MODIFIED         0x0004
  1250. #define ASC_WARN_AUTO_CONFIG          0x0008
  1251. #define ASC_WARN_CMD_QNG_CONFLICT     0x0010
  1252. #define ASC_WARN_EEPROM_RECOVER       0x0020
  1253. #define ASC_WARN_CFG_MSW_RECOVER      0x0040
  1254. #define ASC_WARN_SET_PCI_CONFIG_SPACE 0x0080
  1255. /*
  1256.  * Error code values are set in ASC_DVC_VAR  'err_code'.
  1257.  */
  1258. #define ASC_IERR_WRITE_EEPROM         0x0001
  1259. #define ASC_IERR_MCODE_CHKSUM         0x0002
  1260. #define ASC_IERR_SET_PC_ADDR          0x0004
  1261. #define ASC_IERR_START_STOP_CHIP      0x0008
  1262. #define ASC_IERR_IRQ_NO               0x0010
  1263. #define ASC_IERR_SET_IRQ_NO           0x0020
  1264. #define ASC_IERR_CHIP_VERSION         0x0040
  1265. #define ASC_IERR_SET_SCSI_ID          0x0080
  1266. #define ASC_IERR_GET_PHY_ADDR         0x0100
  1267. #define ASC_IERR_BAD_SIGNATURE        0x0200
  1268. #define ASC_IERR_NO_BUS_TYPE          0x0400
  1269. #define ASC_IERR_SCAM                 0x0800
  1270. #define ASC_IERR_SET_SDTR             0x1000
  1271. #define ASC_IERR_RW_LRAM              0x8000
  1272. #define ASC_DEF_IRQ_NO  10
  1273. #define ASC_MAX_IRQ_NO  15
  1274. #define ASC_MIN_IRQ_NO  10
  1275. #define ASC_MIN_REMAIN_Q        (0x02)
  1276. #define ASC_DEF_MAX_TOTAL_QNG   (0xF0)
  1277. #define ASC_MIN_TAG_Q_PER_DVC   (0x04)
  1278. #define ASC_DEF_TAG_Q_PER_DVC   (0x04)
  1279. #define ASC_MIN_FREE_Q        ASC_MIN_REMAIN_Q
  1280. #define ASC_MIN_TOTAL_QNG     ((ASC_MAX_SG_QUEUE)+(ASC_MIN_FREE_Q))
  1281. #define ASC_MAX_TOTAL_QNG 240
  1282. #define ASC_MAX_PCI_ULTRA_INRAM_TOTAL_QNG 16
  1283. #define ASC_MAX_PCI_ULTRA_INRAM_TAG_QNG   8
  1284. #define ASC_MAX_PCI_INRAM_TOTAL_QNG  20
  1285. #define ASC_MAX_INRAM_TAG_QNG   16
  1286. #define ASC_IOADR_TABLE_MAX_IX  11
  1287. #define ASC_IOADR_GAP   0x10
  1288. #define ASC_SEARCH_IOP_GAP 0x10
  1289. #define ASC_MIN_IOP_ADDR   (PortAddr)0x0100
  1290. #define ASC_MAX_IOP_ADDR   (PortAddr)0x3F0
  1291. #define ASC_IOADR_1     (PortAddr)0x0110
  1292. #define ASC_IOADR_2     (PortAddr)0x0130
  1293. #define ASC_IOADR_3     (PortAddr)0x0150
  1294. #define ASC_IOADR_4     (PortAddr)0x0190
  1295. #define ASC_IOADR_5     (PortAddr)0x0210
  1296. #define ASC_IOADR_6     (PortAddr)0x0230
  1297. #define ASC_IOADR_7     (PortAddr)0x0250
  1298. #define ASC_IOADR_8     (PortAddr)0x0330
  1299. #define ASC_IOADR_DEF   ASC_IOADR_8
  1300. #define ASC_LIB_SCSIQ_WK_SP        256
  1301. #define ASC_MAX_SYN_XFER_NO        16
  1302. #define ASC_SYN_MAX_OFFSET         0x0F
  1303. #define ASC_DEF_SDTR_OFFSET        0x0F
  1304. #define ASC_DEF_SDTR_INDEX         0x00
  1305. #define ASC_SDTR_ULTRA_PCI_10MB_INDEX  0x02
  1306. #define SYN_XFER_NS_0  25
  1307. #define SYN_XFER_NS_1  30
  1308. #define SYN_XFER_NS_2  35
  1309. #define SYN_XFER_NS_3  40
  1310. #define SYN_XFER_NS_4  50
  1311. #define SYN_XFER_NS_5  60
  1312. #define SYN_XFER_NS_6  70
  1313. #define SYN_XFER_NS_7  85
  1314. #define SYN_ULTRA_XFER_NS_0    12
  1315. #define SYN_ULTRA_XFER_NS_1    19
  1316. #define SYN_ULTRA_XFER_NS_2    25
  1317. #define SYN_ULTRA_XFER_NS_3    32
  1318. #define SYN_ULTRA_XFER_NS_4    38
  1319. #define SYN_ULTRA_XFER_NS_5    44
  1320. #define SYN_ULTRA_XFER_NS_6    50
  1321. #define SYN_ULTRA_XFER_NS_7    57
  1322. #define SYN_ULTRA_XFER_NS_8    63
  1323. #define SYN_ULTRA_XFER_NS_9    69
  1324. #define SYN_ULTRA_XFER_NS_10   75
  1325. #define SYN_ULTRA_XFER_NS_11   82
  1326. #define SYN_ULTRA_XFER_NS_12   88
  1327. #define SYN_ULTRA_XFER_NS_13   94
  1328. #define SYN_ULTRA_XFER_NS_14  100
  1329. #define SYN_ULTRA_XFER_NS_15  107
  1330. typedef struct ext_msg {
  1331.     uchar               msg_type;
  1332.     uchar               msg_len;
  1333.     uchar               msg_req;
  1334.     union {
  1335.         struct {
  1336.             uchar               sdtr_xfer_period;
  1337.             uchar               sdtr_req_ack_offset;
  1338.         } sdtr;
  1339.         struct {
  1340.             uchar               wdtr_width;
  1341.         } wdtr;
  1342.         struct {
  1343.             uchar               mdp_b3;
  1344.             uchar               mdp_b2;
  1345.             uchar               mdp_b1;
  1346.             uchar               mdp_b0;
  1347.         } mdp;
  1348.     } u_ext_msg;
  1349.     uchar               res;
  1350. } EXT_MSG;
  1351. #define xfer_period     u_ext_msg.sdtr.sdtr_xfer_period
  1352. #define req_ack_offset  u_ext_msg.sdtr.sdtr_req_ack_offset
  1353. #define wdtr_width      u_ext_msg.wdtr.wdtr_width
  1354. #define mdp_b3          u_ext_msg.mdp_b3
  1355. #define mdp_b2          u_ext_msg.mdp_b2
  1356. #define mdp_b1          u_ext_msg.mdp_b1
  1357. #define mdp_b0          u_ext_msg.mdp_b0
  1358. typedef struct asc_dvc_cfg {
  1359.     ASC_SCSI_BIT_ID_TYPE can_tagged_qng;
  1360.     ASC_SCSI_BIT_ID_TYPE cmd_qng_enabled;
  1361.     ASC_SCSI_BIT_ID_TYPE disc_enable;
  1362.     ASC_SCSI_BIT_ID_TYPE sdtr_enable;
  1363.     uchar               chip_scsi_id;
  1364.     uchar               isa_dma_speed;
  1365.     uchar               isa_dma_channel;
  1366.     uchar               chip_version;
  1367.     ushort              pci_device_id;
  1368.     ushort              lib_serial_no;
  1369.     ushort              lib_version;
  1370.     ushort              mcode_date;
  1371.     ushort              mcode_version;
  1372.     uchar               max_tag_qng[ASC_MAX_TID + 1];
  1373.     uchar               *overrun_buf;
  1374.     uchar               sdtr_period_offset[ASC_MAX_TID + 1];
  1375.     ushort              pci_slot_info;
  1376.     uchar               adapter_info[6];
  1377. } ASC_DVC_CFG;
  1378. #define ASC_DEF_DVC_CNTL       0xFFFF
  1379. #define ASC_DEF_CHIP_SCSI_ID   7
  1380. #define ASC_DEF_ISA_DMA_SPEED  4
  1381. #define ASC_INIT_STATE_NULL          0x0000
  1382. #define ASC_INIT_STATE_BEG_GET_CFG   0x0001
  1383. #define ASC_INIT_STATE_END_GET_CFG   0x0002
  1384. #define ASC_INIT_STATE_BEG_SET_CFG   0x0004
  1385. #define ASC_INIT_STATE_END_SET_CFG   0x0008
  1386. #define ASC_INIT_STATE_BEG_LOAD_MC   0x0010
  1387. #define ASC_INIT_STATE_END_LOAD_MC   0x0020
  1388. #define ASC_INIT_STATE_BEG_INQUIRY   0x0040
  1389. #define ASC_INIT_STATE_END_INQUIRY   0x0080
  1390. #define ASC_INIT_RESET_SCSI_DONE     0x0100
  1391. #define ASC_INIT_STATE_WITHOUT_EEP   0x8000
  1392. #define ASC_PCI_DEVICE_ID_REV_A      0x1100
  1393. #define ASC_PCI_DEVICE_ID_REV_B      0x1200
  1394. #define ASC_BUG_FIX_IF_NOT_DWB       0x0001
  1395. #define ASC_BUG_FIX_ASYN_USE_SYN     0x0002
  1396. #define ASYN_SDTR_DATA_FIX_PCI_REV_AB 0x41
  1397. #define ASC_MIN_TAGGED_CMD  7
  1398. #define ASC_MAX_SCSI_RESET_WAIT      30
  1399. struct asc_dvc_var;     /* Forward Declaration. */
  1400. typedef void (* ASC_ISR_CALLBACK)(struct asc_dvc_var *, ASC_QDONE_INFO *);
  1401. typedef int (* ASC_EXE_CALLBACK)(struct asc_dvc_var *, ASC_SCSI_Q *);
  1402. typedef struct asc_dvc_var {
  1403.     PortAddr            iop_base;
  1404.     ushort              err_code;
  1405.     ushort              dvc_cntl;
  1406.     ushort              bug_fix_cntl;
  1407.     ushort              bus_type;
  1408.     ASC_ISR_CALLBACK    isr_callback;
  1409.     ASC_EXE_CALLBACK    exe_callback;
  1410.     ASC_SCSI_BIT_ID_TYPE init_sdtr;
  1411.     ASC_SCSI_BIT_ID_TYPE sdtr_done;
  1412.     ASC_SCSI_BIT_ID_TYPE use_tagged_qng;
  1413.     ASC_SCSI_BIT_ID_TYPE unit_not_ready;
  1414.     ASC_SCSI_BIT_ID_TYPE queue_full_or_busy;
  1415.     ASC_SCSI_BIT_ID_TYPE start_motor;
  1416.     uchar               scsi_reset_wait;
  1417.     uchar               chip_no;
  1418.     char                is_in_int;
  1419.     uchar               max_total_qng;
  1420.     uchar               cur_total_qng;
  1421.     uchar               in_critical_cnt;
  1422.     uchar               irq_no;
  1423.     uchar               last_q_shortage;
  1424.     ushort              init_state;
  1425.     uchar               cur_dvc_qng[ASC_MAX_TID + 1];
  1426.     uchar               max_dvc_qng[ASC_MAX_TID + 1];
  1427.     ASC_SCSI_Q  *scsiq_busy_head[ASC_MAX_TID + 1];
  1428.     ASC_SCSI_Q  *scsiq_busy_tail[ASC_MAX_TID + 1];
  1429.     uchar               sdtr_period_tbl[ASC_MAX_SYN_XFER_NO];
  1430.     ASC_DVC_CFG *cfg;
  1431.     ASC_SCSI_BIT_ID_TYPE pci_fix_asyn_xfer_always;
  1432.     char                redo_scam;
  1433.     ushort              res2;
  1434.     uchar               dos_int13_table[ASC_MAX_TID + 1];
  1435.     ASC_DCNT            max_dma_count;
  1436.     ASC_SCSI_BIT_ID_TYPE no_scam;
  1437.     ASC_SCSI_BIT_ID_TYPE pci_fix_asyn_xfer;
  1438.     uchar               max_sdtr_index;
  1439.     uchar               host_init_sdtr_index;
  1440.     struct asc_board    *drv_ptr;
  1441.     ASC_DCNT            uc_break;
  1442. } ASC_DVC_VAR;
  1443. typedef struct asc_dvc_inq_info {
  1444.     uchar               type[ASC_MAX_TID + 1][ASC_MAX_LUN + 1];
  1445. } ASC_DVC_INQ_INFO;
  1446. typedef struct asc_cap_info {
  1447.     ASC_DCNT            lba;
  1448.     ASC_DCNT            blk_size;
  1449. } ASC_CAP_INFO;
  1450. typedef struct asc_cap_info_array {
  1451.     ASC_CAP_INFO        cap_info[ASC_MAX_TID + 1][ASC_MAX_LUN + 1];
  1452. } ASC_CAP_INFO_ARRAY;
  1453. #define ASC_MCNTL_NO_SEL_TIMEOUT  (ushort)0x0001
  1454. #define ASC_MCNTL_NULL_TARGET     (ushort)0x0002
  1455. #define ASC_CNTL_INITIATOR         (ushort)0x0001
  1456. #define ASC_CNTL_BIOS_GT_1GB       (ushort)0x0002
  1457. #define ASC_CNTL_BIOS_GT_2_DISK    (ushort)0x0004
  1458. #define ASC_CNTL_BIOS_REMOVABLE    (ushort)0x0008
  1459. #define ASC_CNTL_NO_SCAM           (ushort)0x0010
  1460. #define ASC_CNTL_INT_MULTI_Q       (ushort)0x0080
  1461. #define ASC_CNTL_NO_LUN_SUPPORT    (ushort)0x0040
  1462. #define ASC_CNTL_NO_VERIFY_COPY    (ushort)0x0100
  1463. #define ASC_CNTL_RESET_SCSI        (ushort)0x0200
  1464. #define ASC_CNTL_INIT_INQUIRY      (ushort)0x0400
  1465. #define ASC_CNTL_INIT_VERBOSE      (ushort)0x0800
  1466. #define ASC_CNTL_SCSI_PARITY       (ushort)0x1000
  1467. #define ASC_CNTL_BURST_MODE        (ushort)0x2000
  1468. #define ASC_CNTL_SDTR_ENABLE_ULTRA (ushort)0x4000
  1469. #define ASC_EEP_DVC_CFG_BEG_VL    2
  1470. #define ASC_EEP_MAX_DVC_ADDR_VL   15
  1471. #define ASC_EEP_DVC_CFG_BEG      32
  1472. #define ASC_EEP_MAX_DVC_ADDR     45
  1473. #define ASC_EEP_DEFINED_WORDS    10
  1474. #define ASC_EEP_MAX_ADDR         63
  1475. #define ASC_EEP_RES_WORDS         0
  1476. #define ASC_EEP_MAX_RETRY        20
  1477. #define ASC_MAX_INIT_BUSY_RETRY   8
  1478. #define ASC_EEP_ISA_PNP_WSIZE    16
  1479. /*
  1480.  * These macros keep the chip SCSI id and ISA DMA speed
  1481.  * bitfields in board order. C bitfields aren't portable
  1482.  * between big and little-endian platforms so they are
  1483.  * not used.
  1484.  */
  1485. #define ASC_EEP_GET_CHIP_ID(cfg)    ((cfg)->id_speed & 0x0f)
  1486. #define ASC_EEP_GET_DMA_SPD(cfg)    (((cfg)->id_speed & 0xf0) >> 4)
  1487. #define ASC_EEP_SET_CHIP_ID(cfg, sid) 
  1488.    ((cfg)->id_speed = ((cfg)->id_speed & 0xf0) | ((sid) & ASC_MAX_TID))
  1489. #define ASC_EEP_SET_DMA_SPD(cfg, spd) 
  1490.    ((cfg)->id_speed = ((cfg)->id_speed & 0x0f) | ((spd) & 0x0f) << 4)
  1491. typedef struct asceep_config {
  1492.     ushort              cfg_lsw;
  1493.     ushort              cfg_msw;
  1494.     uchar               init_sdtr;
  1495.     uchar               disc_enable;
  1496.     uchar               use_cmd_qng;
  1497.     uchar               start_motor;
  1498.     uchar               max_total_qng;
  1499.     uchar               max_tag_qng;
  1500.     uchar               bios_scan;
  1501.     uchar               power_up_wait;
  1502.     uchar               no_scam;
  1503.     uchar               id_speed; /* low order 4 bits is chip scsi id */
  1504.                                   /* high order 4 bits is isa dma speed */
  1505.     uchar               dos_int13_table[ASC_MAX_TID + 1];
  1506.     uchar               adapter_info[6];
  1507.     ushort              cntl;
  1508.     ushort              chksum;
  1509. } ASCEEP_CONFIG;
  1510. #define ASC_PCI_CFG_LSW_SCSI_PARITY  0x0800
  1511. #define ASC_PCI_CFG_LSW_BURST_MODE   0x0080
  1512. #define ASC_PCI_CFG_LSW_INTR_ABLE    0x0020
  1513. #define ASC_EEP_CMD_READ          0x80
  1514. #define ASC_EEP_CMD_WRITE         0x40
  1515. #define ASC_EEP_CMD_WRITE_ABLE    0x30
  1516. #define ASC_EEP_CMD_WRITE_DISABLE 0x00
  1517. #define ASC_OVERRUN_BSIZE  0x00000048UL
  1518. #define ASC_CTRL_BREAK_ONCE        0x0001
  1519. #define ASC_CTRL_BREAK_STAY_IDLE   0x0002
  1520. #define ASCV_MSGOUT_BEG         0x0000
  1521. #define ASCV_MSGOUT_SDTR_PERIOD (ASCV_MSGOUT_BEG+3)
  1522. #define ASCV_MSGOUT_SDTR_OFFSET (ASCV_MSGOUT_BEG+4)
  1523. #define ASCV_BREAK_SAVED_CODE   (ushort)0x0006
  1524. #define ASCV_MSGIN_BEG          (ASCV_MSGOUT_BEG+8)
  1525. #define ASCV_MSGIN_SDTR_PERIOD  (ASCV_MSGIN_BEG+3)
  1526. #define ASCV_MSGIN_SDTR_OFFSET  (ASCV_MSGIN_BEG+4)
  1527. #define ASCV_SDTR_DATA_BEG      (ASCV_MSGIN_BEG+8)
  1528. #define ASCV_SDTR_DONE_BEG      (ASCV_SDTR_DATA_BEG+8)
  1529. #define ASCV_MAX_DVC_QNG_BEG    (ushort)0x0020
  1530. #define ASCV_BREAK_ADDR           (ushort)0x0028
  1531. #define ASCV_BREAK_NOTIFY_COUNT   (ushort)0x002A
  1532. #define ASCV_BREAK_CONTROL        (ushort)0x002C
  1533. #define ASCV_BREAK_HIT_COUNT      (ushort)0x002E
  1534. #define ASCV_ASCDVC_ERR_CODE_W  (ushort)0x0030
  1535. #define ASCV_MCODE_CHKSUM_W   (ushort)0x0032
  1536. #define ASCV_MCODE_SIZE_W     (ushort)0x0034
  1537. #define ASCV_STOP_CODE_B      (ushort)0x0036
  1538. #define ASCV_DVC_ERR_CODE_B   (ushort)0x0037
  1539. #define ASCV_OVERRUN_PADDR_D  (ushort)0x0038
  1540. #define ASCV_OVERRUN_BSIZE_D  (ushort)0x003C
  1541. #define ASCV_HALTCODE_W       (ushort)0x0040
  1542. #define ASCV_CHKSUM_W         (ushort)0x0042
  1543. #define ASCV_MC_DATE_W        (ushort)0x0044
  1544. #define ASCV_MC_VER_W         (ushort)0x0046
  1545. #define ASCV_NEXTRDY_B        (ushort)0x0048
  1546. #define ASCV_DONENEXT_B       (ushort)0x0049
  1547. #define ASCV_USE_TAGGED_QNG_B (ushort)0x004A
  1548. #define ASCV_SCSIBUSY_B       (ushort)0x004B
  1549. #define ASCV_Q_DONE_IN_PROGRESS_B  (ushort)0x004C
  1550. #define ASCV_CURCDB_B         (ushort)0x004D
  1551. #define ASCV_RCLUN_B          (ushort)0x004E
  1552. #define ASCV_BUSY_QHEAD_B     (ushort)0x004F
  1553. #define ASCV_DISC1_QHEAD_B    (ushort)0x0050
  1554. #define ASCV_DISC_ENABLE_B    (ushort)0x0052
  1555. #define ASCV_CAN_TAGGED_QNG_B (ushort)0x0053
  1556. #define ASCV_HOSTSCSI_ID_B    (ushort)0x0055
  1557. #define ASCV_MCODE_CNTL_B     (ushort)0x0056
  1558. #define ASCV_NULL_TARGET_B    (ushort)0x0057
  1559. #define ASCV_FREE_Q_HEAD_W    (ushort)0x0058
  1560. #define ASCV_DONE_Q_TAIL_W    (ushort)0x005A
  1561. #define ASCV_FREE_Q_HEAD_B    (ushort)(ASCV_FREE_Q_HEAD_W+1)
  1562. #define ASCV_DONE_Q_TAIL_B    (ushort)(ASCV_DONE_Q_TAIL_W+1)
  1563. #define ASCV_HOST_FLAG_B      (ushort)0x005D
  1564. #define ASCV_TOTAL_READY_Q_B  (ushort)0x0064
  1565. #define ASCV_VER_SERIAL_B     (ushort)0x0065
  1566. #define ASCV_HALTCODE_SAVED_W (ushort)0x0066
  1567. #define ASCV_WTM_FLAG_B       (ushort)0x0068
  1568. #define ASCV_RISC_FLAG_B      (ushort)0x006A
  1569. #define ASCV_REQ_SG_LIST_QP   (ushort)0x006B
  1570. #define ASC_HOST_FLAG_IN_ISR        0x01
  1571. #define ASC_HOST_FLAG_ACK_INT       0x02
  1572. #define ASC_RISC_FLAG_GEN_INT      0x01
  1573. #define ASC_RISC_FLAG_REQ_SG_LIST  0x02
  1574. #define IOP_CTRL         (0x0F)
  1575. #define IOP_STATUS       (0x0E)
  1576. #define IOP_INT_ACK      IOP_STATUS
  1577. #define IOP_REG_IFC      (0x0D)
  1578. #define IOP_SYN_OFFSET    (0x0B)
  1579. #define IOP_EXTRA_CONTROL (0x0D)
  1580. #define IOP_REG_PC        (0x0C)
  1581. #define IOP_RAM_ADDR      (0x0A)
  1582. #define IOP_RAM_DATA      (0x08)
  1583. #define IOP_EEP_DATA      (0x06)
  1584. #define IOP_EEP_CMD       (0x07)
  1585. #define IOP_VERSION       (0x03)
  1586. #define IOP_CONFIG_HIGH   (0x04)
  1587. #define IOP_CONFIG_LOW    (0x02)
  1588. #define IOP_SIG_BYTE      (0x01)
  1589. #define IOP_SIG_WORD      (0x00)
  1590. #define IOP_REG_DC1      (0x0E)
  1591. #define IOP_REG_DC0      (0x0C)
  1592. #define IOP_REG_SB       (0x0B)
  1593. #define IOP_REG_DA1      (0x0A)
  1594. #define IOP_REG_DA0      (0x08)
  1595. #define IOP_REG_SC       (0x09)
  1596. #define IOP_DMA_SPEED    (0x07)
  1597. #define IOP_REG_FLAG     (0x07)
  1598. #define IOP_FIFO_H       (0x06)
  1599. #define IOP_FIFO_L       (0x04)
  1600. #define IOP_REG_ID       (0x05)
  1601. #define IOP_REG_QP       (0x03)
  1602. #define IOP_REG_IH       (0x02)
  1603. #define IOP_REG_IX       (0x01)
  1604. #define IOP_REG_AX       (0x00)
  1605. #define IFC_REG_LOCK      (0x00)
  1606. #define IFC_REG_UNLOCK    (0x09)
  1607. #define IFC_WR_EN_FILTER  (0x10)
  1608. #define IFC_RD_NO_EEPROM  (0x10)
  1609. #define IFC_SLEW_RATE     (0x20)
  1610. #define IFC_ACT_NEG       (0x40)
  1611. #define IFC_INP_FILTER    (0x80)
  1612. #define IFC_INIT_DEFAULT  (IFC_ACT_NEG | IFC_REG_UNLOCK)
  1613. #define SC_SEL   (uchar)(0x80)
  1614. #define SC_BSY   (uchar)(0x40)
  1615. #define SC_ACK   (uchar)(0x20)
  1616. #define SC_REQ   (uchar)(0x10)
  1617. #define SC_ATN   (uchar)(0x08)
  1618. #define SC_IO    (uchar)(0x04)
  1619. #define SC_CD    (uchar)(0x02)
  1620. #define SC_MSG   (uchar)(0x01)
  1621. #define SEC_SCSI_CTL         (uchar)(0x80)
  1622. #define SEC_ACTIVE_NEGATE    (uchar)(0x40)
  1623. #define SEC_SLEW_RATE        (uchar)(0x20)
  1624. #define SEC_ENABLE_FILTER    (uchar)(0x10)
  1625. #define ASC_HALT_EXTMSG_IN     (ushort)0x8000
  1626. #define ASC_HALT_CHK_CONDITION (ushort)0x8100
  1627. #define ASC_HALT_SS_QUEUE_FULL (ushort)0x8200
  1628. #define ASC_HALT_DISABLE_ASYN_USE_SYN_FIX  (ushort)0x8300
  1629. #define ASC_HALT_ENABLE_ASYN_USE_SYN_FIX   (ushort)0x8400
  1630. #define ASC_HALT_SDTR_REJECTED (ushort)0x4000
  1631. #define ASC_HALT_HOST_COPY_SG_LIST_TO_RISC ( ushort )0x2000
  1632. #define ASC_MAX_QNO        0xF8
  1633. #define ASC_DATA_SEC_BEG   (ushort)0x0080
  1634. #define ASC_DATA_SEC_END   (ushort)0x0080
  1635. #define ASC_CODE_SEC_BEG   (ushort)0x0080
  1636. #define ASC_CODE_SEC_END   (ushort)0x0080
  1637. #define ASC_QADR_BEG       (0x4000)
  1638. #define ASC_QADR_USED      (ushort)(ASC_MAX_QNO * 64)
  1639. #define ASC_QADR_END       (ushort)0x7FFF
  1640. #define ASC_QLAST_ADR      (ushort)0x7FC0
  1641. #define ASC_QBLK_SIZE      0x40
  1642. #define ASC_BIOS_DATA_QBEG 0xF8
  1643. #define ASC_MIN_ACTIVE_QNO 0x01
  1644. #define ASC_QLINK_END      0xFF
  1645. #define ASC_EEPROM_WORDS   0x10
  1646. #define ASC_MAX_MGS_LEN    0x10
  1647. #define ASC_BIOS_ADDR_DEF  0xDC00
  1648. #define ASC_BIOS_SIZE      0x3800
  1649. #define ASC_BIOS_RAM_OFF   0x3800
  1650. #define ASC_BIOS_RAM_SIZE  0x800
  1651. #define ASC_BIOS_MIN_ADDR  0xC000
  1652. #define ASC_BIOS_MAX_ADDR  0xEC00
  1653. #define ASC_BIOS_BANK_SIZE 0x0400
  1654. #define ASC_MCODE_START_ADDR  0x0080
  1655. #define ASC_CFG0_HOST_INT_ON    0x0020
  1656. #define ASC_CFG0_BIOS_ON        0x0040
  1657. #define ASC_CFG0_VERA_BURST_ON  0x0080
  1658. #define ASC_CFG0_SCSI_PARITY_ON 0x0800
  1659. #define ASC_CFG1_SCSI_TARGET_ON 0x0080
  1660. #define ASC_CFG1_LRAM_8BITS_ON  0x0800
  1661. #define ASC_CFG_MSW_CLR_MASK    0x3080
  1662. #define CSW_TEST1             (ASC_CS_TYPE)0x8000
  1663. #define CSW_AUTO_CONFIG       (ASC_CS_TYPE)0x4000
  1664. #define CSW_RESERVED1         (ASC_CS_TYPE)0x2000
  1665. #define CSW_IRQ_WRITTEN       (ASC_CS_TYPE)0x1000
  1666. #define CSW_33MHZ_SELECTED    (ASC_CS_TYPE)0x0800
  1667. #define CSW_TEST2             (ASC_CS_TYPE)0x0400
  1668. #define CSW_TEST3             (ASC_CS_TYPE)0x0200
  1669. #define CSW_RESERVED2         (ASC_CS_TYPE)0x0100
  1670. #define CSW_DMA_DONE          (ASC_CS_TYPE)0x0080
  1671. #define CSW_FIFO_RDY          (ASC_CS_TYPE)0x0040
  1672. #define CSW_EEP_READ_DONE     (ASC_CS_TYPE)0x0020
  1673. #define CSW_HALTED            (ASC_CS_TYPE)0x0010
  1674. #define CSW_SCSI_RESET_ACTIVE (ASC_CS_TYPE)0x0008
  1675. #define CSW_PARITY_ERR        (ASC_CS_TYPE)0x0004
  1676. #define CSW_SCSI_RESET_LATCH  (ASC_CS_TYPE)0x0002
  1677. #define CSW_INT_PENDING       (ASC_CS_TYPE)0x0001
  1678. #define CIW_CLR_SCSI_RESET_INT (ASC_CS_TYPE)0x1000
  1679. #define CIW_INT_ACK      (ASC_CS_TYPE)0x0100
  1680. #define CIW_TEST1        (ASC_CS_TYPE)0x0200
  1681. #define CIW_TEST2        (ASC_CS_TYPE)0x0400
  1682. #define CIW_SEL_33MHZ    (ASC_CS_TYPE)0x0800
  1683. #define CIW_IRQ_ACT      (ASC_CS_TYPE)0x1000
  1684. #define CC_CHIP_RESET   (uchar)0x80
  1685. #define CC_SCSI_RESET   (uchar)0x40
  1686. #define CC_HALT         (uchar)0x20
  1687. #define CC_SINGLE_STEP  (uchar)0x10
  1688. #define CC_DMA_ABLE     (uchar)0x08
  1689. #define CC_TEST         (uchar)0x04
  1690. #define CC_BANK_ONE     (uchar)0x02
  1691. #define CC_DIAG         (uchar)0x01
  1692. #define ASC_1000_ID0W      0x04C1
  1693. #define ASC_1000_ID0W_FIX  0x00C1
  1694. #define ASC_1000_ID1B      0x25
  1695. #define ASC_EISA_BIG_IOP_GAP   (0x1C30-0x0C50)
  1696. #define ASC_EISA_SMALL_IOP_GAP (0x0020)
  1697. #define ASC_EISA_MIN_IOP_ADDR  (0x0C30)
  1698. #define ASC_EISA_MAX_IOP_ADDR  (0xFC50)
  1699. #define ASC_EISA_REV_IOP_MASK  (0x0C83)
  1700. #define ASC_EISA_PID_IOP_MASK  (0x0C80)
  1701. #define ASC_EISA_CFG_IOP_MASK  (0x0C86)
  1702. #define ASC_GET_EISA_SLOT(iop)  (PortAddr)((iop) & 0xF000)
  1703. #define ASC_EISA_ID_740    0x01745004UL
  1704. #define ASC_EISA_ID_750    0x01755004UL
  1705. #define INS_HALTINT        (ushort)0x6281
  1706. #define INS_HALT           (ushort)0x6280
  1707. #define INS_SINT           (ushort)0x6200
  1708. #define INS_RFLAG_WTM      (ushort)0x7380
  1709. #define ASC_MC_SAVE_CODE_WSIZE  0x500
  1710. #define ASC_MC_SAVE_DATA_WSIZE  0x40
  1711. typedef struct asc_mc_saved {
  1712.     ushort              data[ASC_MC_SAVE_DATA_WSIZE];
  1713.     ushort              code[ASC_MC_SAVE_CODE_WSIZE];
  1714. } ASC_MC_SAVED;
  1715. #define AscGetQDoneInProgress(port)         AscReadLramByte((port), ASCV_Q_DONE_IN_PROGRESS_B)
  1716. #define AscPutQDoneInProgress(port, val)    AscWriteLramByte((port), ASCV_Q_DONE_IN_PROGRESS_B, val)
  1717. #define AscGetVarFreeQHead(port)            AscReadLramWord((port), ASCV_FREE_Q_HEAD_W)
  1718. #define AscGetVarDoneQTail(port)            AscReadLramWord((port), ASCV_DONE_Q_TAIL_W)
  1719. #define AscPutVarFreeQHead(port, val)       AscWriteLramWord((port), ASCV_FREE_Q_HEAD_W, val)
  1720. #define AscPutVarDoneQTail(port, val)       AscWriteLramWord((port), ASCV_DONE_Q_TAIL_W, val)
  1721. #define AscGetRiscVarFreeQHead(port)        AscReadLramByte((port), ASCV_NEXTRDY_B)
  1722. #define AscGetRiscVarDoneQTail(port)        AscReadLramByte((port), ASCV_DONENEXT_B)
  1723. #define AscPutRiscVarFreeQHead(port, val)   AscWriteLramByte((port), ASCV_NEXTRDY_B, val)
  1724. #define AscPutRiscVarDoneQTail(port, val)   AscWriteLramByte((port), ASCV_DONENEXT_B, val)
  1725. #define AscPutMCodeSDTRDoneAtID(port, id, data)  AscWriteLramByte((port), (ushort)((ushort)ASCV_SDTR_DONE_BEG+(ushort)id), (data));
  1726. #define AscGetMCodeSDTRDoneAtID(port, id)        AscReadLramByte((port), (ushort)((ushort)ASCV_SDTR_DONE_BEG+(ushort)id));
  1727. #define AscPutMCodeInitSDTRAtID(port, id, data)  AscWriteLramByte((port), (ushort)((ushort)ASCV_SDTR_DATA_BEG+(ushort)id), data);
  1728. #define AscGetMCodeInitSDTRAtID(port, id)        AscReadLramByte((port), (ushort)((ushort)ASCV_SDTR_DATA_BEG+(ushort)id));
  1729. #define AscSynIndexToPeriod(index)        (uchar)(asc_dvc->sdtr_period_tbl[ (index) ])
  1730. #define AscGetChipSignatureByte(port)     (uchar)inp((port)+IOP_SIG_BYTE)
  1731. #define AscGetChipSignatureWord(port)     (ushort)inpw((port)+IOP_SIG_WORD)
  1732. #define AscGetChipVerNo(port)             (uchar)inp((port)+IOP_VERSION)
  1733. #define AscGetChipCfgLsw(port)            (ushort)inpw((port)+IOP_CONFIG_LOW)
  1734. #define AscGetChipCfgMsw(port)            (ushort)inpw((port)+IOP_CONFIG_HIGH)
  1735. #define AscSetChipCfgLsw(port, data)      outpw((port)+IOP_CONFIG_LOW, data)
  1736. #define AscSetChipCfgMsw(port, data)      outpw((port)+IOP_CONFIG_HIGH, data)
  1737. #define AscGetChipEEPCmd(port)            (uchar)inp((port)+IOP_EEP_CMD)
  1738. #define AscSetChipEEPCmd(port, data)      outp((port)+IOP_EEP_CMD, data)
  1739. #define AscGetChipEEPData(port)           (ushort)inpw((port)+IOP_EEP_DATA)
  1740. #define AscSetChipEEPData(port, data)     outpw((port)+IOP_EEP_DATA, data)
  1741. #define AscGetChipLramAddr(port)          (ushort)inpw((PortAddr)((port)+IOP_RAM_ADDR))
  1742. #define AscSetChipLramAddr(port, addr)    outpw((PortAddr)((port)+IOP_RAM_ADDR), addr)
  1743. #define AscGetChipLramData(port)          (ushort)inpw((port)+IOP_RAM_DATA)
  1744. #define AscSetChipLramData(port, data)    outpw((port)+IOP_RAM_DATA, data)
  1745. #define AscGetChipIFC(port)               (uchar)inp((port)+IOP_REG_IFC)
  1746. #define AscSetChipIFC(port, data)          outp((port)+IOP_REG_IFC, data)
  1747. #define AscGetChipStatus(port)            (ASC_CS_TYPE)inpw((port)+IOP_STATUS)
  1748. #define AscSetChipStatus(port, cs_val)    outpw((port)+IOP_STATUS, cs_val)
  1749. #define AscGetChipControl(port)           (uchar)inp((port)+IOP_CTRL)
  1750. #define AscSetChipControl(port, cc_val)   outp((port)+IOP_CTRL, cc_val)
  1751. #define AscGetChipSyn(port)               (uchar)inp((port)+IOP_SYN_OFFSET)
  1752. #define AscSetChipSyn(port, data)         outp((port)+IOP_SYN_OFFSET, data)
  1753. #define AscSetPCAddr(port, data)          outpw((port)+IOP_REG_PC, data)
  1754. #define AscGetPCAddr(port)                (ushort)inpw((port)+IOP_REG_PC)
  1755. #define AscIsIntPending(port)             (AscGetChipStatus(port) & (CSW_INT_PENDING | CSW_SCSI_RESET_LATCH))
  1756. #define AscGetChipScsiID(port)            ((AscGetChipCfgLsw(port) >> 8) & ASC_MAX_TID)
  1757. #define AscGetExtraControl(port)          (uchar)inp((port)+IOP_EXTRA_CONTROL)
  1758. #define AscSetExtraControl(port, data)    outp((port)+IOP_EXTRA_CONTROL, data)
  1759. #define AscReadChipAX(port)               (ushort)inpw((port)+IOP_REG_AX)
  1760. #define AscWriteChipAX(port, data)        outpw((port)+IOP_REG_AX, data)
  1761. #define AscReadChipIX(port)               (uchar)inp((port)+IOP_REG_IX)
  1762. #define AscWriteChipIX(port, data)        outp((port)+IOP_REG_IX, data)
  1763. #define AscReadChipIH(port)               (ushort)inpw((port)+IOP_REG_IH)
  1764. #define AscWriteChipIH(port, data)        outpw((port)+IOP_REG_IH, data)
  1765. #define AscReadChipQP(port)               (uchar)inp((port)+IOP_REG_QP)
  1766. #define AscWriteChipQP(port, data)        outp((port)+IOP_REG_QP, data)
  1767. #define AscReadChipFIFO_L(port)           (ushort)inpw((port)+IOP_REG_FIFO_L)
  1768. #define AscWriteChipFIFO_L(port, data)    outpw((port)+IOP_REG_FIFO_L, data)
  1769. #define AscReadChipFIFO_H(port)           (ushort)inpw((port)+IOP_REG_FIFO_H)
  1770. #define AscWriteChipFIFO_H(port, data)    outpw((port)+IOP_REG_FIFO_H, data)
  1771. #define AscReadChipDmaSpeed(port)         (uchar)inp((port)+IOP_DMA_SPEED)
  1772. #define AscWriteChipDmaSpeed(port, data)  outp((port)+IOP_DMA_SPEED, data)
  1773. #define AscReadChipDA0(port)              (ushort)inpw((port)+IOP_REG_DA0)
  1774. #define AscWriteChipDA0(port)             outpw((port)+IOP_REG_DA0, data)
  1775. #define AscReadChipDA1(port)              (ushort)inpw((port)+IOP_REG_DA1)
  1776. #define AscWriteChipDA1(port)             outpw((port)+IOP_REG_DA1, data)
  1777. #define AscReadChipDC0(port)              (ushort)inpw((port)+IOP_REG_DC0)
  1778. #define AscWriteChipDC0(port)             outpw((port)+IOP_REG_DC0, data)
  1779. #define AscReadChipDC1(port)              (ushort)inpw((port)+IOP_REG_DC1)
  1780. #define AscWriteChipDC1(port)             outpw((port)+IOP_REG_DC1, data)
  1781. #define AscReadChipDvcID(port)            (uchar)inp((port)+IOP_REG_ID)
  1782. #define AscWriteChipDvcID(port, data)     outp((port)+IOP_REG_ID, data)
  1783. STATIC int       AscWriteEEPCmdReg(PortAddr iop_base, uchar cmd_reg);
  1784. STATIC int       AscWriteEEPDataReg(PortAddr iop_base, ushort data_reg);
  1785. STATIC void      AscWaitEEPRead(void);
  1786. STATIC void      AscWaitEEPWrite(void);
  1787. STATIC ushort    AscReadEEPWord(PortAddr, uchar);
  1788. STATIC ushort    AscWriteEEPWord(PortAddr, uchar, ushort);
  1789. STATIC ushort    AscGetEEPConfig(PortAddr, ASCEEP_CONFIG *, ushort);
  1790. STATIC int       AscSetEEPConfigOnce(PortAddr, ASCEEP_CONFIG *, ushort);
  1791. STATIC int       AscSetEEPConfig(PortAddr, ASCEEP_CONFIG *, ushort);
  1792. STATIC int       AscStartChip(PortAddr);
  1793. STATIC int       AscStopChip(PortAddr);
  1794. STATIC void      AscSetChipIH(PortAddr, ushort);
  1795. STATIC int       AscIsChipHalted(PortAddr);
  1796. STATIC void      AscAckInterrupt(PortAddr);
  1797. STATIC void      AscDisableInterrupt(PortAddr);
  1798. STATIC void      AscEnableInterrupt(PortAddr);
  1799. STATIC void      AscSetBank(PortAddr, uchar);
  1800. STATIC int       AscResetChipAndScsiBus(ASC_DVC_VAR *);
  1801. #ifdef CONFIG_ISA
  1802. STATIC ushort    AscGetIsaDmaChannel(PortAddr);
  1803. STATIC ushort    AscSetIsaDmaChannel(PortAddr, ushort);
  1804. STATIC uchar     AscSetIsaDmaSpeed(PortAddr, uchar);
  1805. STATIC uchar     AscGetIsaDmaSpeed(PortAddr);
  1806. #endif /* CONFIG_ISA */
  1807. STATIC uchar     AscReadLramByte(PortAddr, ushort);
  1808. STATIC ushort    AscReadLramWord(PortAddr, ushort);
  1809. #if CC_VERY_LONG_SG_LIST
  1810. STATIC ASC_DCNT  AscReadLramDWord(PortAddr, ushort);
  1811. #endif /* CC_VERY_LONG_SG_LIST */
  1812. STATIC void      AscWriteLramWord(PortAddr, ushort, ushort);
  1813. STATIC void      AscWriteLramByte(PortAddr, ushort, uchar);
  1814. STATIC ASC_DCNT  AscMemSumLramWord(PortAddr, ushort, int);
  1815. STATIC void      AscMemWordSetLram(PortAddr, ushort, ushort, int);
  1816. STATIC void      AscMemWordCopyPtrToLram(PortAddr, ushort, uchar *, int);
  1817. STATIC void      AscMemDWordCopyPtrToLram(PortAddr, ushort, uchar *, int);
  1818. STATIC void      AscMemWordCopyPtrFromLram(PortAddr, ushort, uchar *, int);
  1819. STATIC ushort    AscInitAscDvcVar(ASC_DVC_VAR *);
  1820. STATIC ushort    AscInitFromEEP(ASC_DVC_VAR *);
  1821. STATIC ushort    AscInitFromAscDvcVar(ASC_DVC_VAR *);
  1822. STATIC ushort    AscInitMicroCodeVar(ASC_DVC_VAR *);
  1823. STATIC int       AscTestExternalLram(ASC_DVC_VAR *);
  1824. STATIC uchar     AscMsgOutSDTR(ASC_DVC_VAR *, uchar, uchar);
  1825. STATIC uchar     AscCalSDTRData(ASC_DVC_VAR *, uchar, uchar);
  1826. STATIC void      AscSetChipSDTR(PortAddr, uchar, uchar);
  1827. STATIC uchar     AscGetSynPeriodIndex(ASC_DVC_VAR *, uchar);
  1828. STATIC uchar     AscAllocFreeQueue(PortAddr, uchar);
  1829. STATIC uchar     AscAllocMultipleFreeQueue(PortAddr, uchar, uchar);
  1830. STATIC int       AscHostReqRiscHalt(PortAddr);
  1831. STATIC int       AscStopQueueExe(PortAddr);
  1832. STATIC int       AscSendScsiQueue(ASC_DVC_VAR *,
  1833.                     ASC_SCSI_Q * scsiq,
  1834.                     uchar n_q_required);
  1835. STATIC int       AscPutReadyQueue(ASC_DVC_VAR *,
  1836.                     ASC_SCSI_Q *, uchar);
  1837. STATIC int       AscPutReadySgListQueue(ASC_DVC_VAR *,
  1838.                     ASC_SCSI_Q *, uchar);
  1839. STATIC int       AscSetChipSynRegAtID(PortAddr, uchar, uchar);
  1840. STATIC int       AscSetRunChipSynRegAtID(PortAddr, uchar, uchar);
  1841. STATIC ushort    AscInitLram(ASC_DVC_VAR *);
  1842. STATIC ushort    AscInitQLinkVar(ASC_DVC_VAR *);
  1843. STATIC int       AscSetLibErrorCode(ASC_DVC_VAR *, ushort);
  1844. STATIC int       AscIsrChipHalted(ASC_DVC_VAR *);
  1845. STATIC uchar     _AscCopyLramScsiDoneQ(PortAddr, ushort,
  1846.                     ASC_QDONE_INFO *, ASC_DCNT);
  1847. STATIC int       AscIsrQDone(ASC_DVC_VAR *);
  1848. STATIC int       AscCompareString(uchar *, uchar *, int);
  1849. #ifdef CONFIG_ISA
  1850. STATIC ushort    AscGetEisaChipCfg(PortAddr);
  1851. STATIC ASC_DCNT  AscGetEisaProductID(PortAddr);
  1852. STATIC PortAddr  AscSearchIOPortAddrEISA(PortAddr);
  1853. STATIC PortAddr  AscSearchIOPortAddr11(PortAddr);
  1854. STATIC PortAddr  AscSearchIOPortAddr(PortAddr, ushort);
  1855. STATIC void      AscSetISAPNPWaitForKey(void);
  1856. #endif /* CONFIG_ISA */
  1857. STATIC uchar     AscGetChipScsiCtrl(PortAddr);
  1858. STATIC uchar     AscSetChipScsiID(PortAddr, uchar);
  1859. STATIC uchar     AscGetChipVersion(PortAddr, ushort);
  1860. STATIC ushort    AscGetChipBusType(PortAddr);
  1861. STATIC ASC_DCNT  AscLoadMicroCode(PortAddr, ushort, uchar *, ushort);
  1862. STATIC int       AscFindSignature(PortAddr);
  1863. STATIC void      AscToggleIRQAct(PortAddr);
  1864. STATIC uchar     AscGetChipIRQ(PortAddr, ushort);
  1865. STATIC uchar     AscSetChipIRQ(PortAddr, uchar, ushort);
  1866. STATIC ushort    AscGetChipBiosAddress(PortAddr, ushort);
  1867. STATIC inline ulong DvcEnterCritical(void);
  1868. STATIC inline void DvcLeaveCritical(ulong);
  1869. #ifdef CONFIG_PCI
  1870. STATIC uchar     DvcReadPCIConfigByte(ASC_DVC_VAR *, ushort);
  1871. STATIC void      DvcWritePCIConfigByte(ASC_DVC_VAR *,
  1872.                     ushort, uchar);
  1873. #endif /* CONFIG_PCI */
  1874. STATIC ushort      AscGetChipBiosAddress(PortAddr, ushort);
  1875. STATIC void      DvcSleepMilliSecond(ASC_DCNT);
  1876. STATIC void      DvcDelayNanoSecond(ASC_DVC_VAR *, ASC_DCNT);
  1877. STATIC void      DvcPutScsiQ(PortAddr, ushort, uchar *, int);
  1878. STATIC void      DvcGetQinfo(PortAddr, ushort, uchar *, int);
  1879. STATIC ushort    AscInitGetConfig(ASC_DVC_VAR *);
  1880. STATIC ushort    AscInitSetConfig(ASC_DVC_VAR *);
  1881. STATIC ushort    AscInitAsc1000Driver(ASC_DVC_VAR *);
  1882. STATIC void      AscAsyncFix(ASC_DVC_VAR *, uchar,
  1883.                     ASC_SCSI_INQUIRY *);
  1884. STATIC int       AscTagQueuingSafe(ASC_SCSI_INQUIRY *);
  1885. STATIC void      AscInquiryHandling(ASC_DVC_VAR *,
  1886.                     uchar, ASC_SCSI_INQUIRY *);
  1887. STATIC int       AscExeScsiQueue(ASC_DVC_VAR *, ASC_SCSI_Q *);
  1888. STATIC int       AscISR(ASC_DVC_VAR *);
  1889. STATIC uint      AscGetNumOfFreeQueue(ASC_DVC_VAR *, uchar,
  1890.                     uchar);
  1891. STATIC int       AscSgListToQueue(int);
  1892. #ifdef CONFIG_ISA
  1893. STATIC void      AscEnableIsaDma(uchar);
  1894. #endif /* CONFIG_ISA */
  1895. STATIC ASC_DCNT  AscGetMaxDmaCount(ushort);
  1896. /*
  1897.  * --- Adv Library Constants and Macros
  1898.  */
  1899. #define ADV_LIB_VERSION_MAJOR  5
  1900. #define ADV_LIB_VERSION_MINOR  14
  1901. /* d_os_dep.h */
  1902. #define ADV_OS_LINUX
  1903. /*
  1904.  * Define Adv Library required special types.
  1905.  */
  1906. /*
  1907.  * Portable Data Types
  1908.  *
  1909.  * Any instance where a 32-bit long or pointer type is assumed
  1910.  * for precision or HW defined structures, the following define
  1911.  * types must be used. In Linux the char, short, and int types
  1912.  * are all consistent at 8, 16, and 32 bits respectively. Pointers
  1913.  * and long types are 64 bits on Alpha and UltraSPARC.
  1914.  */
  1915. #define ADV_PADDR __u32         /* Physical address data type. */
  1916. #define ADV_VADDR __u32         /* Virtual address data type. */
  1917. #define ADV_DCNT  __u32         /* Unsigned Data count type. */
  1918. #define ADV_SDCNT __s32         /* Signed Data count type. */
  1919. /*
  1920.  * These macros are used to convert a virtual address to a
  1921.  * 32-bit value. This currently can be used on Linux Alpha
  1922.  * which uses 64-bit virtual address but a 32-bit bus address.
  1923.  * This is likely to break in the future, but doing this now
  1924.  * will give us time to change the HW and FW to handle 64-bit
  1925.  * addresses.
  1926.  */
  1927. #define ADV_VADDR_TO_U32   virt_to_bus
  1928. #define ADV_U32_TO_VADDR   bus_to_virt
  1929. #define AdvPortAddr  ulong              /* Virtual memory address size */
  1930. /*
  1931.  * Define Adv Library required memory access macros.
  1932.  */
  1933. #define ADV_MEM_READB(addr) readb(addr)
  1934. #define ADV_MEM_READW(addr) readw(addr)
  1935. #define ADV_MEM_WRITEB(addr, byte) writeb(byte, addr)
  1936. #define ADV_MEM_WRITEW(addr, word) writew(word, addr)
  1937. #define ADV_MEM_WRITEDW(addr, dword) writel(dword, addr)
  1938. #define ADV_CARRIER_COUNT (ASC_DEF_MAX_HOST_QNG + 15)
  1939. /*
  1940.  * For wide  boards a CDB length maximum of 16 bytes
  1941.  * is supported.
  1942.  */
  1943. #define ADV_MAX_CDB_LEN     16
  1944. /*
  1945.  * Define total number of simultaneous maximum element scatter-gather
  1946.  * request blocks per wide adapter. ASC_DEF_MAX_HOST_QNG (253) is the
  1947.  * maximum number of outstanding commands per wide host adapter. Each
  1948.  * command uses one or more ADV_SG_BLOCK each with 15 scatter-gather
  1949.  * elements. Allow each command to have at least one ADV_SG_BLOCK structure.
  1950.  * This allows about 15 commands to have the maximum 17 ADV_SG_BLOCK
  1951.  * structures or 255 scatter-gather elements.
  1952.  *
  1953.  */
  1954. #define ADV_TOT_SG_BLOCK        ASC_DEF_MAX_HOST_QNG
  1955. /*
  1956.  * Define Adv Library required maximum number of scatter-gather
  1957.  * elements per request.
  1958.  */
  1959. #define ADV_MAX_SG_LIST         255
  1960. /* Number of SG blocks needed. */
  1961. #define ADV_NUM_SG_BLOCK 
  1962.     ((ADV_MAX_SG_LIST + (NO_OF_SG_PER_BLOCK - 1))/NO_OF_SG_PER_BLOCK)
  1963. /* Total contiguous memory needed for SG blocks. */
  1964. #define ADV_SG_TOTAL_MEM_SIZE 
  1965.     (sizeof(ADV_SG_BLOCK) *  ADV_NUM_SG_BLOCK)
  1966. #define ADV_PAGE_SIZE PAGE_SIZE
  1967. #define ADV_NUM_PAGE_CROSSING 
  1968.     ((ADV_SG_TOTAL_MEM_SIZE + (ADV_PAGE_SIZE - 1))/ADV_PAGE_SIZE)
  1969. /* a_condor.h */
  1970. #define ADV_PCI_VENDOR_ID               0x10CD
  1971. #define ADV_PCI_DEVICE_ID_REV_A         0x2300
  1972. #define ADV_PCI_DEVID_38C0800_REV1      0x2500
  1973. #define ADV_PCI_DEVID_38C1600_REV1      0x2700
  1974. #define ADV_EEP_DVC_CFG_BEGIN           (0x00)
  1975. #define ADV_EEP_DVC_CFG_END             (0x15)
  1976. #define ADV_EEP_DVC_CTL_BEGIN           (0x16)  /* location of OEM name */
  1977. #define ADV_EEP_MAX_WORD_ADDR           (0x1E)
  1978. #define ADV_EEP_DELAY_MS                100
  1979. #define ADV_EEPROM_BIG_ENDIAN          0x8000   /* EEPROM Bit 15 */
  1980. #define ADV_EEPROM_BIOS_ENABLE         0x4000   /* EEPROM Bit 14 */
  1981. /*
  1982.  * For the ASC3550 Bit 13 is Termination Polarity control bit.
  1983.  * For later ICs Bit 13 controls whether the CIS (Card Information
  1984.  * Service Section) is loaded from EEPROM.
  1985.  */
  1986. #define ADV_EEPROM_TERM_POL            0x2000   /* EEPROM Bit 13 */
  1987. #define ADV_EEPROM_CIS_LD              0x2000   /* EEPROM Bit 13 */
  1988. /*
  1989.  * ASC38C1600 Bit 11
  1990.  *
  1991.  * If EEPROM Bit 11 is 0 for Function 0, then Function 0 will specify
  1992.  * INT A in the PCI Configuration Space Int Pin field. If it is 1, then
  1993.  * Function 0 will specify INT B.
  1994.  *
  1995.  * If EEPROM Bit 11 is 0 for Function 1, then Function 1 will specify
  1996.  * INT B in the PCI Configuration Space Int Pin field. If it is 1, then
  1997.  * Function 1 will specify INT A.
  1998.  */
  1999. #define ADV_EEPROM_INTAB               0x0800   /* EEPROM Bit 11 */
  2000. typedef struct adveep_3550_config
  2001. {
  2002.                                 /* Word Offset, Description */
  2003.   ushort cfg_lsw;               /* 00 power up initialization */
  2004.                                 /*  bit 13 set - Term Polarity Control */
  2005.                                 /*  bit 14 set - BIOS Enable */
  2006.                                 /*  bit 15 set - Big Endian Mode */
  2007.   ushort cfg_msw;               /* 01 unused      */
  2008.   ushort disc_enable;           /* 02 disconnect enable */
  2009.   ushort wdtr_able;             /* 03 Wide DTR able */
  2010.   ushort sdtr_able;             /* 04 Synchronous DTR able */
  2011.   ushort start_motor;           /* 05 send start up motor */
  2012.   ushort tagqng_able;           /* 06 tag queuing able */
  2013.   ushort bios_scan;             /* 07 BIOS device control */
  2014.   ushort scam_tolerant;         /* 08 no scam */
  2015.   uchar  adapter_scsi_id;       /* 09 Host Adapter ID */
  2016.   uchar  bios_boot_delay;       /*    power up wait */
  2017.   uchar  scsi_reset_delay;      /* 10 reset delay */
  2018.   uchar  bios_id_lun;           /*    first boot device scsi id & lun */
  2019.                                 /*    high nibble is lun */
  2020.                                 /*    low nibble is scsi id */
  2021.   uchar  termination;           /* 11 0 - automatic */
  2022.                                 /*    1 - low off / high off */
  2023.                                 /*    2 - low off / high on */
  2024.                                 /*    3 - low on  / high on */
  2025.                                 /*    There is no low on  / high off */
  2026.   uchar  reserved1;             /*    reserved byte (not used) */
  2027.   ushort bios_ctrl;             /* 12 BIOS control bits */
  2028.                                 /*  bit 0  BIOS don't act as initiator. */
  2029.                                 /*  bit 1  BIOS > 1 GB support */
  2030.                                 /*  bit 2  BIOS > 2 Disk Support */
  2031.                                 /*  bit 3  BIOS don't support removables */
  2032.                                 /*  bit 4  BIOS support bootable CD */
  2033.                                 /*  bit 5  BIOS scan enabled */
  2034.                                 /*  bit 6  BIOS support multiple LUNs */
  2035.                                 /*  bit 7  BIOS display of message */
  2036.                                 /*  bit 8  SCAM disabled */
  2037.                                 /*  bit 9  Reset SCSI bus during init. */
  2038.                                 /*  bit 10 */
  2039.                                 /*  bit 11 No verbose initialization. */
  2040.                                 /*  bit 12 SCSI parity enabled */
  2041.                                 /*  bit 13 */
  2042.                                 /*  bit 14 */
  2043.                                 /*  bit 15 */
  2044.   ushort  ultra_able;           /* 13 ULTRA speed able */
  2045.   ushort  reserved2;            /* 14 reserved */
  2046.   uchar   max_host_qng;         /* 15 maximum host queuing */
  2047.   uchar   max_dvc_qng;          /*    maximum per device queuing */
  2048.   ushort  dvc_cntl;             /* 16 control bit for driver */
  2049.   ushort  bug_fix;              /* 17 control bit for bug fix */
  2050.   ushort  serial_number_word1;  /* 18 Board serial number word 1 */
  2051.   ushort  serial_number_word2;  /* 19 Board serial number word 2 */
  2052.   ushort  serial_number_word3;  /* 20 Board serial number word 3 */
  2053.   ushort  check_sum;            /* 21 EEP check sum */
  2054.   uchar   oem_name[16];         /* 22 OEM name */
  2055.   ushort  dvc_err_code;         /* 30 last device driver error code */
  2056.   ushort  adv_err_code;         /* 31 last uc and Adv Lib error code */
  2057.   ushort  adv_err_addr;         /* 32 last uc error address */
  2058.   ushort  saved_dvc_err_code;   /* 33 saved last dev. driver error code   */
  2059.   ushort  saved_adv_err_code;   /* 34 saved last uc and Adv Lib error code */
  2060.   ushort  saved_adv_err_addr;   /* 35 saved last uc error address         */
  2061.   ushort  num_of_err;           /* 36 number of error */
  2062. } ADVEEP_3550_CONFIG;
  2063. typedef struct adveep_38C0800_config
  2064. {
  2065.                                 /* Word Offset, Description */
  2066.   ushort cfg_lsw;               /* 00 power up initialization */
  2067.                                 /*  bit 13 set - Load CIS */
  2068.                                 /*  bit 14 set - BIOS Enable */
  2069.                                 /*  bit 15 set - Big Endian Mode */
  2070.   ushort cfg_msw;               /* 01 unused      */
  2071.   ushort disc_enable;           /* 02 disconnect enable */
  2072.   ushort wdtr_able;             /* 03 Wide DTR able */
  2073.   ushort sdtr_speed1;           /* 04 SDTR Speed TID 0-3 */
  2074.   ushort start_motor;           /* 05 send start up motor */
  2075.   ushort tagqng_able;           /* 06 tag queuing able */
  2076.   ushort bios_scan;             /* 07 BIOS device control */
  2077.   ushort scam_tolerant;         /* 08 no scam */
  2078.   uchar  adapter_scsi_id;       /* 09 Host Adapter ID */
  2079.   uchar  bios_boot_delay;       /*    power up wait */
  2080.   uchar  scsi_reset_delay;      /* 10 reset delay */
  2081.   uchar  bios_id_lun;           /*    first boot device scsi id & lun */
  2082.                                 /*    high nibble is lun */
  2083.                                 /*    low nibble is scsi id */
  2084.   uchar  termination_se;        /* 11 0 - automatic */
  2085.                                 /*    1 - low off / high off */
  2086.                                 /*    2 - low off / high on */
  2087.                                 /*    3 - low on  / high on */
  2088.                                 /*    There is no low on  / high off */
  2089.   uchar  termination_lvd;       /* 11 0 - automatic */
  2090.                                 /*    1 - low off / high off */
  2091.                                 /*    2 - low off / high on */
  2092.                                 /*    3 - low on  / high on */
  2093.                                 /*    There is no low on  / high off */
  2094.   ushort bios_ctrl;             /* 12 BIOS control bits */
  2095.                                 /*  bit 0  BIOS don't act as initiator. */
  2096.                                 /*  bit 1  BIOS > 1 GB support */
  2097.                                 /*  bit 2  BIOS > 2 Disk Support */
  2098.                                 /*  bit 3  BIOS don't support removables */
  2099.                                 /*  bit 4  BIOS support bootable CD */
  2100.                                 /*  bit 5  BIOS scan enabled */
  2101.                                 /*  bit 6  BIOS support multiple LUNs */
  2102.                                 /*  bit 7  BIOS display of message */
  2103.                                 /*  bit 8  SCAM disabled */
  2104.                                 /*  bit 9  Reset SCSI bus during init. */
  2105.                                 /*  bit 10 */
  2106.                                 /*  bit 11 No verbose initialization. */
  2107.                                 /*  bit 12 SCSI parity enabled */
  2108.                                 /*  bit 13 */
  2109.                                 /*  bit 14 */
  2110.                                 /*  bit 15 */
  2111.   ushort  sdtr_speed2;          /* 13 SDTR speed TID 4-7 */
  2112.   ushort  sdtr_speed3;          /* 14 SDTR speed TID 8-11 */
  2113.   uchar   max_host_qng;         /* 15 maximum host queueing */
  2114.   uchar   max_dvc_qng;          /*    maximum per device queuing */
  2115.   ushort  dvc_cntl;             /* 16 control bit for driver */
  2116.   ushort  sdtr_speed4;          /* 17 SDTR speed 4 TID 12-15 */
  2117.   ushort  serial_number_word1;  /* 18 Board serial number word 1 */
  2118.   ushort  serial_number_word2;  /* 19 Board serial number word 2 */
  2119.   ushort  serial_number_word3;  /* 20 Board serial number word 3 */
  2120.   ushort  check_sum;            /* 21 EEP check sum */
  2121.   uchar   oem_name[16];         /* 22 OEM name */
  2122.   ushort  dvc_err_code;         /* 30 last device driver error code */
  2123.   ushort  adv_err_code;         /* 31 last uc and Adv Lib error code */
  2124.   ushort  adv_err_addr;         /* 32 last uc error address */
  2125.   ushort  saved_dvc_err_code;   /* 33 saved last dev. driver error code   */
  2126.   ushort  saved_adv_err_code;   /* 34 saved last uc and Adv Lib error code */
  2127.   ushort  saved_adv_err_addr;   /* 35 saved last uc error address         */
  2128.   ushort  reserved36;           /* 36 reserved */
  2129.   ushort  reserved37;           /* 37 reserved */
  2130.   ushort  reserved38;           /* 38 reserved */
  2131.   ushort  reserved39;           /* 39 reserved */
  2132.   ushort  reserved40;           /* 40 reserved */
  2133.   ushort  reserved41;           /* 41 reserved */
  2134.   ushort  reserved42;           /* 42 reserved */
  2135.   ushort  reserved43;           /* 43 reserved */
  2136.   ushort  reserved44;           /* 44 reserved */
  2137.   ushort  reserved45;           /* 45 reserved */
  2138.   ushort  reserved46;           /* 46 reserved */
  2139.   ushort  reserved47;           /* 47 reserved */
  2140.   ushort  reserved48;           /* 48 reserved */
  2141.   ushort  reserved49;           /* 49 reserved */
  2142.   ushort  reserved50;           /* 50 reserved */
  2143.   ushort  reserved51;           /* 51 reserved */
  2144.   ushort  reserved52;           /* 52 reserved */
  2145.   ushort  reserved53;           /* 53 reserved */
  2146.   ushort  reserved54;           /* 54 reserved */
  2147.   ushort  reserved55;           /* 55 reserved */
  2148.   ushort  cisptr_lsw;           /* 56 CIS PTR LSW */
  2149.   ushort  cisprt_msw;           /* 57 CIS PTR MSW */
  2150.   ushort  subsysvid;            /* 58 SubSystem Vendor ID */
  2151.   ushort  subsysid;             /* 59 SubSystem ID */
  2152.   ushort  reserved60;           /* 60 reserved */
  2153.   ushort  reserved61;           /* 61 reserved */
  2154.   ushort  reserved62;           /* 62 reserved */
  2155.   ushort  reserved63;           /* 63 reserved */
  2156. } ADVEEP_38C0800_CONFIG;
  2157. typedef struct adveep_38C1600_config
  2158. {
  2159.                                 /* Word Offset, Description */
  2160.   ushort cfg_lsw;               /* 00 power up initialization */
  2161.                                 /*  bit 11 set - Func. 0 INTB, Func. 1 INTA */
  2162.                                 /*       clear - Func. 0 INTA, Func. 1 INTB */
  2163.                                 /*  bit 13 set - Load CIS */
  2164.                                 /*  bit 14 set - BIOS Enable */
  2165.                                 /*  bit 15 set - Big Endian Mode */
  2166.   ushort cfg_msw;               /* 01 unused */
  2167.   ushort disc_enable;           /* 02 disconnect enable */
  2168.   ushort wdtr_able;             /* 03 Wide DTR able */
  2169.   ushort sdtr_speed1;           /* 04 SDTR Speed TID 0-3 */
  2170.   ushort start_motor;           /* 05 send start up motor */
  2171.   ushort tagqng_able;           /* 06 tag queuing able */
  2172.   ushort bios_scan;             /* 07 BIOS device control */
  2173.   ushort scam_tolerant;         /* 08 no scam */
  2174.   uchar  adapter_scsi_id;       /* 09 Host Adapter ID */
  2175.   uchar  bios_boot_delay;       /*    power up wait */
  2176.   uchar  scsi_reset_delay;      /* 10 reset delay */
  2177.   uchar  bios_id_lun;           /*    first boot device scsi id & lun */
  2178.                                 /*    high nibble is lun */
  2179.                                 /*    low nibble is scsi id */
  2180.   uchar  termination_se;        /* 11 0 - automatic */
  2181.                                 /*    1 - low off / high off */
  2182.                                 /*    2 - low off / high on */
  2183.                                 /*    3 - low on  / high on */
  2184.                                 /*    There is no low on  / high off */
  2185.   uchar  termination_lvd;       /* 11 0 - automatic */
  2186.                                 /*    1 - low off / high off */
  2187.                                 /*    2 - low off / high on */
  2188.                                 /*    3 - low on  / high on */
  2189.                                 /*    There is no low on  / high off */
  2190.   ushort bios_ctrl;             /* 12 BIOS control bits */
  2191.                                 /*  bit 0  BIOS don't act as initiator. */
  2192.                                 /*  bit 1  BIOS > 1 GB support */
  2193.                                 /*  bit 2  BIOS > 2 Disk Support */
  2194.                                 /*  bit 3  BIOS don't support removables */
  2195.                                 /*  bit 4  BIOS support bootable CD */
  2196.                                 /*  bit 5  BIOS scan enabled */
  2197.                                 /*  bit 6  BIOS support multiple LUNs */
  2198.                                 /*  bit 7  BIOS display of message */
  2199.                                 /*  bit 8  SCAM disabled */
  2200.                                 /*  bit 9  Reset SCSI bus during init. */
  2201.                                 /*  bit 10 Basic Integrity Checking disabled */
  2202.                                 /*  bit 11 No verbose initialization. */
  2203.                                 /*  bit 12 SCSI parity enabled */
  2204.                                 /*  bit 13 AIPP (Asyn. Info. Ph. Prot.) dis. */
  2205.                                 /*  bit 14 */
  2206.                                 /*  bit 15 */
  2207.   ushort  sdtr_speed2;          /* 13 SDTR speed TID 4-7 */
  2208.   ushort  sdtr_speed3;          /* 14 SDTR speed TID 8-11 */
  2209.   uchar   max_host_qng;         /* 15 maximum host queueing */
  2210.   uchar   max_dvc_qng;          /*    maximum per device queuing */
  2211.   ushort  dvc_cntl;             /* 16 control bit for driver */
  2212.   ushort  sdtr_speed4;          /* 17 SDTR speed 4 TID 12-15 */
  2213.   ushort  serial_number_word1;  /* 18 Board serial number word 1 */
  2214.   ushort  serial_number_word2;  /* 19 Board serial number word 2 */
  2215.   ushort  serial_number_word3;  /* 20 Board serial number word 3 */
  2216.   ushort  check_sum;            /* 21 EEP check sum */
  2217.   uchar   oem_name[16];         /* 22 OEM name */
  2218.   ushort  dvc_err_code;         /* 30 last device driver error code */
  2219.   ushort  adv_err_code;         /* 31 last uc and Adv Lib error code */
  2220.   ushort  adv_err_addr;         /* 32 last uc error address */
  2221.   ushort  saved_dvc_err_code;   /* 33 saved last dev. driver error code   */
  2222.   ushort  saved_adv_err_code;   /* 34 saved last uc and Adv Lib error code */
  2223.   ushort  saved_adv_err_addr;   /* 35 saved last uc error address         */
  2224.   ushort  reserved36;           /* 36 reserved */
  2225.   ushort  reserved37;           /* 37 reserved */
  2226.   ushort  reserved38;           /* 38 reserved */
  2227.   ushort  reserved39;           /* 39 reserved */
  2228.   ushort  reserved40;           /* 40 reserved */
  2229.   ushort  reserved41;           /* 41 reserved */
  2230.   ushort  reserved42;           /* 42 reserved */
  2231.   ushort  reserved43;           /* 43 reserved */
  2232.   ushort  reserved44;           /* 44 reserved */
  2233.   ushort  reserved45;           /* 45 reserved */
  2234.   ushort  reserved46;           /* 46 reserved */
  2235.   ushort  reserved47;           /* 47 reserved */
  2236.   ushort  reserved48;           /* 48 reserved */
  2237.   ushort  reserved49;           /* 49 reserved */
  2238.   ushort  reserved50;           /* 50 reserved */
  2239.   ushort  reserved51;           /* 51 reserved */
  2240.   ushort  reserved52;           /* 52 reserved */
  2241.   ushort  reserved53;           /* 53 reserved */
  2242.   ushort  reserved54;           /* 54 reserved */
  2243.   ushort  reserved55;           /* 55 reserved */
  2244.   ushort  cisptr_lsw;           /* 56 CIS PTR LSW */
  2245.   ushort  cisprt_msw;           /* 57 CIS PTR MSW */
  2246.   ushort  subsysvid;            /* 58 SubSystem Vendor ID */
  2247.   ushort  subsysid;             /* 59 SubSystem ID */
  2248.   ushort  reserved60;           /* 60 reserved */
  2249.   ushort  reserved61;           /* 61 reserved */
  2250.   ushort  reserved62;           /* 62 reserved */
  2251.   ushort  reserved63;           /* 63 reserved */
  2252. } ADVEEP_38C1600_CONFIG;
  2253. /*
  2254.  * EEPROM Commands
  2255.  */
  2256. #define ASC_EEP_CMD_DONE             0x0200
  2257. #define ASC_EEP_CMD_DONE_ERR         0x0001
  2258. /* cfg_word */
  2259. #define EEP_CFG_WORD_BIG_ENDIAN      0x8000
  2260. /* bios_ctrl */
  2261. #define BIOS_CTRL_BIOS               0x0001
  2262. #define BIOS_CTRL_EXTENDED_XLAT      0x0002
  2263. #define BIOS_CTRL_GT_2_DISK          0x0004
  2264. #define BIOS_CTRL_BIOS_REMOVABLE     0x0008
  2265. #define BIOS_CTRL_BOOTABLE_CD        0x0010
  2266. #define BIOS_CTRL_MULTIPLE_LUN       0x0040
  2267. #define BIOS_CTRL_DISPLAY_MSG        0x0080
  2268. #define BIOS_CTRL_NO_SCAM            0x0100
  2269. #define BIOS_CTRL_RESET_SCSI_BUS     0x0200
  2270. #define BIOS_CTRL_INIT_VERBOSE       0x0800
  2271. #define BIOS_CTRL_SCSI_PARITY        0x1000
  2272. #define BIOS_CTRL_AIPP_DIS           0x2000
  2273. #define ADV_3550_MEMSIZE   0x2000       /* 8 KB Internal Memory */
  2274. #define ADV_3550_IOLEN     0x40         /* I/O Port Range in bytes */
  2275. #define ADV_38C0800_MEMSIZE  0x4000     /* 16 KB Internal Memory */
  2276. #define ADV_38C0800_IOLEN    0x100      /* I/O Port Range in bytes */
  2277. /*
  2278.  * XXX - Since ASC38C1600 Rev.3 has a local RAM failure issue, there is
  2279.  * a special 16K Adv Library and Microcode version. After the issue is
  2280.  * resolved, should restore 32K support.
  2281.  *
  2282.  * #define ADV_38C1600_MEMSIZE  0x8000L   * 32 KB Internal Memory *
  2283.  */
  2284. #define ADV_38C1600_MEMSIZE  0x4000   /* 16 KB Internal Memory */
  2285. #define ADV_38C1600_IOLEN    0x100     /* I/O Port Range 256 bytes */
  2286. #define ADV_38C1600_MEMLEN   0x1000    /* Memory Range 4KB bytes */
  2287. /*
  2288.  * Byte I/O register address from base of 'iop_base'.
  2289.  */
  2290. #define IOPB_INTR_STATUS_REG    0x00
  2291. #define IOPB_CHIP_ID_1          0x01
  2292. #define IOPB_INTR_ENABLES       0x02
  2293. #define IOPB_CHIP_TYPE_REV      0x03
  2294. #define IOPB_RES_ADDR_4         0x04
  2295. #define IOPB_RES_ADDR_5         0x05
  2296. #define IOPB_RAM_DATA           0x06
  2297. #define IOPB_RES_ADDR_7         0x07
  2298. #define IOPB_FLAG_REG           0x08
  2299. #define IOPB_RES_ADDR_9         0x09
  2300. #define IOPB_RISC_CSR           0x0A
  2301. #define IOPB_RES_ADDR_B         0x0B
  2302. #define IOPB_RES_ADDR_C         0x0C
  2303. #define IOPB_RES_ADDR_D         0x0D
  2304. #define IOPB_SOFT_OVER_WR       0x0E
  2305. #define IOPB_RES_ADDR_F         0x0F
  2306. #define IOPB_MEM_CFG            0x10
  2307. #define IOPB_RES_ADDR_11        0x11
  2308. #define IOPB_GPIO_DATA          0x12
  2309. #define IOPB_RES_ADDR_13        0x13
  2310. #define IOPB_FLASH_PAGE         0x14
  2311. #define IOPB_RES_ADDR_15        0x15
  2312. #define IOPB_GPIO_CNTL          0x16
  2313. #define IOPB_RES_ADDR_17        0x17
  2314. #define IOPB_FLASH_DATA         0x18
  2315. #define IOPB_RES_ADDR_19        0x19
  2316. #define IOPB_RES_ADDR_1A        0x1A
  2317. #define IOPB_RES_ADDR_1B        0x1B
  2318. #define IOPB_RES_ADDR_1C        0x1C
  2319. #define IOPB_RES_ADDR_1D        0x1D
  2320. #define IOPB_RES_ADDR_1E        0x1E
  2321. #define IOPB_RES_ADDR_1F        0x1F
  2322. #define IOPB_DMA_CFG0           0x20
  2323. #define IOPB_DMA_CFG1           0x21
  2324. #define IOPB_TICKLE             0x22
  2325. #define IOPB_DMA_REG_WR         0x23
  2326. #define IOPB_SDMA_STATUS        0x24
  2327. #define IOPB_SCSI_BYTE_CNT      0x25
  2328. #define IOPB_HOST_BYTE_CNT      0x26
  2329. #define IOPB_BYTE_LEFT_TO_XFER  0x27
  2330. #define IOPB_BYTE_TO_XFER_0     0x28
  2331. #define IOPB_BYTE_TO_XFER_1     0x29
  2332. #define IOPB_BYTE_TO_XFER_2     0x2A
  2333. #define IOPB_BYTE_TO_XFER_3     0x2B
  2334. #define IOPB_ACC_GRP            0x2C
  2335. #define IOPB_RES_ADDR_2D        0x2D
  2336. #define IOPB_DEV_ID             0x2E
  2337. #define IOPB_RES_ADDR_2F        0x2F
  2338. #define IOPB_SCSI_DATA          0x30
  2339. #define IOPB_RES_ADDR_31        0x31
  2340. #define IOPB_RES_ADDR_32        0x32
  2341. #define IOPB_SCSI_DATA_HSHK     0x33
  2342. #define IOPB_SCSI_CTRL          0x34
  2343. #define IOPB_RES_ADDR_35        0x35
  2344. #define IOPB_RES_ADDR_36        0x36
  2345. #define IOPB_RES_ADDR_37        0x37
  2346. #define IOPB_RAM_BIST           0x38
  2347. #define IOPB_PLL_TEST           0x39
  2348. #define IOPB_PCI_INT_CFG        0x3A
  2349. #define IOPB_RES_ADDR_3B        0x3B
  2350. #define IOPB_RFIFO_CNT          0x3C
  2351. #define IOPB_RES_ADDR_3D        0x3D
  2352. #define IOPB_RES_ADDR_3E        0x3E
  2353. #define IOPB_RES_ADDR_3F        0x3F
  2354. /*
  2355.  * Word I/O register address from base of 'iop_base'.
  2356.  */
  2357. #define IOPW_CHIP_ID_0          0x00  /* CID0  */
  2358. #define IOPW_CTRL_REG           0x02  /* CC    */
  2359. #define IOPW_RAM_ADDR           0x04  /* LA    */
  2360. #define IOPW_RAM_DATA           0x06  /* LD    */
  2361. #define IOPW_RES_ADDR_08        0x08
  2362. #define IOPW_RISC_CSR           0x0A  /* CSR   */
  2363. #define IOPW_SCSI_CFG0          0x0C  /* CFG0  */
  2364. #define IOPW_SCSI_CFG1          0x0E  /* CFG1  */
  2365. #define IOPW_RES_ADDR_10        0x10
  2366. #define IOPW_SEL_MASK           0x12  /* SM    */
  2367. #define IOPW_RES_ADDR_14        0x14
  2368. #define IOPW_FLASH_ADDR         0x16  /* FA    */
  2369. #define IOPW_RES_ADDR_18        0x18
  2370. #define IOPW_EE_CMD             0x1A  /* EC    */
  2371. #define IOPW_EE_DATA            0x1C  /* ED    */
  2372. #define IOPW_SFIFO_CNT          0x1E  /* SFC   */
  2373. #define IOPW_RES_ADDR_20        0x20
  2374. #define IOPW_Q_BASE             0x22  /* QB    */
  2375. #define IOPW_QP                 0x24  /* QP    */
  2376. #define IOPW_IX                 0x26  /* IX    */
  2377. #define IOPW_SP                 0x28  /* SP    */
  2378. #define IOPW_PC                 0x2A  /* PC    */
  2379. #define IOPW_RES_ADDR_2C        0x2C
  2380. #define IOPW_RES_ADDR_2E        0x2E
  2381. #define IOPW_SCSI_DATA          0x30  /* SD    */
  2382. #define IOPW_SCSI_DATA_HSHK     0x32  /* SDH   */
  2383. #define IOPW_SCSI_CTRL          0x34  /* SC    */
  2384. #define IOPW_HSHK_CFG           0x36  /* HCFG  */
  2385. #define IOPW_SXFR_STATUS        0x36  /* SXS   */
  2386. #define IOPW_SXFR_CNTL          0x38  /* SXL   */
  2387. #define IOPW_SXFR_CNTH          0x3A  /* SXH   */
  2388. #define IOPW_RES_ADDR_3C        0x3C
  2389. #define IOPW_RFIFO_DATA         0x3E  /* RFD   */
  2390. /*
  2391.  * Doubleword I/O register address from base of 'iop_base'.
  2392.  */
  2393. #define IOPDW_RES_ADDR_0         0x00
  2394. #define IOPDW_RAM_DATA           0x04
  2395. #define IOPDW_RES_ADDR_8         0x08
  2396. #define IOPDW_RES_ADDR_C         0x0C
  2397. #define IOPDW_RES_ADDR_10        0x10
  2398. #define IOPDW_COMMA              0x14
  2399. #define IOPDW_COMMB              0x18
  2400. #define IOPDW_RES_ADDR_1C        0x1C
  2401. #define IOPDW_SDMA_ADDR0         0x20
  2402. #define IOPDW_SDMA_ADDR1         0x24
  2403. #define IOPDW_SDMA_COUNT         0x28
  2404. #define IOPDW_SDMA_ERROR         0x2C
  2405. #define IOPDW_RDMA_ADDR0         0x30
  2406. #define IOPDW_RDMA_ADDR1         0x34
  2407. #define IOPDW_RDMA_COUNT         0x38
  2408. #define IOPDW_RDMA_ERROR         0x3C
  2409. #define ADV_CHIP_ID_BYTE         0x25
  2410. #define ADV_CHIP_ID_WORD         0x04C1
  2411. #define ADV_SC_SCSI_BUS_RESET    0x2000
  2412. #define ADV_INTR_ENABLE_HOST_INTR                   0x01
  2413. #define ADV_INTR_ENABLE_SEL_INTR                    0x02
  2414. #define ADV_INTR_ENABLE_DPR_INTR                    0x04
  2415. #define ADV_INTR_ENABLE_RTA_INTR                    0x08
  2416. #define ADV_INTR_ENABLE_RMA_INTR                    0x10
  2417. #define ADV_INTR_ENABLE_RST_INTR                    0x20
  2418. #define ADV_INTR_ENABLE_DPE_INTR                    0x40
  2419. #define ADV_INTR_ENABLE_GLOBAL_INTR                 0x80
  2420. #define ADV_INTR_STATUS_INTRA            0x01
  2421. #define ADV_INTR_STATUS_INTRB            0x02
  2422. #define ADV_INTR_STATUS_INTRC            0x04
  2423. #define ADV_RISC_CSR_STOP           (0x0000)
  2424. #define ADV_RISC_TEST_COND          (0x2000)
  2425. #define ADV_RISC_CSR_RUN            (0x4000)
  2426. #define ADV_RISC_CSR_SINGLE_STEP    (0x8000)
  2427. #define ADV_CTRL_REG_HOST_INTR      0x0100
  2428. #define ADV_CTRL_REG_SEL_INTR       0x0200
  2429. #define ADV_CTRL_REG_DPR_INTR       0x0400
  2430. #define ADV_CTRL_REG_RTA_INTR       0x0800
  2431. #define ADV_CTRL_REG_RMA_INTR       0x1000
  2432. #define ADV_CTRL_REG_RES_BIT14      0x2000
  2433. #define ADV_CTRL_REG_DPE_INTR       0x4000
  2434. #define ADV_CTRL_REG_POWER_DONE     0x8000
  2435. #define ADV_CTRL_REG_ANY_INTR       0xFF00
  2436. #define ADV_CTRL_REG_CMD_RESET             0x00C6
  2437. #define ADV_CTRL_REG_CMD_WR_IO_REG         0x00C5
  2438. #define ADV_CTRL_REG_CMD_RD_IO_REG         0x00C4
  2439. #define ADV_CTRL_REG_CMD_WR_PCI_CFG_SPACE  0x00C3
  2440. #define ADV_CTRL_REG_CMD_RD_PCI_CFG_SPACE  0x00C2
  2441. #define ADV_TICKLE_NOP                      0x00
  2442. #define ADV_TICKLE_A                        0x01
  2443. #define ADV_TICKLE_B                        0x02
  2444. #define ADV_TICKLE_C                        0x03
  2445. #define ADV_SCSI_CTRL_RSTOUT        0x2000
  2446. #define AdvIsIntPending(port) 
  2447.     (AdvReadWordRegister(port, IOPW_CTRL_REG) & ADV_CTRL_REG_HOST_INTR)
  2448. /*
  2449.  * SCSI_CFG0 Register bit definitions
  2450.  */
  2451. #define TIMER_MODEAB    0xC000  /* Watchdog, Second, and Select. Timer Ctrl. */
  2452. #define PARITY_EN       0x2000  /* Enable SCSI Parity Error detection */
  2453. #define EVEN_PARITY     0x1000  /* Select Even Parity */
  2454. #define WD_LONG         0x0800  /* Watchdog Interval, 1: 57 min, 0: 13 sec */
  2455. #define QUEUE_128       0x0400  /* Queue Size, 1: 128 byte, 0: 64 byte */
  2456. #define PRIM_MODE       0x0100  /* Primitive SCSI mode */
  2457. #define SCAM_EN         0x0080  /* Enable SCAM selection */
  2458. #define SEL_TMO_LONG    0x0040  /* Sel/Resel Timeout, 1: 400 ms, 0: 1.6 ms */
  2459. #define CFRM_ID         0x0020  /* SCAM id sel. confirm., 1: fast, 0: 6.4 ms */
  2460. #define OUR_ID_EN       0x0010  /* Enable OUR_ID bits */
  2461. #define OUR_ID          0x000F  /* SCSI ID */
  2462. /*
  2463.  * SCSI_CFG1 Register bit definitions
  2464.  */
  2465. #define BIG_ENDIAN      0x8000  /* Enable Big Endian Mode MIO:15, EEP:15 */
  2466. #define TERM_POL        0x2000  /* Terminator Polarity Ctrl. MIO:13, EEP:13 */
  2467. #define SLEW_RATE       0x1000  /* SCSI output buffer slew rate */
  2468. #define FILTER_SEL      0x0C00  /* Filter Period Selection */
  2469. #define  FLTR_DISABLE    0x0000  /* Input Filtering Disabled */
  2470. #define  FLTR_11_TO_20NS 0x0800  /* Input Filtering 11ns to 20ns */
  2471. #define  FLTR_21_TO_39NS 0x0C00  /* Input Filtering 21ns to 39ns */
  2472. #define ACTIVE_DBL      0x0200  /* Disable Active Negation */
  2473. #define DIFF_MODE       0x0100  /* SCSI differential Mode (Read-Only) */
  2474. #define DIFF_SENSE      0x0080  /* 1: No SE cables, 0: SE cable (Read-Only) */
  2475. #define TERM_CTL_SEL    0x0040  /* Enable TERM_CTL_H and TERM_CTL_L */
  2476. #define TERM_CTL        0x0030  /* External SCSI Termination Bits */
  2477. #define  TERM_CTL_H      0x0020  /* Enable External SCSI Upper Termination */
  2478. #define  TERM_CTL_L      0x0010  /* Enable External SCSI Lower Termination */
  2479. #define CABLE_DETECT    0x000F  /* External SCSI Cable Connection Status */
  2480. /*
  2481.  * Addendum for ASC-38C0800 Chip
  2482.  *
  2483.  * The ASC-38C1600 Chip uses the same definitions except that the
  2484.  * bus mode override bits [12:10] have been moved to byte register
  2485.  * offset 0xE (IOPB_SOFT_OVER_WR) bits [12:10]. The [12:10] bits in
  2486.  * SCSI_CFG1 are read-only and always available. Bit 14 (DIS_TERM_DRV)
  2487.  * is not needed. The [12:10] bits in IOPB_SOFT_OVER_WR are write-only.
  2488.  * Also each ASC-38C1600 function or channel uses only cable bits [5:4]
  2489.  * and [1:0]. Bits [14], [7:6], [3:2] are unused.
  2490.  */
  2491. #define DIS_TERM_DRV    0x4000  /* 1: Read c_det[3:0], 0: cannot read */
  2492. #define HVD_LVD_SE      0x1C00  /* Device Detect Bits */
  2493. #define  HVD             0x1000  /* HVD Device Detect */
  2494. #define  LVD             0x0800  /* LVD Device Detect */
  2495. #define  SE              0x0400  /* SE Device Detect */
  2496. #define TERM_LVD        0x00C0  /* LVD Termination Bits */
  2497. #define  TERM_LVD_HI     0x0080  /* Enable LVD Upper Termination */
  2498. #define  TERM_LVD_LO     0x0040  /* Enable LVD Lower Termination */
  2499. #define TERM_SE         0x0030  /* SE Termination Bits */
  2500. #define  TERM_SE_HI      0x0020  /* Enable SE Upper Termination */
  2501. #define  TERM_SE_LO      0x0010  /* Enable SE Lower Termination */
  2502. #define C_DET_LVD       0x000C  /* LVD Cable Detect Bits */
  2503. #define  C_DET3          0x0008  /* Cable Detect for LVD External Wide */
  2504. #define  C_DET2          0x0004  /* Cable Detect for LVD Internal Wide */
  2505. #define C_DET_SE        0x0003  /* SE Cable Detect Bits */
  2506. #define  C_DET1          0x0002  /* Cable Detect for SE Internal Wide */
  2507. #define  C_DET0          0x0001  /* Cable Detect for SE Internal Narrow */
  2508. #define CABLE_ILLEGAL_A 0x7
  2509.     /* x 0 0 0  | on  on | Illegal (all 3 connectors are used) */
  2510. #define CABLE_ILLEGAL_B 0xB
  2511.     /* 0 x 0 0  | on  on | Illegal (all 3 connectors are used) */
  2512. /*
  2513.  * MEM_CFG Register bit definitions
  2514.  */
  2515. #define BIOS_EN         0x40    /* BIOS Enable MIO:14,EEP:14 */
  2516. #define FAST_EE_CLK     0x20    /* Diagnostic Bit */
  2517. #define RAM_SZ          0x1C    /* Specify size of RAM to RISC */
  2518. #define  RAM_SZ_2KB      0x00    /* 2 KB */
  2519. #define  RAM_SZ_4KB      0x04    /* 4 KB */
  2520. #define  RAM_SZ_8KB      0x08    /* 8 KB */
  2521. #define  RAM_SZ_16KB     0x0C    /* 16 KB */
  2522. #define  RAM_SZ_32KB     0x10    /* 32 KB */
  2523. #define  RAM_SZ_64KB     0x14    /* 64 KB */
  2524. /*
  2525.  * DMA_CFG0 Register bit definitions
  2526.  *
  2527.  * This register is only accessible to the host.
  2528.  */
  2529. #define BC_THRESH_ENB   0x80    /* PCI DMA Start Conditions */
  2530. #define FIFO_THRESH     0x70    /* PCI DMA FIFO Threshold */
  2531. #define  FIFO_THRESH_16B  0x00   /* 16 bytes */
  2532. #define  FIFO_THRESH_32B  0x20   /* 32 bytes */
  2533. #define  FIFO_THRESH_48B  0x30   /* 48 bytes */
  2534. #define  FIFO_THRESH_64B  0x40   /* 64 bytes */
  2535. #define  FIFO_THRESH_80B  0x50   /* 80 bytes (default) */
  2536. #define  FIFO_THRESH_96B  0x60   /* 96 bytes */
  2537. #define  FIFO_THRESH_112B 0x70   /* 112 bytes */
  2538. #define START_CTL       0x0C    /* DMA start conditions */
  2539. #define  START_CTL_TH    0x00    /* Wait threshold level (default) */
  2540. #define  START_CTL_ID    0x04    /* Wait SDMA/SBUS idle */
  2541. #define  START_CTL_THID  0x08    /* Wait threshold and SDMA/SBUS idle */
  2542. #define  START_CTL_EMFU  0x0C    /* Wait SDMA FIFO empty/full */
  2543. #define READ_CMD        0x03    /* Memory Read Method */
  2544. #define  READ_CMD_MR     0x00    /* Memory Read */
  2545. #define  READ_CMD_MRL    0x02    /* Memory Read Long */
  2546. #define  READ_CMD_MRM    0x03    /* Memory Read Multiple (default) */
  2547. /*
  2548.  * ASC-38C0800 RAM BIST Register bit definitions
  2549.  */
  2550. #define RAM_TEST_MODE         0x80
  2551. #define PRE_TEST_MODE         0x40
  2552. #define NORMAL_MODE           0x00
  2553. #define RAM_TEST_DONE         0x10
  2554. #define RAM_TEST_STATUS       0x0F
  2555. #define  RAM_TEST_HOST_ERROR   0x08
  2556. #define  RAM_TEST_INTRAM_ERROR 0x04
  2557. #define  RAM_TEST_RISC_ERROR   0x02
  2558. #define  RAM_TEST_SCSI_ERROR   0x01
  2559. #define  RAM_TEST_SUCCESS      0x00
  2560. #define PRE_TEST_VALUE        0x05
  2561. #define NORMAL_VALUE          0x00
  2562. /*
  2563.  * ASC38C1600 Definitions
  2564.  *
  2565.  * IOPB_PCI_INT_CFG Bit Field Definitions
  2566.  */
  2567. #define INTAB_LD        0x80    /* Value loaded from EEPROM Bit 11. */
  2568. /*
  2569.  * Bit 1 can be set to change the interrupt for the Function to operate in
  2570.  * Totem Pole mode. By default Bit 1 is 0 and the interrupt operates in
  2571.  * Open Drain mode. Both functions of the ASC38C1600 must be set to the same
  2572.  * mode, otherwise the operating mode is undefined.
  2573.  */
  2574. #define TOTEMPOLE       0x02
  2575. /*
  2576.  * Bit 0 can be used to change the Int Pin for the Function. The value is
  2577.  * 0 by default for both Functions with Function 0 using INT A and Function
  2578.  * B using INT B. For Function 0 if set, INT B is used. For Function 1 if set,
  2579.  * INT A is used.
  2580.  *
  2581.  * EEPROM Word 0 Bit 11 for each Function may change the initial Int Pin
  2582.  * value specified in the PCI Configuration Space.
  2583.  */
  2584. #define INTAB           0x01
  2585. /* a_advlib.h */
  2586. /*
  2587.  * Adv Library Status Definitions
  2588.  */
  2589. #define ADV_TRUE        1
  2590. #define ADV_FALSE       0
  2591. #define ADV_NOERROR     1
  2592. #define ADV_SUCCESS     1
  2593. #define ADV_BUSY        0
  2594. #define ADV_ERROR       (-1)
  2595. /*
  2596.  * ADV_DVC_VAR 'warn_code' values
  2597.  */
  2598. #define ASC_WARN_BUSRESET_ERROR         0x0001 /* SCSI Bus Reset error */
  2599. #define ASC_WARN_EEPROM_CHKSUM          0x0002 /* EEP check sum error */
  2600. #define ASC_WARN_EEPROM_TERMINATION     0x0004 /* EEP termination bad field */
  2601. #define ASC_WARN_SET_PCI_CONFIG_SPACE   0x0080 /* PCI config space set error */
  2602. #define ASC_WARN_ERROR                  0xFFFF /* ADV_ERROR return */
  2603. #define ADV_MAX_TID                     15 /* max. target identifier */
  2604. #define ADV_MAX_LUN                     7  /* max. logical unit number */
  2605. /*
  2606.  * Error code values are set in ADV_DVC_VAR 'err_code'.
  2607.  */
  2608. #define ASC_IERR_WRITE_EEPROM       0x0001 /* write EEPROM error */
  2609. #define ASC_IERR_MCODE_CHKSUM       0x0002 /* micro code check sum error */
  2610. #define ASC_IERR_NO_CARRIER         0x0004 /* No more carrier memory. */
  2611. #define ASC_IERR_START_STOP_CHIP    0x0008 /* start/stop chip failed */
  2612. #define ASC_IERR_CHIP_VERSION       0x0040 /* wrong chip version */
  2613. #define ASC_IERR_SET_SCSI_ID        0x0080 /* set SCSI ID failed */
  2614. #define ASC_IERR_HVD_DEVICE         0x0100 /* HVD attached to LVD connector. */
  2615. #define ASC_IERR_BAD_SIGNATURE      0x0200 /* signature not found */
  2616. #define ASC_IERR_ILLEGAL_CONNECTION 0x0400 /* Illegal cable connection */
  2617. #define ASC_IERR_SINGLE_END_DEVICE  0x0800 /* Single-end used w/differential */
  2618. #define ASC_IERR_REVERSED_CABLE     0x1000 /* Narrow flat cable reversed */
  2619. #define ASC_IERR_BIST_PRE_TEST      0x2000 /* BIST pre-test error */
  2620. #define ASC_IERR_BIST_RAM_TEST      0x4000 /* BIST RAM test error */
  2621. #define ASC_IERR_BAD_CHIPTYPE       0x8000 /* Invalid 'chip_type' setting. */
  2622. /*
  2623.  * Fixed locations of microcode operating variables.
  2624.  */
  2625. #define ASC_MC_CODE_BEGIN_ADDR          0x0028 /* microcode start address */
  2626. #define ASC_MC_CODE_END_ADDR            0x002A /* microcode end address */
  2627. #define ASC_MC_CODE_CHK_SUM             0x002C /* microcode code checksum */
  2628. #define ASC_MC_VERSION_DATE             0x0038 /* microcode version */
  2629. #define ASC_MC_VERSION_NUM              0x003A /* microcode number */
  2630. #define ASC_MC_BIOSMEM                  0x0040 /* BIOS RISC Memory Start */
  2631. #define ASC_MC_BIOSLEN                  0x0050 /* BIOS RISC Memory Length */
  2632. #define ASC_MC_BIOS_SIGNATURE           0x0058 /* BIOS Signature 0x55AA */
  2633. #define ASC_MC_BIOS_VERSION             0x005A /* BIOS Version (2 bytes) */
  2634. #define ASC_MC_SDTR_SPEED1              0x0090 /* SDTR Speed for TID 0-3 */
  2635. #define ASC_MC_SDTR_SPEED2              0x0092 /* SDTR Speed for TID 4-7 */
  2636. #define ASC_MC_SDTR_SPEED3              0x0094 /* SDTR Speed for TID 8-11 */
  2637. #define ASC_MC_SDTR_SPEED4              0x0096 /* SDTR Speed for TID 12-15 */
  2638. #define ASC_MC_CHIP_TYPE                0x009A
  2639. #define ASC_MC_INTRB_CODE               0x009B
  2640. #define ASC_MC_WDTR_ABLE                0x009C
  2641. #define ASC_MC_SDTR_ABLE                0x009E
  2642. #define ASC_MC_TAGQNG_ABLE              0x00A0
  2643. #define ASC_MC_DISC_ENABLE              0x00A2
  2644. #define ASC_MC_IDLE_CMD_STATUS          0x00A4
  2645. #define ASC_MC_IDLE_CMD                 0x00A6
  2646. #define ASC_MC_IDLE_CMD_PARAMETER       0x00A8
  2647. #define ASC_MC_DEFAULT_SCSI_CFG0        0x00AC
  2648. #define ASC_MC_DEFAULT_SCSI_CFG1        0x00AE
  2649. #define ASC_MC_DEFAULT_MEM_CFG          0x00B0
  2650. #define ASC_MC_DEFAULT_SEL_MASK         0x00B2
  2651. #define ASC_MC_SDTR_DONE                0x00B6
  2652. #define ASC_MC_NUMBER_OF_QUEUED_CMD     0x00C0
  2653. #define ASC_MC_NUMBER_OF_MAX_CMD        0x00D0
  2654. #define ASC_MC_DEVICE_HSHK_CFG_TABLE    0x0100
  2655. #define ASC_MC_CONTROL_FLAG             0x0122 /* Microcode control flag. */
  2656. #define ASC_MC_WDTR_DONE                0x0124
  2657. #define ASC_MC_CAM_MODE_MASK            0x015E /* CAM mode TID bitmask. */
  2658. #define ASC_MC_ICQ                      0x0160
  2659. #define ASC_MC_IRQ                      0x0164
  2660. #define ASC_MC_PPR_ABLE                 0x017A
  2661. /*
  2662.  * BIOS LRAM variable absolute offsets.
  2663.  */
  2664. #define BIOS_CODESEG    0x54
  2665. #define BIOS_CODELEN    0x56
  2666. #define BIOS_SIGNATURE  0x58
  2667. #define BIOS_VERSION    0x5A
  2668. /*
  2669.  * Microcode Control Flags
  2670.  *
  2671.  * Flags set by the Adv Library in RISC variable 'control_flag' (0x122)
  2672.  * and handled by the microcode.
  2673.  */
  2674. #define CONTROL_FLAG_IGNORE_PERR        0x0001 /* Ignore DMA Parity Errors */
  2675. #define CONTROL_FLAG_ENABLE_AIPP        0x0002 /* Enabled AIPP checking. */
  2676. /*
  2677.  * ASC_MC_DEVICE_HSHK_CFG_TABLE microcode table or HSHK_CFG register format
  2678.  */
  2679. #define HSHK_CFG_WIDE_XFR       0x8000
  2680. #define HSHK_CFG_RATE           0x0F00
  2681. #define HSHK_CFG_OFFSET         0x001F
  2682. #define ASC_DEF_MAX_HOST_QNG    0xFD /* Max. number of host commands (253) */
  2683. #define ASC_DEF_MIN_HOST_QNG    0x10 /* Min. number of host commands (16) */
  2684. #define ASC_DEF_MAX_DVC_QNG     0x3F /* Max. number commands per device (63) */
  2685. #define ASC_DEF_MIN_DVC_QNG     0x04 /* Min. number commands per device (4) */
  2686. #define ASC_QC_DATA_CHECK  0x01 /* Require ASC_QC_DATA_OUT set or clear. */
  2687. #define ASC_QC_DATA_OUT    0x02 /* Data out DMA transfer. */
  2688. #define ASC_QC_START_MOTOR 0x04 /* Send auto-start motor before request. */
  2689. #define ASC_QC_NO_OVERRUN  0x08 /* Don't report overrun. */
  2690. #define ASC_QC_FREEZE_TIDQ 0x10 /* Freeze TID queue after request. XXX TBD */
  2691. #define ASC_QSC_NO_DISC     0x01 /* Don't allow disconnect for request. */
  2692. #define ASC_QSC_NO_TAGMSG   0x02 /* Don't allow tag queuing for request. */
  2693. #define ASC_QSC_NO_SYNC     0x04 /* Don't use Synch. transfer on request. */
  2694. #define ASC_QSC_NO_WIDE     0x08 /* Don't use Wide transfer on request. */
  2695. #define ASC_QSC_REDO_DTR    0x10 /* Renegotiate WDTR/SDTR before request. */
  2696. /*
  2697.  * Note: If a Tag Message is to be sent and neither ASC_QSC_HEAD_TAG or
  2698.  * ASC_QSC_ORDERED_TAG is set, then a Simple Tag Message (0x20) is used.
  2699.  */
  2700. #define ASC_QSC_HEAD_TAG    0x40 /* Use Head Tag Message (0x21). */
  2701. #define ASC_QSC_ORDERED_TAG 0x80 /* Use Ordered Tag Message (0x22). */
  2702. /*
  2703.  * All fields here are accessed by the board microcode and need to be
  2704.  * little-endian.
  2705.  */
  2706. typedef struct adv_carr_t
  2707. {
  2708.     ADV_VADDR   carr_va;       /* Carrier Virtual Address */
  2709.     ADV_PADDR   carr_pa;       /* Carrier Physical Address */
  2710.     ADV_VADDR   areq_vpa;      /* ASC_SCSI_REQ_Q Virtual or Physical Address */
  2711.     /*
  2712.      * next_vpa [31:4]            Carrier Virtual or Physical Next Pointer
  2713.      *
  2714.      * next_vpa [3:1]             Reserved Bits
  2715.      * next_vpa [0]               Done Flag set in Response Queue.
  2716.      */
  2717.     ADV_VADDR   next_vpa;
  2718. } ADV_CARR_T;
  2719. /*
  2720.  * Mask used to eliminate low 4 bits of carrier 'next_vpa' field.
  2721.  */
  2722. #define ASC_NEXT_VPA_MASK       0xFFFFFFF0
  2723. #define ASC_RQ_DONE             0x00000001
  2724. #define ASC_RQ_GOOD             0x00000002
  2725. #define ASC_CQ_STOPPER          0x00000000
  2726. #define ASC_GET_CARRP(carrp) ((carrp) & ASC_NEXT_VPA_MASK)
  2727. #define ADV_CARRIER_NUM_PAGE_CROSSING 
  2728.     (((ADV_CARRIER_COUNT * sizeof(ADV_CARR_T)) + 
  2729.         (ADV_PAGE_SIZE - 1))/ADV_PAGE_SIZE)
  2730. #define ADV_CARRIER_BUFSIZE 
  2731.     ((ADV_CARRIER_COUNT + ADV_CARRIER_NUM_PAGE_CROSSING) * sizeof(ADV_CARR_T))
  2732. /*
  2733.  * ASC_SCSI_REQ_Q 'a_flag' definitions
  2734.  *
  2735.  * The Adv Library should limit use to the lower nibble (4 bits) of
  2736.  * a_flag. Drivers are free to use the upper nibble (4 bits) of a_flag.
  2737.  */
  2738. #define ADV_POLL_REQUEST                0x01   /* poll for request completion */
  2739. #define ADV_SCSIQ_DONE                  0x02   /* request done */
  2740. #define ADV_DONT_RETRY                  0x08   /* don't do retry */
  2741. #define ADV_CHIP_ASC3550          0x01   /* Ultra-Wide IC */
  2742. #define ADV_CHIP_ASC38C0800       0x02   /* Ultra2-Wide/LVD IC */
  2743. #define ADV_CHIP_ASC38C1600       0x03   /* Ultra3-Wide/LVD2 IC */
  2744. /*
  2745.  * Adapter temporary configuration structure
  2746.  *
  2747.  * This structure can be discarded after initialization. Don't add
  2748.  * fields here needed after initialization.
  2749.  *
  2750.  * Field naming convention:
  2751.  *
  2752.  *  *_enable indicates the field enables or disables a feature. The
  2753.  *  value of the field is never reset.
  2754.  */
  2755. typedef struct adv_dvc_cfg {
  2756.   ushort disc_enable;       /* enable disconnection */
  2757.   uchar  chip_version;      /* chip version */
  2758.   uchar  termination;       /* Term. Ctrl. bits 6-5 of SCSI_CFG1 register */
  2759.   ushort pci_device_id;     /* PCI device code number */
  2760.   ushort lib_version;       /* Adv Library version number */
  2761.   ushort control_flag;      /* Microcode Control Flag */
  2762.   ushort mcode_date;        /* Microcode date */
  2763.   ushort mcode_version;     /* Microcode version */
  2764.   ushort pci_slot_info;     /* high byte device/function number */
  2765.                             /* bits 7-3 device num., bits 2-0 function num. */
  2766.                             /* low byte bus num. */
  2767.   ushort serial1;           /* EEPROM serial number word 1 */
  2768.   ushort serial2;           /* EEPROM serial number word 2 */
  2769.   ushort serial3;           /* EEPROM serial number word 3 */
  2770. } ADV_DVC_CFG;
  2771. struct adv_dvc_var;
  2772. struct adv_scsi_req_q;
  2773. typedef void (* ADV_ISR_CALLBACK)
  2774.     (struct adv_dvc_var *, struct adv_scsi_req_q *);
  2775. typedef void (* ADV_ASYNC_CALLBACK)
  2776.     (struct adv_dvc_var *, uchar);
  2777. /*
  2778.  * Adapter operation variable structure.
  2779.  *
  2780.  * One structure is required per host adapter.
  2781.  *
  2782.  * Field naming convention:
  2783.  *
  2784.  *  *_able indicates both whether a feature should be enabled or disabled
  2785.  *  and whether a device isi capable of the feature. At initialization
  2786.  *  this field may be set, but later if a device is found to be incapable
  2787.  *  of the feature, the field is cleared.
  2788.  */
  2789. typedef struct adv_dvc_var {
  2790.   AdvPortAddr iop_base;   /* I/O port address */
  2791.   ushort err_code;        /* fatal error code */
  2792.   ushort bios_ctrl;       /* BIOS control word, EEPROM word 12 */
  2793.   ADV_ISR_CALLBACK isr_callback;
  2794.   ADV_ASYNC_CALLBACK async_callback;
  2795.   ushort wdtr_able;       /* try WDTR for a device */
  2796.   ushort sdtr_able;       /* try SDTR for a device */
  2797.   ushort ultra_able;      /* try SDTR Ultra speed for a device */
  2798.   ushort sdtr_speed1;     /* EEPROM SDTR Speed for TID 0-3   */