summaryrefslogtreecommitdiff
path: root/sys/dev/ce/ceddk.c
Commit message (Collapse)AuthorAgeFilesLines
* ce: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-42/+41
| | | | Notes: svn path=/head/; revision=365214
* Use a separate copy of machdep.h in cp and ce driversEd Maste2020-03-201-1/+1
| | | | | | | | | | Previously they included sys/dev/cx/machdep.h, but the cx driver was retired in r359178. These drivers haven't had real development for a decade or more so there's no real benefit in sharing this file; just copy it to the ce and cp subdirs. Notes: svn path=/head/; revision=359181
* dev/ce: double assignment.Pedro F. Giffuni2017-02-231-6/+6
| | | | | | | | | | The code is not operational right now so just comment away an obviously useless assignment. Fix some typos while here. Found with: coccinelle (da.cocci) Notes: svn path=/head/; revision=314142
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
| | | | | | | Most affect comments, very few have user-visible effects. Notes: svn path=/head/; revision=298955
* Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.Roman Kurakin2006-01-271-0/+1522
Not yet connected to the build. Notes: svn path=/head/; revision=154899