Call CloseDevice() before DeleteIORequest(), and don't call
[AROS.git] / rom / filesys / afs / afs.conf
blob00ba540cc7c17ae95fb7927ec5bfc348d2b156c6
1 ##begin config
2 version 41.3
3 basename afs
4 residentpri -1
5 ##end config
7 ##begin handler
8 # Highest level autodetect priority
9 .autodetect 127
10 AFS_work DosType=0x444f5307
11 AFS_work DosType=0x444f5305
12 AFS_work DosType=0x444f5303
13 AFS_work DosType=0x444f5301
14 AFS_work Resident=FastFileSystem
15 # Now, try the OFS variants
16 AFS_work DosType=0x444f5306
17 AFS_work DosType=0x444f5304
18 AFS_work DosType=0x444f5302
19 AFS_work DosType=0x444f5300
20 AFS_work Resident=FileSystem
21 ##end handler