Ignore:
Timestamp:
Oct 8, 2011, 10:28:48 PM (14 years ago)
Author:
cjm
Message:

Version 1.21


  • Triggered by reports of performance loss with NCQ
  • New command line flag "/F" to force using write buffers even when upstream I/O requested non-buffered I/O; the primary purpose of this flag is to debug the NCQ performance drop but the flag may or may not remain.
File:
1 edited

Legend:

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

    r123 r125  
    517517extern USHORT      ioctl_get_devlist  (RP_GENIOCTL _far *ioctl);
    518518extern USHORT      ioctl_passthrough  (RP_GENIOCTL _far *ioctl);
     519extern USHORT      ioctl_gen_dsk      (RP_GENIOCTL _far *ioctl);
     520extern USHORT      ioctl_smart        (RP_GENIOCTL _far *ioctl);
    519521
    520522
     
    527529extern int           thorough_scan; /* if != 0, perform thorough PCI scan */
    528530extern int           init_reset;    /* if != 0, reset ports during init */
     531extern int           force_write_cache; /* if != 0, force write cache */
    529532extern int           verbosity;     /* if != 0, show some info during boot */
    530533
Note: See TracChangeset for help on using the changeset viewer.