summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/amas.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few format string bugs with -DDEBUGsf2014-06-151-2/+2
|
* Missed removing a printf argument.ariane2009-05-071-2/+2
| | | | Spotted and ok sthen
* Make amas less chatty in debug mode by not mentioning unused ranges andariane2009-05-071-5/+3
| | | | | | writing 'interleaved' instead of 'interleaved across 4 nodes'. ok deraadt
* Amas(4) on some machines has ranges with base > limit. Treat this asariane2009-05-071-2/+3
| | | | | | an empty range. ok kettenis@
* Move amas device from arch/amd64 to dev/pci and enable it in i386 as well.ariane2009-05-071-0/+284
amas defaults to disabled on both amd64 and i386. "Go for it!" kettenis@