Ignore:
Timestamp:
Jan 2, 2021, 1:06:02 AM (5 years ago)
Author:
David Azarewicz
Message:

Fixed ADD RM id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/atapi.c

    r204 r205  
    1 /******************************************************************************
     1/**
    22 * atapi.c - ATAPI command processing
    33 *
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
    6  * Copyright (c) 2013-2018 David Azarewicz
     6 * Copyright (c) 2013-2021 David Azarewicz <david@88watts.net>
    77 *
    88 * Authors: Christian Mueller, Markus Thielen
     
    3333#include <Dev32scsi.h>
    3434
    35 /* -------------------------- macros and constants ------------------------- */
    36 
    37 /* ------------------------ typedefs and structures ------------------------ */
    38 
    39 /* -------------------------- function prototypes -------------------------- */
    40 
    4135static void atapi_req_sense_pp(IORBH FAR16DATA *vIorb, IORBH *pIorb);
    4236static int atapi_pad_cdb(u8 *cmd_in, u16 cmd_in_len, u8 *cmd_out, u16 *cmd_out_len);
    43 
    44 /* ------------------------ global/static variables ------------------------ */
    45 
    46 /* ----------------------------- start of code ----------------------------- */
    4737
    4838/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.