Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 1997 17:25:04 -0700 (PDT)
From:      Garrett Wollman <wollman@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/apm apm.c
Message-ID:  <199706190025.RAA10548@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wollman     1997/06/18 17:25:04 PDT

  Modified files:
    sys/i386/apm         apm.c 
  Log:
  Fix crash when halting where APM was configured but not enabled
  by checking whether APM is active in apm_power_off() and returning
  if not.  (The code was already written with the expectation that
  this function would return if it fails.)
  
  Revision  Changes    Path
  1.59      +3 -1      src/sys/i386/apm/apm.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706190025.RAA10548>