of system model. The early boot code already prints them, but
that output is not buffered and tends to be left out from
dmesg submissions.
-/* $OpenBSD: mainbus.c,v 1.10 2017/07/31 14:53:56 visa Exp $ */
+/* $OpenBSD: mainbus.c,v 1.11 2017/12/05 15:39:26 visa Exp $ */
/*
* Copyright (c) 2001-2003 Opsycon AB (www.opsycon.se / www.opsycon.com)
int cpuid;
#endif
- printf("\n");
+ printf(": board %u rev %u.%u\n", octeon_boot_info->board_type,
+ octeon_boot_info->board_rev_major,
+ octeon_boot_info->board_rev_minor);
bzero(&caa, sizeof caa);
caa.caa_maa.maa_name = "cpu";