Changeset 165 for trunk/src/os2ahci/init.asm
- Timestamp:
- Jul 31, 2013, 8:08:59 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/init.asm
r164 r165 36 36 37 37 DEVHDR SEGMENT WORD PUBLIC 'DATA' 38 _dev_hdr dd _next_hdr; next device header38 _dev_hdr dd -1 ; next device header 39 39 dw DEVLEV_3 + DEV_CHAR_DEV + DEV_IDC ; flags for ADD drivers 40 40 dw OFFSET _asm_strat ; strategy routine … … 44 44 dd DEV_IOCTL2 + DEV_ADAPTER_DD + DEV_INITCOMPLETE + DEV_SAVERESTORE ; ADD flags 45 45 dw 0 46 47 if 148 ; This is here to support old SMART tools which only look for IBMS506$. This is a49 ; really bad thing to do as it will cause problems in the future. The SMART tools50 ; should be fixed to be able to open OS2AHCI$ and this header should be removed.51 _next_hdr dd -1 ; no headers after this one52 dw DEVLEV_3 + DEV_CHAR_DEV ; flags for ADD drivers53 dw OFFSET _asm_strat ; strategy routine54 dw 0 ; IDC entry point55 db "IBMS506$" ; name of character device56 dq 0 ; 8 reserved bytes57 dd 058 dw 059 else60 _next_hdr equ -161 endif62 46 63 47 DEVHDR ENDS
Note:
See TracChangeset
for help on using the changeset viewer.