Changes between Version 11 and Version 12 of WikiStart
- Timestamp:
- Jun 23, 2013, 11:33:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v11 v12 1 1 = Welcome to the AHCI for eCS Development Site = 2 2 3 == General Info == 3 OS2AHCI is an AHCI driver for eComStation. It supports both ATA and ATAPI devices in a single driver, thus there's no need for an ATAPI/CDROM filter driver. 4 4 5 5 See the [source:trunk/src/os2ahci/README OS2AHCI Readme]. 6 6 7 = = Trouble Shooting ==7 = Users = 8 8 9 OS2AHCI (v 1.17 and later) contains a logging facility. If you encounter unexpected behavior that does not lead to a kernel trap, you can easily create a log file to include in your bug report. This is explained [wiki:AhciTrace here].9 Please read the [source:trunk/src/os2ahci/README OS2AHCI Readme] before installing and using this software. 10 10 11 If there is a kernel trap, either a dump partition or a serial port with a null modem cable (much preferred) is required. See [wiki:AhciTrap here] for further info. 11 == Binaries == 12 12 13 == OS2AHCI.ADD Info == 13 New releases are available from the eComStation !BetaZone. 14 Log in to [http://shop.mensys.com Mensys] with your Mensys login id and click the Downloads link. 15 Click the "Software Subscription Services for eComStation" Download link and the AHCI drivers should be listed. 14 16 15 * [wiki:Building Building os2ahci.add] 16 * [CodingGuide os2ahci Coding Guide] 17 You can access the !BetaZone from your [http://www.ecomstation.com eComStation] login, but the AHCI download may not appear. 17 18 18 == Debugging == 19 * [KernelDbgVbox OS/2 Kernel Debugging with VirtualBox] 20 * [KernelBpTips Kernel Debugger Breakpoint Tips] 19 New releases are announced on the mailing list and elsewhere. 21 20 22 21 = Support and Submitting Tickets = … … 31 30 32 31 Please make sure your name and e-mail address are set correctly in your Preferences. This will ensure that you get an e-mail when your ticket is updated. 32 33 == OS2AHCI.ADD Info == 34 35 * [wiki:Building Building os2ahci.add] 36 * [CodingGuide os2ahci Coding Guide]