Changeset 205 for trunk/src/os2ahci/ata.c
- Timestamp:
- Jan 2, 2021, 1:06:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ata.c
r204 r205 1 /** ****************************************************************************1 /** 2 2 * ata.c - ATA 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 … … 29 29 #include "ata.h" 30 30 31 /* -------------------------- macros and constants ------------------------- */32 33 /* ------------------------ typedefs and structures ------------------------ */34 35 31 /* -------------------------- function prototypes -------------------------- */ 36 32 … … 42 38 ULONG sector, ULONG count, SCATGATENTRY *sg_list, 43 39 ULONG sg_cnt, int write_through); 44 45 /* ------------------------ global/static variables ------------------------ */46 47 /* ----------------------------- start of code ----------------------------- */48 40 49 41 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.