Home
last modified time | relevance | path

Searched hist:ff21e856ece05246dbeb099c3b1bf632852a7aa5 (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/ixl/
H A Dif_ixl.cdiff ff21e856ece05246dbeb099c3b1bf632852a7aa5 Fri Aug 29 11:37:18 CEST 2014 Bjoern A. Zeeb <bz@FreeBSD.org> First try on fixing some more compile errors without actually testing:
- use proper __FreeBSD_version check and more importantly check for __am64__
to be defined. Whether the FreeBSD(_version) checks are needed is a
different question.
- cast uint64_t to uintmax_t and use %jx for printing.

Note: there are more values that could be printed in that status function
but leave that for the future; printf doesn't seem to be the right
way to do it anyway.
Note: there is more breakage related to i40e_allocate_dma*() having
conflicting declarations, so more fixes to come.

PR: 193112
MFC after: 3 days
X-MFC with: r270755