source: trunk/src/os2ahci/os2ahci.def@ 81

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.
File size: 487 bytes
Line 
1library os2ahci
2Description '$@#thi.guten (www.thiguten.de):1.00.20110301#@OS/2 AHCI Adapter Device Driver'
3protmode
4
5segments
6 DEVHDR CLASS 'DATA'
7 _DATA CLASS 'DATA'
8 CONST CLASS 'CONST'
9 _BSS CLASS 'BSS'
10 c_common CLASS 'BSS'
11 _z_data CLASS 'BSS'
12 _TEXT CLASS 'CODE' IOPL
13 'CODE' CLASS 'CODE' IOPL
14 RMCode CLASS 'CODE' IOPL
15 LIBCODE CLASS 'CODE' IOPL
16 _z_text CLASS 'CODE' IOPL
17
Note: See TracBrowser for help on using the repository browser.