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

Constify struct cfattach.


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

remove AMD64 strings from pcidevs

ok mortimer@ mpi@ deraadt@


# 2f436aca 15-Jun-2014 sf <sf@openbsd.org>

Fix a few format string bugs with -DDEBUG


# ab859bec 07-May-2009 ariane <ariane@openbsd.org>

Missed removing a printf argument.

Spotted and ok sthen


# a54890aa 07-May-2009 ariane <ariane@openbsd.org>

Make amas less chatty in debug mode by not mentioning unused ranges and
writing 'interleaved' instead of 'interleaved across 4 nodes'.

ok deraadt


# a4fe1f42 07-May-2009 ariane <ariane@openbsd.org>

Amas(4) on some machines has ranges with base > limit. Treat this as
an empty range.

ok kettenis@


# 64e6b3bb 07-May-2009 ariane <ariane@openbsd.org>

Move amas device from arch/amd64 to dev/pci and enable it in i386 as well.
amas defaults to disabled on both amd64 and i386.

"Go for it!" kettenis@