Changeset 176 for trunk/src/os2ahci/README
- Timestamp:
- Mar 12, 2016, 12:25:36 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/README
r174 r176 1 ==================================================================== 2 eComStation AHCI Driver 3 ==================================================================== 1 AHCI Driver for OS/2 v1.32 4 2 5 3 … … 7 5 ============ 8 6 9 OS2AHCI is an AHCI driver for eComStation. It supports both ATA and7 OS2AHCI is an AHCI driver for OS/2. It supports both ATA and 10 8 ATAPI devices in a single driver. An ATAPI/CDROM filter driver is 11 9 only required if you want to read/write CD-DA (audio) format CDs. 12 10 13 11 14 Copyrights 15 ========== 16 12 Copyrights and License 13 ====================== 14 15 (c) Copyright IBM Corporation 1990,2000. 16 All rights reserved. 17 17 Copyright (c) 2011 thi.guten Software Development 18 Copyright (c) 2011 -2013Mensys B.V.19 Copyright (c) 2013 David Azarewicz18 Copyright (c) 2011 Mensys B.V. 19 Copyright (c) 2013-2015 David Azarewicz 20 20 21 21 Authors: Christian Mueller, Markus Thielen 22 22 23 23 Parts copied from/inspired by the Linux AHCI driver; 24 those parts are (c) Linux AHCI/ATA maintainers 24 those parts are (c) Linux AHCI/ATA maintainers. 25 25 26 26 This program is free software; you can redistribute it and/or modify … … 39 39 MA 02111-1307 USA 40 40 41 42 Licensing and Source Code 43 ========================= 44 45 The *binary* delivery of OS2AHCI.ADD as obtained from the BetaZone, 46 or as part of packaged eComStation releases, is licensed to run with 47 eComStation only. 48 49 The source code can be retrieved from http://svn.ecomstation.nl; 50 in compliance to the GNU General Public License, the source code 41 The OS2AHCI.ADD Driver Software is a derivative work of the IBM DDK. 42 Binary programs and documentation for the OS2AHCI.ADD Driver 43 Software are licensed to and distributed by Arca Noae, LLC. 44 45 The source code can be retrieved from http://svn.netlabs.org. 46 In compliance to the GNU General Public License, the source code 51 47 can of course be modified/compiled to run on other products as long 52 as modifications will also be published as outlined in the GNU GPL2. 53 54 Please note that builds other than the official binary delivered as 55 part of eComStation releases or downloaded from the BetaZone are 56 not officially supported. 57 58 59 Building The Driver 60 ------------------- 61 62 The toolchain required for compilation consists of: 63 64 - The MiniDDK or an updated DDK 65 - Open Watcom version 1.9 or later 66 67 Define DDK and WATCOM in the environment. 68 Use "wmake" or "wmake -a" to build the driver. See _build.cmd. 69 70 Installation 71 ============ 72 73 - Run the included update.cmd, 74 or copy the driver file, OS2AHCI.ADD, to \OS2\BOOT on your boot disk. 75 76 - Add the following line to CONFIG.SYS: 77 BASEDEV=OS2AHCI.ADD 78 79 80 Reporting Problems 81 ================== 82 83 If you have problems with this driver, please read the Troubleshooting 84 page at: 85 86 http://svn.ecomstation.nl/ahci/wiki/Troubleshooting 87 88 You can open a ticket at: 89 http://svn.ecomstation.nl/ahci 48 as modifications will also be published as outlined in the GNU GPL. 49 50 Please note that builds other than the official binary delivered by 51 the Arca Noae web site are not officially supported. 52 53 54 Getting Support and Reporting Problems 55 ====================================== 56 57 For more information and to report problems please visit: 58 https://www.arcanoae.com 59 and click on SUPPORT. 60 61 Or go directly to the AHCI support wiki at: 62 https://www.arcanoae.com/wiki/ahci/ 90 63 91 64 … … 209 182 While we believe NCQ will work with the majority of controllers and hard 210 183 disks, it's currently turned off by default until we have more feedback 211 from eComStationusers. In order to turn on NCQ, just add the command line184 from OS/2 users. In order to turn on NCQ, just add the command line 212 185 option "/n" to OS2AHCI.ADD. 213 186 … … 385 358 386 359 360 Manual Installation 361 =================== 362 363 - Run the included update.cmd, 364 or copy the driver file, OS2AHCI.ADD, to \OS2\BOOT on your boot disk. 365 366 - Add the following line to CONFIG.SYS: 367 BASEDEV=OS2AHCI.ADD 368 369 370 Building The Driver 371 ------------------- 372 373 The toolchain required for compilation consists of: 374 375 - The MiniDDK or an updated DDK (You must have a DDK license 376 to build this driver.) 377 - Open Watcom version 1.9 or later 378 379 Define DDK and WATCOM in the environment. 380 Use "wmake" or "wmake -a" to build the driver. See _build.cmd. 381 382 387 383 Change Log 388 384 ========== … … 413 409 Reworked suspend/resume routines. 414 410 Implemented a temporary hack to make resume work reasonably well. 415 Suspend/resume is only supported on eCSsystems with ACPI.411 Suspend/resume is only supported on OS/2 systems with ACPI. 416 412 Suspend/resume is known to not work reliably and cannot be further 417 413 addressed in this driver.
Note:
See TracChangeset
for help on using the changeset viewer.