MAXDS_TEMP
sc->sc_sensor[MAXDS_TEMP].type = SENSOR_TEMP;
strlcpy(sc->sc_sensor[MAXDS_TEMP].desc, "Internal",
sizeof(sc->sc_sensor[MAXDS_TEMP].desc));
sc->sc_sensor[MAXDS_TEMP].value = 273150000 +
sc->sc_sensor[MAXDS_TEMP].flags &= ~SENSOR_FINVALID;
sc->sc_sensor[MAXDS_TEMP].flags |= SENSOR_FINVALID;