Changeset 205 for trunk/src/os2ahci/ioctl.c
- Timestamp:
- Jan 2, 2021, 1:06:02 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/ioctl.c
r204 r205 1 /** ****************************************************************************1 /** 2 2 * ioctl.c - Generic IOCTL 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 … … 34 34 35 35 #pragma pack(1) 36 37 /* -------------------------- macros and constants ------------------------- */38 39 /* ------------------------ typedefs and structures ------------------------ */40 36 41 37 /* Memory area for IOCTLs which send IORBs downstream; currently only … … 58 54 } IOCTL_CONTEXT; 59 55 60 /* -------------------------- function prototypes -------------------------- */61 62 56 static USHORT do_smart(BYTE unit, BYTE sub_func, BYTE cnt, BYTE lba_l, void *buf); 63 57 static int map_unit(BYTE unit, USHORT *a, USHORT *p, USHORT *d); 64 58 65 59 extern IORBH FAR16DATA * (__far16 *Far16AdrOfIoctlWakeup16)(IORBH FAR16DATA*); 66 67 /* ------------------------ global/static variables ------------------------ */68 69 /* ----------------------------- start of code ----------------------------- */70 60 71 61 /******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.