#!/bin/sh # # Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. # # # Copyright (c) 2010, Intel Corporation. # All rights reserved. # . /lib/svc/share/smf_include.sh PLATFORM="i86pc" ACPIHPD=/usr/platform/${PLATFORM}/lib/acpihpd /usr/sbin/prtconf -D /devices/fw/acpidr@0 > /dev/null 2>&1 if [ $? -ne 0 ]; then smf_method_exit $SMF_EXIT_TEMP_DISABLE no_supported_hardware \ "no acpidr device was found on this system" fi $ACPIHPD && exit $SMF_EXIT_OK || exit $SMF_EXIT_ERR_FATAL