[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.41 and 1.42

version 1.41, 2001/02/12 23:33:49 version 1.42, 2001/02/20 01:11:35
Line 606  typedef enum {
Line 606  typedef enum {
         ISPCTL_PDB_SYNC,                /* Synchronize Port Database */          ISPCTL_PDB_SYNC,                /* Synchronize Port Database */
         ISPCTL_SEND_LIP,                /* Send a LIP */          ISPCTL_SEND_LIP,                /* Send a LIP */
         ISPCTL_GET_POSMAP,              /* Get FC-AL position map */          ISPCTL_GET_POSMAP,              /* Get FC-AL position map */
           ISPCTL_RUN_MBOXCMD,             /* run a mailbox command */
         ISPCTL_TOGGLE_TMODE             /* toggle target mode */          ISPCTL_TOGGLE_TMODE             /* toggle target mode */
 } ispctl_t;  } ispctl_t;
 int isp_control __P((struct ispsoftc *, ispctl_t, void *));  int isp_control __P((struct ispsoftc *, ispctl_t, void *));
Line 644  int isp_control __P((struct ispsoftc *, 
Line 645  int isp_control __P((struct ispsoftc *, 
  * valid tag is set or not says whether something has arrived or departed.   * valid tag is set or not says whether something has arrived or departed.
  * The name refers to a favorite pastime of many city dwellers- watching   * The name refers to a favorite pastime of many city dwellers- watching
  * people come and go, talking of Michaelangelo, and so on..   * people come and go, talking of Michaelangelo, and so on..
    *
    * ISPASYNC_UNHANDLED_RESPONSE gives outer layers a chance to parse a
    * response queue entry not otherwise handled. The outer layer should
    * return non-zero if it handled it. The 'arg' points to a (possibly only
    * partially) massaged response queue entry (see the platform's
    * ISP_UNSWIZZLE_RESPONSE macro).
  */   */
   
 typedef enum {  typedef enum {
Line 657  typedef enum {
Line 664  typedef enum {
         ISPASYNC_TARGET_MESSAGE,        /* target message */          ISPASYNC_TARGET_MESSAGE,        /* target message */
         ISPASYNC_TARGET_EVENT,          /* target asynchronous event */          ISPASYNC_TARGET_EVENT,          /* target asynchronous event */
         ISPASYNC_TARGET_ACTION,         /* other target command action */          ISPASYNC_TARGET_ACTION,         /* other target command action */
         ISPASYNC_CONF_CHANGE            /* Platform Configuration Change */          ISPASYNC_CONF_CHANGE,           /* Platform Configuration Change */
           ISPASYNC_UNHANDLED_RESPONSE     /* Unhandled Response Entry */
 } ispasync_t;  } ispasync_t;
 int isp_async __P((struct ispsoftc *, ispasync_t, void *));  int isp_async __P((struct ispsoftc *, ispasync_t, void *));
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

CVSweb <webmaster@jp.NetBSD.org>