Last change
on this file since 76 was 76, checked in by chris, 15 years ago |
- APM support
- Generic IOCTL interface for adapter passthrough commands (ATA and ATAPI)
- Fixes to ATAPI sense data handling
- Cosmetic changes to debug reporting
- Fixed missing interrupt enable flag for PIO transfer completions
- Added command line switch /I to ignore specific adapters
|
-
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 103 /* 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.