OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: Kenneth R Westerback (krwcvs.openbsd.org)
Date: Mon Apr 02 2001 - 12:11:26 CDT

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

    CVSROOT: /cvs
    Module name: src
    Changes by: krwcvs.openbsd.org 2001/04/02 11:11:25

    Modified files:
            sys/scsi : scsi_all.h scsi_message.h

    Log message:
    Add padding and new field 'flags2' to struct scsi_inquiry_data,
    bringing it in line with the spc-2 definition of standard
    inquiry data.

    scsi_inquiry_data grows from 50 to 57 bytes in size.

    The new 'flags2' field gives access to PPR related
    information, the IUS, QAS and DT bits, used
    in negotiating Ultra3 transfers.

    Also add PPR related extended message defines.

    ok deraadt