/[hurd]/gnumach/linux/src/drivers/scsi/qlogicisp.c
ViewVC logotype

Diff of /gnumach/linux/src/drivers/scsi/qlogicisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by tb, Mon Apr 26 05:54:52 1999 UTC revision 1.1.4.1 by marcus, Sat Jan 22 02:29:18 2005 UTC
# Line 21  Line 21 
21   * $Revision$   * $Revision$
22   *   *
23   * $Log$   * $Log$
24     * Revision 1.1.4.1  2005/01/22 02:29:18  marcus
25     * 2005-01-22  Guillem Jover  <guillem@hadrons.org>
26     *
27     *      * linux/src/drivers/scsi/qlogicisp_asm.c: Remove file with binary
28     *      only firmware.
29     *      * linux/src/drivers/scsi/qlogicisp.c: Do not include "qlogicisp_asm.c".
30     *      (RELOAD_FIRMWARE): Set to 0.
31     *      (risc_code_addr01): New variable from qlogicisp_asm.c.
32     *      * linux/Files: Remove linux/src/drivers/scsi/qlogicisp_asm.c.
33     *
34   * Revision 1.1  1999/04/26 05:54:52  tb   * Revision 1.1  1999/04/26 05:54:52  tb
35   * 1998-11-30  OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>   * 1998-11-30  OKUJI Yoshinori  <okuji@kuicr.kyoto-u.ac.jp>
36   *   *
# Line 105  Line 115 
115     the latest firmware provided by QLogic.  This may be an earlier/later     the latest firmware provided by QLogic.  This may be an earlier/later
116     revision than supplied by your board. */     revision than supplied by your board. */
117    
118  #define RELOAD_FIRMWARE         1  #define RELOAD_FIRMWARE         0
119    
120  /* Set the following macro to 1 to reload the ISP1020's defaults from nvram.  /* Set the following macro to 1 to reload the ISP1020's defaults from nvram.
121     If you are not sure of your settings, leave this alone, the driver will     If you are not sure of your settings, leave this alone, the driver will
# Line 433  struct Status_Entry { Line 443  struct Status_Entry {
443  #define MBOX_WRITE_FOUR_RAM_WORDS       0x0041  #define MBOX_WRITE_FOUR_RAM_WORDS       0x0041
444  #define MBOX_EXEC_BIOS_IOCB             0x0042  #define MBOX_EXEC_BIOS_IOCB             0x0042
445    
446  #include "qlogicisp_asm.c"  unsigned short risc_code_addr01 = 0x1000 ;
447    
448  #define PACKB(a, b)                     (((a)<<4)|(b))  #define PACKB(a, b)                     (((a)<<4)|(b))
449    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.4.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26