Home | History | Annotate | Download | only in sun3x

Lines Matching refs:idprom

1 /*	$NetBSD: idprom.c,v 1.16 2013/09/06 17:43:19 tsutsui Exp $	*/
37 __KERNEL_RCSID(0, "$NetBSD: idprom.c,v 1.16 2013/09/06 17:43:19 tsutsui Exp $");
47 #include <machine/idprom.h>
60 struct idprom identity_prom;
67 * Copy the IDPROM contents,
77 printf("idprom: bad checksum\n");
79 printf("idprom: bad version\n");
100 struct idprom *idp;
107 * Construct the hostid from the idprom contents.
145 /* First, probe for a separate IDPROM (3/470). */
148 /* IDPROM is in the EEPROM */
152 /* Copy the IDPROM contents and do the checksum. */