Last change
on this file since 81 was 81, checked in by chris, 14 years ago |
Version 1.07
============
- Changed resource allocation such that all PCI BARs will be registered, even
the ones which are related to legacy interfaces, to prevent other drivers
from accessing the adapter. This didn't work as well as anticipated because
DANIS506.ADD currently doesn't skip an adapter just because resources could
not be registered but this can be fixed, of course, and the end result would
be that by simply changing the load order of DANIS506.ADD and OS2AHCI.ADD
would be sufficient to determine which driver controls AHCI-capable SATA
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 107 /* 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.