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

Last change on this file since 79 was 79, checked in by chris, 14 years ago
  • fixed debug print code in readl/writel (stack offset after printf() call was wrong after I removed the port offset token a few weeks ago and this was never tested)
  • added some logic to prevent PCI devices from being detected twice -- first by a thorough scan and then again by a class-based scan
  • still not working on ICH8 notebook; already found out that a port reset is required for this particular hardware (Dell D630) but the boot process is still hanging...
  • 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 105 /* 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.