History log of /openbsd/sys/dev/pci/km.c (Results 1 – 14 of 14)
Revision Date Author Comments
# 8d2c75e4 11-Mar-2022 mpi <mpi@openbsd.org>

Constify struct cfattach.


# 46564b25 05-Jan-2020 jsg <jsg@openbsd.org>

consistently uppercase pci product defines

ok mpi@


# 3ddeb659 04-Jan-2020 jsg <jsg@openbsd.org>

remove AMD64 strings from pcidevs

ok mortimer@ mpi@ deraadt@


# 61f8a93a 04-Nov-2015 sthen <sthen@openbsd.org>

allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2)
tested by nothingness at citycable.ch, ok bmercer@


# 21dab745 14-Mar-2015 jsg <jsg@openbsd.org>

Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@


# 37eaa1c1 06-Dec-2014 jsg <jsg@openbsd.org>

match family 16h


# 627d74c2 17-Sep-2013 kettenis <kettenis@openbsd.org>

Add support for AMD Family 15h Models 10h-1Fh Processors.


# b8c71c42 17-Sep-2013 kettenis <kettenis@openbsd.org>

Rename existing AMD Family 15h Models 00h-0Fh Processor entries and add
a bunch of AMD Family 15h Models 10h-1Fh Processor entries.


# 0d4d99df 14-Mar-2013 brynet <brynet@openbsd.org>

Match on family 15h also.

ok brad@


# 80ecd5cf 31-May-2011 deraadt <deraadt@openbsd.org>

Family 14h also supports the km(4) temperature sensor
from brad


# 6c4ccd58 26-Jan-2009 kettenis <kettenis@openbsd.org>

Unify error message.

ok grange@, oga@, todd@


# 6fe5bbd6 30-Aug-2008 brad <brad@openbsd.org>

Mention Family 11h in the comment.


# decbcf0e 29-Aug-2008 cnst <cnst@openbsd.org>

support AMD Family 11h (Turion X2 Ultra et al); discussed with jsg@ and jmc@


# ba092193 29-Apr-2008 cnst <cnst@openbsd.org>

New km(4) driver for AMD Family 10h Processors (Phenom, Opteron Barcelona etc);
ok deraadt