Changeset 42 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Nov 10, 2010, 11:14:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r41 r42 155 155 /* parse command line parameters */ 156 156 cmd_line = (char _far *) ((u32) ddd_pl & 0xffff0000l) + ddd_pl->cmd_line_args; 157 adapter_index = 0;158 port_index = 0;159 157 160 158 for (s = cmd_line; *s != 0; s++) { … … 238 236 } 239 237 } 238 239 phex(disable_ncq, sizeof(disable_ncq), "disable_ncq dump:\n"); 240 240 241 241 /* scan PCI bus for supported devices */
Note:
See TracChangeset
for help on using the changeset viewer.