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

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

Diff for /src/sys/dev/ic/ispvar.h between version 1.60.2.5 and 1.61

version 1.60.2.5, 2005/11/10 14:04:15 version 1.61, 2003/12/04 13:57:30
Line 103  struct ispmdvec {
Line 103  struct ispmdvec {
         void            (*dv_reset0) (struct ispsoftc *);          void            (*dv_reset0) (struct ispsoftc *);
         void            (*dv_reset1) (struct ispsoftc *);          void            (*dv_reset1) (struct ispsoftc *);
         void            (*dv_dregs) (struct ispsoftc *, const char *);          void            (*dv_dregs) (struct ispsoftc *, const char *);
         const u_int16_t *dv_ispfw;      /* ptr to f/w */          u_int16_t       *dv_ispfw;      /* ptr to f/w */
         u_int16_t       dv_conf1;          u_int16_t       dv_conf1;
         u_int16_t       dv_clock;       /* clock frequency */          u_int16_t       dv_clock;       /* clock frequency */
 };  };
Line 225  typedef struct {
Line 225  typedef struct {
         u_int8_t        isp_retry_count;          u_int8_t        isp_retry_count;
         u_int8_t        isp_retry_delay;          u_int8_t        isp_retry_delay;
         struct {          struct {
                 u_int32_t                  u_int32_t
                         exc_throttle    :       8,                          exc_throttle    :       8,
                                         :       1,                                          :       1,
                         dev_enable      :       1,      /* ignored */                          dev_enable      :       1,      /* ignored */
Line 449  typedef struct ispsoftc {
Line 449  typedef struct ispsoftc {
         volatile u_int16_t      isp_mbxwrk0;          volatile u_int16_t      isp_mbxwrk0;
         volatile u_int16_t      isp_mbxwrk1;          volatile u_int16_t      isp_mbxwrk1;
         volatile u_int16_t      isp_mbxwrk2;          volatile u_int16_t      isp_mbxwrk2;
         void *                  isp_mbxworkp;          void *                  isp_mbxworkp;
   
         /*          /*
          * Active commands are stored here, indexed by handle functions.           * Active commands are stored here, indexed by handle functions.

Legend:
Removed from v.1.60.2.5  
changed lines
  Added in v.1.61

CVSweb <webmaster@jp.NetBSD.org>