History log of /openbsd/sys/dev/ic/dwiicvar.h (Results 1 – 6 of 6)
Revision Date Author Comments
# e19effeb 29-Aug-2023 kettenis <kettenis@openbsd.org>

Add FDT support for dwiic(4)


# d3689130 31-Aug-2022 kettenis <kettenis@openbsd.org>

Introduce iic_intr_disestablish() and use it in ihidev(4).

ok jcs@


# 63cf9471 18-Feb-2020 mpi <mpi@openbsd.org>

Cleanup <sys/kthread.h> and <sys/proc.h> includes.

Do not include <sys/kthread.h> where it is not needed and stop including
<sys/proc.h> in it.

ok visa@, anton@


# 1a953bdb 16-Mar-2019 jcs <jcs@openbsd.org>

fetch timing parameters from ACPI like the ACPI attachment does
since those fetched from the controller may not be correct

also attach on intel 300 series devices

ok kettenis


# f7fa69f9 19-Jan-2018 jcs <jcs@openbsd.org>

dwiic: cleanup function prototypes after ACPI/PCI split


# c6df0db7 16-Nov-2017 jcs <jcs@openbsd.org>

Add PCI attachment for dwiic(4) needed by Intel 100 Series machines

ok kettenis