aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cx
Commit message (Expand)AuthorAgeFilesLines
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* Always use a private timer instead of if_watchdog and if_timer to driveJohn Baldwin2009-11-171-39/+25
* Use new spelling of the NG_*LEN constants.Warner Losh2009-06-091-2/+2
* if_cx is currently disconnected from the build due to a dependence onRobert Watson2009-02-191-32/+10
* Do not set IFF_DEBUG directly from the driver.Roman Kurakin2008-06-302-8/+24
* Spelling fix for interupt -> interruptKevin Lo2007-10-121-1/+1
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-271-5/+0
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-3/+0
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-291-4/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-10/+11
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* - Use swi_remove() to teardown swi handlers rather thanJohn Baldwin2005-10-261-1/+1
* Catch up with new interrupt handling code.Ruslan Ermilov2005-10-261-2/+2
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-2/+1
* Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:Roman Kurakin2005-09-271-446/+449
* Reorder code to not depend on an ISO-C illegal forward extern declaration.David E. O'Brien2005-09-071-454/+453
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-6/+6
* Use m_length (m, NULL) instead of m->m_pkthdr.len.Roman Kurakin2005-07-091-1/+1
* Lost cx_mpsafenet check.Roman Kurakin2005-07-091-2/+3
* Lost t_oproc() callback assignment.Roman Kurakin2005-07-091-0/+1
* Lost CX_UNLOCK().Roman Kurakin2005-07-091-0/+4
* Protect from partially initialized channels.Roman Kurakin2005-07-091-0/+2
* Space & alignment nits.Roman Kurakin2005-07-091-11/+11
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-64/+74
* netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch2005-03-021-1/+5
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-068-8/+8
* Make code MPSAFE.Roman Kurakin2004-12-131-66/+296
* Partially backout 1.34. These ioctls and function cx_modem_status () areRoman Kurakin2004-12-091-0/+65
* Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP modeRoman Kurakin2004-12-031-2/+4
* Use generic tty code instead of local copy.Poul-Henning Kamp2004-10-131-277/+80
* First half of tty code rework: unifdef -D__FreeBSD_Version=600000Poul-Henning Kamp2004-10-132-404/+5
* Remove bogus cdevsw frobbing code which tries to prevent doublePoul-Henning Kamp2004-09-231-13/+0
* 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