summaryrefslogtreecommitdiff
path: root/sysutils/consolehm/files/patch-chm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/consolehm: correct previous commitMark Linimon2021-05-281-1/+1
| | | | by using the canonical string.
* patch-chm.c: use correct __defined__ for riscv64 to fix build there.Mark Linimon2021-05-121-1/+1
|
* sysutils/consolehm: fix build on aarch64, powerpc64le, riscv64Piotr Kubaj2021-03-161-1/+1
| | | | Notes: svn path=/head/; revision=568611
* sysutils/consolehm: fix build on non-x86Piotr Kubaj2019-09-211-7/+11
| | | | | | | | | | outb requires including machine/pio.h and sys/types.h (for uint8_t). Approved by: linimon (mentor) Differential Revision: https://reviews.freebsd.org/D21633 Notes: svn path=/head/; revision=512513
* Fix build on HEAD after SMBus change (r281985/r282256).Michael Gmelin2015-05-011-2/+51
| | | | | | | Approved by: mentors (implicit) Notes: svn path=/head/; revision=385147
* Fix build with gcc34Tilman Keskinoz2004-06-121-0/+10
Notes: svn path=/head/; revision=111352