autoconf.c | 142 atari_config_found(cfdata_t pcfp, device_t parent, void *aux, cfprint_t pfn, function in typeref:typename:int 196 * Note: The order of the 'atari_config_found()' calls is 201 atari_config_found(cf, NULL, __UNCONST("pcib") , NULL, CFARGS_NONE); 202 atari_config_found(cf, NULL, __UNCONST("isab") , NULL, CFARGS_NONE); 203 atari_config_found(cf, NULL, __UNCONST("grfbus"), NULL, CFARGS_NONE);
|