summaryrefslogtreecommitdiff
path: root/sys/dev/ce
AgeCommit message (Expand)Author
2022-12-13retire ce(4) driverEd Maste
2022-12-13Add deprecation notices to ce,cp sync serial driversEd Maste
2022-05-09ce: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-12Remove checks for __CC_SUPPORTS__INLINE assuming it is always true.John Baldwin
2022-04-12ce,cp: Remove pointless checks for <sys/cdefs.h>John Baldwin
2022-04-09ce(4): Remove a double word in a source code commentGordon Bergling
2021-10-22Retire synchronous PPP kernel driver sppp(4).Gleb Smirnoff
2021-08-14Fix a few typos in source code commentsGordon Bergling
2021-03-26ce: unifdef NPCI alsoEd Maste
2021-03-25ce: remove long-obsolete FreeBSD version compatibilityEd Maste
2020-09-01ce: clean up empty lines in .c and .h filesMateusz Guzik
2020-03-20Use a separate copy of machdep.h in cp and ce driversEd Maste
2017-02-23dev/ce: double assignment.Pedro F. Giffuni
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-02-22As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus
2015-05-22CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
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-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
2011-12-29Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c,Dimitry Andric
2010-10-13Revert r213793.Rui Paulo
2010-10-13Don't do a logical AND of the result of strcmp() with a constant.Rui Paulo
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-15Remove debug.ce.mpsafenet: we no longer support running the networkRobert Watson
2008-10-23Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2008-07-01Fix instances of bogus #elsif directive.Diomidis Spinellis
2008-06-30Do not set IFF_DEBUG directly from the driver.Roman Kurakin
2007-07-27First in a series of changes to remove the now-unused Giant compatibilityRobert Watson
2007-03-25Remove ancient preprocessor code. Fix module compilation.Roman Kurakin
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-03-01Update low-level code. (to version 1.4)Roman Kurakin
2006-02-03Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).Ruslan Ermilov
2006-01-30Fix forward variable declaration.Roman Kurakin
2006-01-27Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.Roman Kurakin