Changeset 120
- Timestamp:
- Aug 29, 2011, 4:15:02 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/os2ahci/README ¶
r94 r120 85 85 /c:<addr> Set debug COM port base address in hex (default = 3f8); 86 86 if used, this option should come before any /d options. 87 /d Debug output on COM port; multiple "/d" options will 88 increase verbosity: 87 If <addr> is set to 0, the COM port is turned off and 88 all output is directed to an internal trace ring buffer 89 that can be dumped on an OS/2 command prompt with the 90 command "type os2ahci$"; see the OS2AHCI project page 91 at http://svn.ecomstation.nl/ahci/wiki/AhciTrace 92 for more info. 93 /d Debug output on COM port/trace buffer; multiple "/d" 94 options will increase verbosity: 89 95 1 = requests 90 96 2 = detailed 91 97 3 = verbose, including MMIO operations 98 /v display adapter info during boot 92 99 /g:<vendor>:<device> Add generic PCI ID to list of supported AHCI adapters 93 100 (e.g. /g:8086:2829)
Note:
See TracChangeset
for help on using the changeset viewer.