Changeset 198 for trunk/src/os2ahci/os2ahci.h
- Timestamp:
- Nov 26, 2018, 3:15:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/os2ahci.h
r196 r198 262 262 unsigned dev_type :5; /* device type (UIB_TYPE_* in iorb.h) */ 263 263 unsigned ncq_max :5; /* maximum tag number for queued commands */ 264 unsigned ignored :1; /* if != 0, device is not MBR */ 264 265 UNITINFO *unit_info; /* pointer to modified unit info */ 265 266 DEV_INFO dev_info; … … 477 478 extern int force_write_cache; /* if != 0, force write cache */ 478 479 extern int verbosity; /* if != 0, show some info during boot */ 479 extern int use_ lvm_info;480 extern int use_mbr_test; 480 481 481 482 extern HDRIVER rm_drvh; /* resource manager driver handle */
Note:
See TracChangeset
for help on using the changeset viewer.