smbios_eps
struct smbios_eps *header;
header = pmap_mapbios(addr, sizeof(struct smbios_eps));
pmap_unmapbios((vm_offset_t)header, sizeof(struct smbios_eps));
smbios_cksum(struct smbios_eps *e)
static int smbios_cksum(struct smbios_eps *);