Changeset 108 for trunk/src/os2ahci/os2ahci.c
- Timestamp:
- Jun 10, 2011, 11:32:11 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.c
r93 r108 73 73 int thorough_scan = 1; /* if != 0, perform thorough PCI scan */ 74 74 int init_reset; /* if != 0, reset ports during init */ 75 int verbosity; /* if > 0, show some info during boot */ 75 76 76 77 PFN Device_Help = 0; /* pointer to device helper entry point */ … … 300 301 break; 301 302 303 case 'v': 304 /* be verbose during boot */ 305 verbosity++; 306 break; 307 302 308 default: 303 309 cprintf("invalid option: /%c\n", *s);
Note:
See TracChangeset
for help on using the changeset viewer.