Changeset 128 for trunk/src/os2ahci/init.asm
- Timestamp:
- Oct 14, 2011, 10:22:12 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/init.asm
r79 r128 28 28 29 29 DEVHDR SEGMENT WORD PUBLIC 'DATA' 30 _dev_hdr dd -1 ; no headers after this one30 _dev_hdr dd _legacy_hdr ; next device header 31 31 dw DEVLEV_3 + DEV_CHAR_DEV ; flags for ADD drivers 32 dw _asm_strat; strategy routine32 dw OFFSET _asm_strat ; strategy routine 33 33 dw 0 ; no IDC routine 34 34 db "OS2AHCI$" ; name of character device 35 35 dq 0 ; 8 reserved bytes 36 36 dd DEV_IOCTL2 + DEV_ADAPTER_DD + DEV_INITCOMPLETE + 20h ; ADD flags 37 dw 0 38 39 _legacy_hdr dd -1 ; no headers after this one 40 dw DEVLEV_3 + DEV_CHAR_DEV ; flags for ADD drivers 41 dw OFFSET _asm_strat ; strategy routine 42 dw 0 ; no IDC routine 43 db "IBMS506$" ; name of character device 44 dq 0 ; 8 reserved bytes 45 dd 0 37 46 dw 0 38 47 DEVHDR ENDS
Note:
See TracChangeset
for help on using the changeset viewer.