Ignore:
Timestamp:
Jul 24, 2023, 5:51:46 PM (2 years ago)
Author:
David Azarewicz
Message:

Added workaround to help with VirtualBox issues.
Improved diagnostic messages.
Changed how timeouts are reset and how ctx hooks are triggered.
Added quirk for devices with issues executing some standard commands.
Changed to make /N the default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/ioctl.h

    r205 r211  
    44 * Copyright (c) 2011 thi.guten Software Development
    55 * Copyright (c) 2011 Mensys B.V.
    6  * Copyright (c) 2013-2021 David Azarewicz <david@88watts.net>
     6 * Copyright (c) 2013-2023 David Azarewicz <david@88watts.net>
    77 *
    88 * Authors: Christian Mueller, Markus Thielen
     
    3030#define OS2AHCI_IOCTL_GET_DEVLIST      0x01
    3131#define OS2AHCI_IOCTL_PASSTHROUGH      0x02
     32#define OS2AHCI_IOCTL_DEBUG            0xd1
    3233
    3334/* IOCTL definitions from s506oem.h (primarily required for SMART calls) */
     
    199200} UnitInformationData;
    200201
    201 
    202202#pragma pack()
    203203
Note: See TracChangeset for help on using the changeset viewer.