Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2011 20:56:59 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/acpica acpivar.h src/sys/dev/acpica/Osd OsdInterrupt.c
Message-ID:  <201101102057.p0AKvKUW002826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2011-01-10 20:56:59 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/acpica       acpivar.h 
    sys/dev/acpica/Osd   OsdInterrupt.c 
  Log:
  SVN rev 217238 on 2011-01-10 20:56:59Z by jkim
  
  Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() to
  install or remove non-SCI interrupt handlers per ACPI Component Architecture
  User Guide and Programmer Reference.  ACPICA may install such interrupt
  handler when a GPE block device is found, for example.  Add a wrapper for
  ACPI_OSD_HANDLER, convert its return values to ours, and make it a filter.
  Prefer KASSERT(9) over panic(9) as we have never seen those in reality.
  Clean up some style(9) nits and add my copyright.
  
  Revision  Changes    Path
  1.24      +144 -75   src/sys/dev/acpica/Osd/OsdInterrupt.c
  1.122     +0 -4      src/sys/dev/acpica/acpivar.h



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