vpd_config
struct vpd_config *vpd);
ahd_verify_vpd_cksum(struct vpd_config *vpd)
maxaddr = offsetof(struct vpd_config, vpd_checksum);
for (i = offsetof(struct vpd_config, resource_type); i < maxaddr; i++)
maxaddr = offsetof(struct vpd_config, checksum);
for (i = offsetof(struct vpd_config, default_target_flags);
static int ahd_verify_vpd_cksum(struct vpd_config *vpd);
ahd_parse_vpddata(struct ahd_softc *ahd, struct vpd_config *vpd)
struct vpd_config vpd;