Home | History | Annotate | Download | only in acpi
History log of /src/sys/dev/acpi/spic_acpi.c
RevisionDateAuthorComments
 1.9  29-Jan-2021  thorpej Use acpi_compatible_match().
 1.8  07-Dec-2020  jmcneill Fix 32-bit build.
 1.7  06-Dec-2020  jmcneill acpi: Use acpi_intr_establish to install interrupt handlers

Get rid of bus-specific (isa_intr_establish) and MD (intr_establish) calls
from MI ACPI code, and use acpi_intr_establish everywhere.
 1.6  05-Mar-2010  jruoho branches: 1.6.76;
Remove <dev/acpi/acpica.h> from all files. It is included from
<dev/acpi/acpivar.h>. Ditto for <dev/sysmon/sysmonvar.h>, <sys/bus.h>,
<dev/pci/pcivar.h>, and <dev/isa/isavar.h>.

Also nuke a lot of unused and invalid headers. Some of these are audibly
provided by standard headers (namely <sys/param.h> and <sys/device.h>), some
have nothing to do with ACPI devices (e.g. <sys/syslog.h>), and some are
nonexistent local includes (e.g. "mpu_ym.h"). Moreoever, try to group the
includes into their respective blocks.

Tested with GENERIC and ALL (i386). No functional change.
 1.5  30-Jan-2010  jruoho branches: 1.5.2;
Add the _COMPONENT definition for ACPI_DEBUG.
 1.4  09-Aug-2009  christos spic has moved.
 1.3  17-Jun-2002  christos branches: 1.3.2; 1.3.66;
move spic_acpi to arch/i386/acpi
 1.2  13-Jun-2002  augustss Add copyright notice (thanks itojun).
 1.1  22-Apr-2002  augustss branches: 1.1.2;
Attach the spic driver via ACPI.
 1.1.2.2  15-Jul-2002  gehenna catch up with -current.
 1.1.2.1  20-Jun-2002  gehenna catch up with -current.
 1.3.66.2  11-Mar-2010  yamt sync with head
 1.3.66.1  19-Aug-2009  yamt sync with head.
 1.3.2.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.3.2.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.5.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.6.76.2  03-Apr-2021  thorpej Sync with HEAD.
 1.6.76.1  14-Dec-2020  thorpej Sync w/ HEAD.

RSS XML Feed