Subversion Repositories Kolibri OS

Rev

Rev 9183 | Rev 9231 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9183 Rev 9219
Line 330... Line 330...
330
    dd  ahci_read
330
    dd  ahci_read
331
    dd  ahci_write
331
    dd  ahci_write
332
    dd  0   ; no flush function
332
    dd  0   ; no flush function
333
    dd  0   ; use default cache size
333
    dd  0   ; use default cache size
334
.end:
334
.end:
335
hd_name db 'hd', 0, 0, 0
335
hd_name db 'sd', 0, 0, 0
336
hd_counter dd 0
336
hd_counter dd 0
337
endg
337
endg
Line 338... Line 338...
338
 
338
 
339
; -----------------------------------------------------------------------
339
; -----------------------------------------------------------------------