Last change
on this file since 125 was 125, checked in by cjm, 14 years ago |
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.
|
-
Property svn:eol-style
set to
native
|
File size:
502 bytes
|
Line | |
---|
1 | /******************************************************************************
|
---|
2 | * version.h - define version numbers and strings for OS2AHCI.ADD
|
---|
3 | *
|
---|
4 | * Copyright (c) 2011 thi.guten Software Development
|
---|
5 | * Copyright (c) 2011 Mensys B.V.
|
---|
6 | *
|
---|
7 | * Authors: Christian Mueller, Markus Thielen
|
---|
8 | *
|
---|
9 | *
|
---|
10 | * NOTE: this is kept in a separate file for easier parsing by
|
---|
11 | * bldlvl.cmd (which creates the bldlevel signature)
|
---|
12 | *
|
---|
13 | */
|
---|
14 |
|
---|
15 |
|
---|
16 | #define VERSION 121 /* driver version (2 implied decimals) */
|
---|
17 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.