summaryrefslogtreecommitdiff
path: root/sys/dev/cx
AgeCommit message (Expand)Author
2004-10-13First half of tty code rework: unifdef -D__FreeBSD_Version=600000Poul-Henning Kamp
2004-09-23Remove bogus cdevsw frobbing code which tries to prevent doublePoul-Henning Kamp
2004-08-27Make code ready to switch debug.mpsafenet to 1 since I've not able toRoman Kurakin
2004-08-13Fix resource check while autodetection.Roman Kurakin
2004-08-13White space cleanup.Roman Kurakin
2004-07-20Slight cosmetic changes.Julian Elischer
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-11Introduce ttygone() which indicates that the hardware is detached.Poul-Henning Kamp
2004-06-28- Shorten the names for the TTY related swi interrupt handlers as theJohn Baldwin
2004-06-25Convert Netgraph to use mbuf tags to pass its meta information around.Julian Elischer
2004-06-23Use bus_dma* instead of contigmalloc()+vtophys() for RELENG_5.Roman Kurakin
2004-06-23Make code more clean: backout support for 3.x branch.Roman Kurakin
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-10Free tty at detach().Roman Kurakin
2004-06-09Check if we control device. Else we will go to panic cause we don't haveRoman Kurakin
2004-06-081. struct tty => struct tty *tty.Roman Kurakin
2004-06-07Make linesw[] an array of pointers to linedesc instead of an array ofPoul-Henning Kamp
2004-06-04Centralize the line discipline optimization determination in a functionPoul-Henning Kamp
2004-06-04Manual edits to change linesw[]-frobbing to ttyld_*() calls.Poul-Henning Kamp
2004-06-04Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-05-29Switch to using C99 sparse initialisers for the type methods array.Roman Kurakin
2004-05-07Use better way of closing fr support before current sppp doesn't have it.Roman Kurakin
2004-05-07Sync with RELENG_4.Roman Kurakin
2004-05-07Delete unused cx_slow_ih.Roman Kurakin
2004-03-12These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes
2004-03-021. Fix compilation and panic while system boot problem after makedev wasRoman Kurakin
2004-02-21Device megapatch 5/6:Poul-Henning Kamp
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-14Fixing copyright and adding vendor cvs id.Roman Kurakin
2004-02-14Fixing memory deallocationRoman Kurakin
2003-12-03Updated cx driver commit part 1: bring in the new kernel driver.Warner Losh