summaryrefslogtreecommitdiff
path: root/sys/dev/cx
AgeCommit message (Expand)Author
2020-03-20Use a separate copy of machdep.h in cp and ce driversEd Maste
2020-03-20retire cx,ctau driversEd Maste
2020-03-02Add deprecation notices to ctau and cx driversEd Maste
2018-08-10Fix misspellings of transmitter/transmittedDevin Teske
2018-06-02Use __builtin for various mem* and b* (e.g. bzero) routines.Mateusz Guzik
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2015-01-23Remove break after return.Kevin Lo
2014-10-10Don't pass RF_ALLOCATED to bus_alloc_resource().John Baldwin
2014-09-28Convert most BPF_TAP users to BPF_MTAP.Alexander V. Chernikov
2014-09-19Remove ifq_drops from struct ifqueue. Now queue drops are accounted inGleb Smirnoff
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-09-10Replace local copy-and-paste implementations of printmbuf() in severalRobert Watson
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2013-05-10Fxi a bunch of typos.Eitan Adler
2013-01-30Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-11-17Always use a private timer instead of if_watchdog and if_timer to driveJohn Baldwin
2009-06-09Use new spelling of the NG_*LEN constants.Warner Losh
2009-02-19if_cx is currently disconnected from the build due to a dependence onRobert Watson
2008-06-30Do not set IFF_DEBUG directly from the driver.Roman Kurakin
2007-10-12Spelling fix for interupt -> interruptKevin Lo
2007-07-27First in a series of changes to remove the now-unused Giant compatibilityRobert Watson
2007-03-21Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-12-29Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-10-26- Use swi_remove() to teardown swi handlers rather thanJohn Baldwin
2005-10-26Catch up with new interrupt handling code.Ruslan Ermilov
2005-10-16Eliminate two unused arguments to ttycreate().Poul-Henning Kamp
2005-09-27Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:Roman Kurakin
2005-09-07Reorder code to not depend on an ISO-C illegal forward extern declaration.David E. O'Brien
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-07-09Use m_length (m, NULL) instead of m->m_pkthdr.len.Roman Kurakin
2005-07-09Lost cx_mpsafenet check.Roman Kurakin
2005-07-09Lost t_oproc() callback assignment.Roman Kurakin
2005-07-09Lost CX_UNLOCK().Roman Kurakin
2005-07-09Protect from partially initialized channels.Roman Kurakin
2005-07-09Space & alignment nits.Roman Kurakin
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-03-02netchild's mega-patch to isolate compiler dependencies into a centralJoerg Wunsch
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-13Make code MPSAFE.Roman Kurakin
2004-12-09Partially backout 1.34. These ioctls and function cx_modem_status () areRoman Kurakin
2004-12-03Don not call pp_down()/pp_up() form XX_tlf()/XX_tls() in non PPP modeRoman Kurakin
2004-10-13Use generic tty code instead of local copy.Poul-Henning Kamp