Last change
on this file since 74 was 74, checked in by chris, 15 years ago |
- ATAPI fixes; still having trouble with INQUIRY command bein sent with incorrect direction
- fixes to port reset and restart handling
- improved ATA IDENTIFY handling based on ATA reset signature
|
-
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 101 /* 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.