aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cx
Commit message (Expand)AuthorAgeFilesLines
* Make code ready to switch debug.mpsafenet to 1 since I've not able toRoman Kurakin2004-08-271-1/+2
* Fix resource check while autodetection.Roman Kurakin2004-08-131-6/+6
* White space cleanup.Roman Kurakin2004-08-131-219/+219
* Slight cosmetic changes.Julian Elischer2004-07-201-2/+2
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp2004-07-111-60/+5
* - Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin2004-06-281-1/+1
* Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer2004-06-251-5/+9
* Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.Roman Kurakin2004-06-231-31/+123
* Make code more clean: backout support for 3.x branch.Roman Kurakin2004-06-231-502/+30
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-2/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-7/+7
* Free tty at detach().Roman Kurakin2004-06-101-1/+15
* Check if we control device. Else we will go to panic cause we don't haveRoman Kurakin2004-06-091-1/+1
* 1. struct tty => struct tty *tty.Roman Kurakin2004-06-081-95/+110
* Make linesw[] an array of pointers to linedesc instead of an array ofPoul-Henning Kamp2004-06-071-1/+1
* Centralize the line discipline optimization determination in a functionPoul-Henning Kamp2004-06-041-9/+15
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp2004-06-041-10/+19
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-0/+10
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Switch to using C99 sparse initialisers for the type methods array.Roman Kurakin2004-05-291-22/+9
* Use better way of closing fr support before current sppp doesn't have it.Roman Kurakin2004-05-071-8/+13
* Sync with RELENG_4.Roman Kurakin2004-05-071-3/+3
* Delete unused cx_slow_ih.Roman Kurakin2004-05-071-4/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+1
* 1. Fix compilation and panic while system boot problem after makedev wasRoman Kurakin2004-03-021-4/+22
* Device megapatch 5/6:Poul-Henning Kamp2004-02-211-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-1/+0
* Fixing copyright and adding vendor cvs id.Roman Kurakin2004-02-141-1/+2
* Fixing memory deallocationRoman Kurakin2004-02-141-13/+25
* Updated cx driver commit part 1: bring in the new kernel driver.Warner Losh2003-12-039-0/+7566