source: trunk/doc/os2ahci.txt@ 90

Last change on this file since 90 was 89, checked in by markus, 14 years ago

added doc dir incl. info about command line switches

  • Property svn:eol-style set to native
File size: 1.9 KB
RevLine 
[89]1
2 OS2AHCI Driver Switches
3=========================
4
5This document describes command line options for os2ahci.add.
6
7 option description
8-------------------------------------------------------------------------------
9
10 -c:<hexnum> set COM port base address for debug output
11
12 -d increase debug level one step; currently, 3 is the highest
13
14 -g:XXXX:YYYY add PCI ID as supported generic AHCI adapter, where XXXX is the
15 vendor's PCI ID in hex and YYYY is the device's PCI ID in hex;
16 implies -t
17
18 -t perform thorough PCI scan, i.e. search for individual
19 supported PCI IDs
20
21 -r reset ports during initialization
22
23
24Adapter and port specific parameters
25
26The following options are adapter and/or port specific and require -a and/or
27-p as described below:
28
29 option description
30-------------------------------------------------------------------------------
31
32 -a:<number> set zero based adapter index for all following
33 adapter and port specific options
34
35 -p:<number> set zero-based port index for all following port specific options
36
37 -i ignore this adapter (requires just -a)
38
39 -s enable SCSI emulation for ATAPI device
40
41 -ls:<number> set link speed restrictions for port, where <number> is:
42
43 0 = no restrictions
44 1 = limit speed to Generation 1 speed
45 2 = limit speed to Generation 2 speed
46 3 = limit speed to Generation 3 speed
47
48 -lp:<number> set power management restrictions for port, where <number> is:
49
50 0 = no restrictions
51 1 = disable partial state
52 2 = disable slumber state
53 3 = disable both partial and slumber
54
55 -4 force partition boundaries on sector addresses dividable
56 by 4096
57
58
Note: See TracBrowser for help on using the repository browser.