/src/sys/arch/sun68k/sun68k/ |
autoconf.c | 320 const char *prompath; local in function:cpu_rootconf 324 prompath = prom_getbootpath(); 325 if (prompath == NULL) 326 prompath = "zz(0,0,0)"; 327 promname[0] = *(prompath++); 328 promname[1] = *(prompath++); 331 if (*prompath == '(' && 332 *(prompath = str2hex(++prompath, &prom_ctlr)) == ',' && 333 *(prompath = str2hex(++prompath, &prom_unit)) == ',') [all...] |
autoconf.c | 320 const char *prompath; local in function:cpu_rootconf 324 prompath = prom_getbootpath(); 325 if (prompath == NULL) 326 prompath = "zz(0,0,0)"; 327 promname[0] = *(prompath++); 328 promname[1] = *(prompath++); 331 if (*prompath == '(' && 332 *(prompath = str2hex(++prompath, &prom_ctlr)) == ',' && 333 *(prompath = str2hex(++prompath, &prom_unit)) == ',') [all...] |