Changeset 166 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Aug 1, 2013, 5:11:07 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r165 r166 144 144 u8 link_power[MAX_AD][AHCI_MAX_PORTS]; 145 145 u8 track_size[MAX_AD][AHCI_MAX_PORTS]; 146 u8 port_ignore[MAX_AD][AHCI_MAX_PORTS]; 146 147 147 148 static char init_msg[] = "%s driver version %d.%02d\n"; … … 324 325 /* ignore current adapter index */ 325 326 if (adapter_index >= 0) { 326 ad_ignore |= 1U << adapter_index; 327 if (port_index >= 0) port_ignore[adapter_index][port_index] = !invert_option; 328 else ad_ignore |= 1U << adapter_index; 327 329 } 328 330 break; … … 400 402 } 401 403 402 /* print initialization message */403 ciprintf(init_msg, drv_name, VERSION / 100, VERSION % 100);404 405 404 if (com_baud) init_com(com_baud); /* initialize com port for debug output */ 406 405 … … 415 414 ntprintf("BldLevel: %s\n", BldLevel); 416 415 ntprintf("CmdLine: %Fs\n", cmd_line); 416 417 /* print initialization message */ 418 ciprintf(init_msg, drv_name, VERSION / 100, VERSION % 100); 417 419 418 420 /* scan PCI bus for supported devices */
Note:
See TracChangeset
for help on using the changeset viewer.