summaryrefslogtreecommitdiffstats
path: root/sys/dev/cx
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-068-8/+8
* Make code MPSAFE.rik2004-12-131-66/+296
* Partially backout 1.34. These ioctls and function cx_modem_status () arerik2004-12-091-0/+65
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP moderik2004-12-031-2/+4
* Use generic tty code instead of local copy.phk2004-10-131-277/+80
* First half of tty code rework: unifdef -D__FreeBSD_Version=600000phk2004-10-132-404/+5
* Remove bogus cdevsw frobbing code which tries to prevent doublephk2004-09-231-13/+0
* Make code ready to switch debug.mpsafenet to 1 since I've not able torik2004-08-271-1/+2
* Fix resource check while autodetection.rik2004-08-131-6/+6
* White space cleanup.rik2004-08-131-219/+219
* Slight cosmetic changes.julian2004-07-201-2/+2
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-60/+5
* - Shorten the names for the TTY related swi interrupt handlers as thejhb2004-06-281-1/+1
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-5/+9
* Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.rik2004-06-231-31/+123
* Make code more clean: backout support for 3.x branch.rik2004-06-231-502/+30
* Second half of the dev_t cleanup.phk2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Free tty at detach().rik2004-06-101-1/+15
* Check if we control device. Else we will go to panic cause we don't haverik2004-06-091-1/+1
* 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