Changeset 153 for trunk/src/os2ahci/init.asm
- Timestamp:
- Apr 3, 2013, 11:13:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/init.asm
r144 r153 40 40 db "OS2AHCI$" ; name of character device 41 41 dq 0 ; 8 reserved bytes 42 dd DEV_IOCTL2 + DEV_ADAPTER_DD + DEV_INITCOMPLETE + 20h; ADD flags42 dd DEV_IOCTL2 + DEV_ADAPTER_DD + DEV_INITCOMPLETE + DEV_SAVERESTORE ; ADD flags 43 43 dw 0 44 44 45 ; This is here to support old SMART tools. This is a really bad thing to do as it will 46 ; cause problems in the future. The SMART tools should be fixed instead. 45 47 _legacy_hdr dd -1 ; no headers after this one 46 48 dw DEVLEV_3 + DEV_CHAR_DEV ; flags for ADD drivers … … 51 53 dd 0 52 54 dw 0 55 53 56 DEVHDR ENDS 54 57
Note:
See TracChangeset
for help on using the changeset viewer.