[BACK]Return to ahbreg.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / eisa

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/eisa/ahbreg.h between version 1.9 and 1.9.12.1

version 1.9, 1998/08/17 00:26:33 version 1.9.12.1, 2000/11/20 11:39:55
Line 52 
Line 52 
  * functioning of this software in any circumstances.   * functioning of this software in any circumstances.
  */   */
   
 typedef u_long physaddr;  typedef u_int32_t physaddr;
 typedef u_long physlen;  typedef u_int32_t physlen;
   
 /*  /*
  * Offset of AHA1740 registers, relative from slot base.   * Offset of AHA1740 registers, relative from slot base.
Line 167  struct ahb_ecb_status {
Line 167  struct ahb_ecb_status {
 #define HS_SCSI_RESET_ADAPTER   0x22  #define HS_SCSI_RESET_ADAPTER   0x22
 #define HS_SCSI_RESET_INCOMING  0x23  #define HS_SCSI_RESET_INCOMING  0x23
         u_char  target_stat;          u_char  target_stat;
         u_long  resid_count;          u_int32_t  resid_count;
         u_long  resid_addr;          u_int32_t  resid_addr;
         u_short addit_status;          u_short addit_status;
         u_char  sense_len;          u_char  sense_len;
         u_char  unused[9];          u_char  unused[9];
Line 218  struct ahb_ecb {
Line 218  struct ahb_ecb {
         /*-----------------end of hardware supported fields----------------*/          /*-----------------end of hardware supported fields----------------*/
         TAILQ_ENTRY(ahb_ecb) chain;          TAILQ_ENTRY(ahb_ecb) chain;
         struct ahb_ecb *nexthash;          struct ahb_ecb *nexthash;
         long hashkey;          int32_t hashkey;
         struct scsipi_xfer *xs; /* the scsipi_xfer for this cmd */          struct scsipi_xfer *xs; /* the scsipi_xfer for this cmd */
         int flags;          int flags;
 #define ECB_ALLOC       0x01  #define ECB_ALLOC       0x01

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.12.1

CVSweb <webmaster@jp.NetBSD.org>