- Timestamp:
- Apr 30, 2011, 10:33:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/README
r91 r92 86 86 turned off with /!t to perform only a PCI class scan 87 87 /r Reset ports during initialization (default = off 88 unless the [Intel] AHCI was found to be initialized89 by the BIOS to SATA mode)88 unless the [Intel] AHCI controller was found to be 89 initialized by the BIOS to SATA mode) 90 90 /a Set adapter for adapter-specific options 91 91 (default = -1, all adapters) … … 163 163 There are three kinds of IDE/ATA/SATA controllers: 164 164 165 1. Legacy controller (IDE or SATA) without AHCI support165 1. Legacy controllers (IDE or SATA) without AHCI support 166 166 This kind of controller will only be recognized by IDE drivers 167 167 (IBM1S506.ADD or DANIS506.ADD). 168 168 169 2. AHCI-capable controller which supports IDE/SATA legacy interfaces169 2. AHCI-capable controllers which supports IDE/SATA legacy interfaces 170 170 This kind of controller will work with IDE or AHCI drivers and it's 171 171 up to the user to decide which driver to use. 172 172 173 3. AHCI-only controller 173 3. AHCI-only controllers 174 174 This kind of controller will only be recognized by OS2AHCI. 175 175 … … 209 209 controller for the CDROM. 210 210 - If DANIS506.ADD comes first in CONFIG.SYS, it will take over both the 211 SATA/AHCI controller and OS2AHCI.ADD will silently exit.211 SATA/AHCI and the PATA/IDE controller and OS2AHCI.ADD will silently exit. 212 212 213 213 Advantages of AHCI
Note:
See TracChangeset
for help on using the changeset viewer.