Partly reverted r40090: DMA is enabled for ATAPI devices again.
[AROS.git] / rom / devs / ata / ata.conf
blob45b073a7e5cf233c344e28c187fd5c4ae4f48833
1 ##begin config
2 basename        ata
3 version         41.23
4 libbasetype     struct ataBase
5 residentpri     4
6 beginio_func    BeginIO
7 abortio_func    AbortIO
8 options         noexpunge
9 ##end config
11 ##begin cdefprivate
12 #include <ata.h>
13 ##end cdefprivate
15 ##begin cdef
16 #include <exec/devices.h>
17 #include <exec/io.h>
18 ##end cdef
20 ##begin functionlist
21 ULONG GetRdskLba(struct IORequest *io) (A1)
22 ULONG GetBlkSize(struct IORequest *io) (A1)
23 ##end functionlist