- Give PCI controllers lower unit numbers than legacy controllers.
[cake.git] / arch / common / ata.device / ata.conf
blob0037bd551dd0b8cf7550560d6c35ecd36eedb28f
1 ##begin config
2 basename        ata
3 version         41.9
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