summaryrefslogtreecommitdiff
path: root/sys/modules/ce
Commit message (Collapse)AuthorAgeFilesLines
* MFC r228971:Dimitry Andric2012-01-051-0/+3
| | | | | | | | | | | | | | For sys/dev/ce/tau32-ddk.c, disable the following warning when building with clang: sys/dev/ce/tau32-ddk.c:1228:37: warning: implicit truncation from 'int' to bitfield changes value from 65532 to 8188 [-Wconstant-conversion] Since this file is obfuscated C, we can never determine (in a sane way, at least :) if this points to a real problem or not. The driver has been in the tree for more than five years, so it most likely isn't. Notes: svn path=/stable/9/; revision=229602
* Per email to arch@ a little while ago (that was greeted with silence),Warner Losh2008-09-011-2/+2
| | | | | | | | prefer the more common > ${.TARGET} over > opt_foo.h in modules makefiles. Notes: svn path=/head/; revision=182668
* NO_MAN is not needed here.Ruslan Ermilov2006-03-161-1/+0
| | | | Notes: svn path=/head/; revision=156775
* Fix the decaying MODULES_WITH_WORLD again by adding a missing opt_*.h to SRCS.Yaroslav Tykhiy2006-03-031-1/+1
| | | | Notes: svn path=/head/; revision=156248
* Add makefile for ce(4) module.Roman Kurakin2006-01-291-0/+29
Notes: svn path=/head/; revision=155017