Changeset 155 for trunk/src/os2ahci/init.asm
- Timestamp:
- Apr 15, 2013, 11:46:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/init.asm
r153 r155 34 34 35 35 DEVHDR SEGMENT WORD PUBLIC 'DATA' 36 _dev_hdr dd _ legacy_hdr; next device header36 _dev_hdr dd _next_hdr ; next device header 37 37 dw DEVLEV_3 + DEV_CHAR_DEV + DEV_IDC ; flags for ADD drivers 38 38 dw OFFSET _asm_strat ; strategy routine … … 43 43 dw 0 44 44 45 if 1 45 46 ; This is here to support old SMART tools. This is a really bad thing to do as it will 46 47 ; cause problems in the future. The SMART tools should be fixed instead. 47 _ legacy_hdrdd -1 ; no headers after this one48 _next_hdr dd -1 ; no headers after this one 48 49 dw DEVLEV_3 + DEV_CHAR_DEV ; flags for ADD drivers 49 50 dw OFFSET _asm_strat ; strategy routine … … 53 54 dd 0 54 55 dw 0 56 else 57 _next_hdr equ -1 58 endif 55 59 56 60 DEVHDR ENDS
Note:
See TracChangeset
for help on using the changeset viewer.