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

Last change on this file since 77 was 77, checked in by chris, 14 years ago
  • Further fixes to automatic ATAPI sense handling, now supporting sense buffers larger than 64 bytes if requested by initiator (cdrecord wanted 96 bytes)
  • Separate, and internally handled, spinlock for libc malloc/free calls to reduce chances of memory corruption if somebody forgets to get the driver-level spinlock before calling malloc/free. There was no real problem with that, just some awkward code fragments which look much better now.
  • Link power management implemented
  • More generic support for adapter/port options so all of them can now have a global, adapter or port scope
  • Generic support for inverting driver options (i.e. turn them off with '!')
  • Thorough PCI scan is now the default; the reason it wasn't so far was a delay in Virtualbox but that was never a problem on real hardware
  • SCSI emulation for ATAPI devices; this can be enabled on global, adapter or port scope
  • 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 104 /* 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.