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

    r204 r205  
    1 /******************************************************************************
     1/**
    22 * ata.c - ATA 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
     
    2929#include "ata.h"
    3030
    31 /* -------------------------- macros and constants ------------------------- */
    32 
    33 /* ------------------------ typedefs and structures ------------------------ */
    34 
    3531/* -------------------------- function prototypes -------------------------- */
    3632
     
    4238                         ULONG sector, ULONG count, SCATGATENTRY *sg_list,
    4339                         ULONG sg_cnt, int write_through);
    44 
    45 /* ------------------------ global/static variables ------------------------ */
    46 
    47 /* ----------------------------- start of code ----------------------------- */
    4840
    4941/******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.