Ignore:
Timestamp:
Nov 10, 2010, 11:14:21 AM (15 years ago)
Author:
markus
Message:

fixed NCQ disabling via switch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/os2ahci.c

    r41 r42  
    155155  /* parse command line parameters */
    156156  cmd_line = (char _far *) ((u32) ddd_pl & 0xffff0000l) + ddd_pl->cmd_line_args;
    157   adapter_index = 0;
    158   port_index = 0;
    159157
    160158  for (s = cmd_line; *s != 0; s++) {
     
    238236    }
    239237  }
     238
     239  phex(disable_ncq, sizeof(disable_ncq), "disable_ncq dump:\n");
    240240
    241241  /* scan PCI bus for supported devices */
Note: See TracChangeset for help on using the changeset viewer.