summaryrefslogtreecommitdiffstats
path: root/sys/dev/cx
Commit message (Expand)AuthorAgeFilesLines
...
* 1. struct tty => struct tty *tty.rik2004-06-081-95/+110
* Make linesw[] an array of pointers to linedesc instead of an array ofphk2004-06-071-1/+1
* Centralize the line discipline optimization determination in a functionphk2004-06-041-9/+15
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-10/+19
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-0/+10
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Switch to using C99 sparse initialisers for the type methods array.rik2004-05-291-22/+9
* Use better way of closing fr support before current sppp doesn't have it.rik2004-05-071-8/+13
* Sync with RELENG_4.rik2004-05-071-3/+3
* Delete unused cx_slow_ih.rik2004-05-071-4/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-1/+1
* 1. Fix compilation and panic while system boot problem after makedev wasrik2004-03-021-4/+22
* Device megapatch 5/6:phk2004-02-211-1/+1
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-1/+0
* Fixing copyright and adding vendor cvs id.rik2004-02-141-1/+2
* Fixing memory deallocationrik2004-02-141-13/+25
* Updated cx driver commit part 1: bring in the new kernel driver.imp2003-12-039-0/+7566
OpenPOWER on IntegriCloud