Home
last modified time | relevance | path

Searched refs:revstr (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/mips/nlm/
H A Dboard.c329 char *chip, *revstr; in nlm_print_processor_info() local
352 revstr = "A0"; break; in nlm_print_processor_info()
354 revstr = "A1"; break; in nlm_print_processor_info()
356 revstr = "A2"; break; in nlm_print_processor_info()
358 revstr = "B0"; break; in nlm_print_processor_info()
360 revstr = "B1"; break; in nlm_print_processor_info()
362 revstr = "??"; break; in nlm_print_processor_info()
366 printf(" Netlogic %s %s [%x]\n", chip, revstr, procid); in nlm_print_processor_info()