source: trunk/src/os2ahci/version.h@ 75

Last change on this file since 75 was 75, checked in by chris, 15 years ago

atapi.c:

  • Extended workaround for incorrect direction bits to "mode sense" commands; now there's no bus lockup and subsequent port reset during boot anymore.

ahci.c:

  • Fixed timeout handling -- we use milliseconds internally while the IORB uses seconds
  • Replaced IORB completion code with a macro to improve IORB debug logging

ctxhook.c:

  • Fixed an issue which would fail to clear a port command bit if the IORB in question was not the one that caused the port engine to stop. As a result, a subsequent sanity check caused an unecessary port reset. The result was that ejecting a CD via WPS' drive object would cause the next command to fail, a reset to occur and the tray to close again right away
  • Replaced IORB completion code with a macro to improve IORB debug logging
  • added spinlocks around aws_free()

os2ahci.c

  • Replaced IORB completion code with a macro to improve IORB debug logging
  • Improved IORB debug logging to make it easier to spot the lifetime of an IORB without having to read between the lines

os2ahci.h

  • Added macro to complete an IORB including the corresponding debug log
  • Property svn:eol-style set to native
File size: 611 bytes
Line 
1/******************************************************************************
2
3 version.h - define version numbers and strings for OS2AHCI.ADD
4
5******************************************************************************/
6
7
8#define VERSION 102 /* driver version (2 implied decimals) */
9
10/* BLDLEVEL information (in C source modules added via macro
11 concatenation) for BuildLevel.cmd to generate BLDLEVEL information */
12
13#define BLDLEVEL_VENDOR "thi.guten (www.thiguten.de)"
14#define BLDLEVEL_VERSION "1.00"
15#define BLDLEVEL_INFO "OS/2 AHCI Adapter Device Driver"
Note: See TracBrowser for help on using the repository browser.