Changeset 205 for trunk/src/os2ahci/atapi.c
- Timestamp:
- Jan 2, 2021, 1:06:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/atapi.c
r204 r205 1 /** ****************************************************************************1 /** 2 2 * atapi.c - ATAPI command processing 3 3 * 4 4 * Copyright (c) 2011 thi.guten Software Development 5 5 * Copyright (c) 2011 Mensys B.V. 6 * Copyright (c) 2013-20 18 David Azarewicz6 * Copyright (c) 2013-2021 David Azarewicz <david@88watts.net> 7 7 * 8 8 * Authors: Christian Mueller, Markus Thielen … … 33 33 #include <Dev32scsi.h> 34 34 35 /* -------------------------- macros and constants ------------------------- */36 37 /* ------------------------ typedefs and structures ------------------------ */38 39 /* -------------------------- function prototypes -------------------------- */40 41 35 static void atapi_req_sense_pp(IORBH FAR16DATA *vIorb, IORBH *pIorb); 42 36 static 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 ----------------------------- */47 37 48 38 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.