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/ioctl.c

    r204 r205  
    1 /******************************************************************************
     1/**
    22 * ioctl.c - Generic IOCTL 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
     
    3434
    3535#pragma pack(1)
    36 
    37 /* -------------------------- macros and constants ------------------------- */
    38 
    39 /* ------------------------ typedefs and structures ------------------------ */
    4036
    4137/* Memory area for IOCTLs which send IORBs downstream; currently only
     
    5854} IOCTL_CONTEXT;
    5955
    60 /* -------------------------- function prototypes -------------------------- */
    61 
    6256static USHORT do_smart(BYTE unit, BYTE sub_func, BYTE cnt, BYTE lba_l, void *buf);
    6357static int map_unit(BYTE unit, USHORT *a, USHORT *p, USHORT *d);
    6458
    6559extern IORBH FAR16DATA * (__far16 *Far16AdrOfIoctlWakeup16)(IORBH FAR16DATA*);
    66 
    67 /* ------------------------ global/static variables ------------------------ */
    68 
    69 /* ----------------------------- start of code ----------------------------- */
    7060
    7161/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.