use the correct targets to build the drivers so they can be disabled as appropriate.
[AROS.git] / rom / filesys / afs / afs.conf
blob8cd4e079ae34e58d3d8297cac8554b8ab6308e90
1 ##begin config
2 version 41.5
3 basename afs
4 residentpri -1
5 handler_func AFS_work
6 ##end config
8 ##begin handler
9 # Highest level autodetect priority
10 .autodetect 127
11 DosType=0x444f5307
12 DosType=0x444f5305
13 DosType=0x444f5303
14 DosType=0x444f5301
15 Resident=FastFileSystem
16 DosType=0x6d754605
17 DosType=0x6d754603
18 DosType=0x6d754601
19 Resident=FastFileSystem
20 # Now, try the OFS variants
21 DosType=0x6d754600
22 DosType=0x444f5306
23 DosType=0x444f5304
24 DosType=0x444f5302
25 DosType=0x444f5300
26 Resident=FileSystem
27 DosType=0x6d754604
28 DosType=0x6d754602
29 DosType=0x6d754600
30 Resident=FileSystem
31 ##end handler