OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Matthew Jacob (mjacobcvs.openbsd.org)
Date: Mon Feb 12 2001 - 17:51:21 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    CVSROOT: /cvs
    Module name: src
    Changes by: mjacobcvs.openbsd.org 2001/02/12 16:51:20

    Modified files:
            sys/dev/ic : ispvar.h

    Log message:
    Eliminate ISP2100_FABRIC- we always allow for fabric now. Add an
    isp_iid_set/isp_iid for fibre channel- this is because we now
    fake a port database entry for ourselves. Add the additional loop
    states between LOOP_PDB_RCVD and LOOP_READY.

    Change and comment on a wad of Fibre Channel isp_control functions.
    Change and comment on some of the ISPASYNC Fibre Channel events.

    Add was_fabric_dev/fabric_dev tags to our local FC database structure
    (so we can see rapidly whether something was a fabric device but is
    now gone).

    Add a tag which says what role this adapter should take. It can take
    on the value of None, Target, Initiator or Both. None is useful for
    warm failover purposes. Remove the ISP_CFG_NOINIT silliness since
    a role of "None" does this.

    Add a isp_lastmbxcmd tag to store the opcode for the last mailbox
    command used.