repo.or.cz
/
cake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed comparison of DMA I/O range size.
[cake.git]
/
arch
/
common
/
ata.device
/
ata.conf
blob
b62305c0148e0a24ea3ac8a7e304a16b37f8b6cb
1
##begin config
2
basename ata
3
version 41.14
4
libbasetype struct ataBase
5
residentpri 4
6
beginio_func BeginIO
7
abortio_func AbortIO
8
options noexpunge
9
##end config
10
11
##begin cdefprivate
12
#include "ata.h"
13
##end cdefprivate
14
15
##begin cdef
16
#include <exec/devices.h>
17
#include <exec/io.h>
18
##end cdef
19
20
##begin functionlist
21
ULONG GetRdskLba(struct IORequest *io) (A1)
22
ULONG GetBlkSize(struct IORequest *io) (A1)
23
##end functionlist