summaryrefslogtreecommitdiffstats
path: root/sys/dev/ce
Commit message (Expand)AuthorAgeFilesLines
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c,dim2011-12-291-1/+3
* Revert r213793.rpaulo2010-10-131-1/+1
* Don't do a logical AND of the result of strcmp() with a constant.rpaulo2010-10-131-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-4/+4
* Always use a private timer instead of if_watchdog and if_timer to drivejhb2009-11-171-45/+25
* Use new spelling of the NG_*LEN constants.imp2009-06-091-2/+2
* Remove debug.ce.mpsafenet: we no longer support running the networkrwatson2009-02-151-41/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+2
* Replace all calls to minor() with dev2unit().ed2008-09-271-3/+3
* Fix instances of bogus #elsif directive.dds2008-07-011-21/+21
* Do not set IFF_DEBUG directly from the driver.rik2008-06-302-7/+13
* First in a series of changes to remove the now-unused Giant compatibilityrwatson2007-07-271-7/+0
* Remove ancient preprocessor code. Fix module compilation.rik2007-03-251-9/+1
* Don't call bus_deactivate_resource() explicitly before callingnyan2007-03-211-1/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-4/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-22/+65
* Update low-level code. (to version 1.4)rik2006-03-012-4229/+4247
* Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).ru2006-02-031-1/+4
* Fix forward variable declaration.rik2006-01-301-61/+68
* Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.rik2006-01-276-0/+9271
OpenPOWER on IntegriCloud