aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ce
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warnings in sys/dev/ce/if_ce.c and sys/dev/cp/if_cp.c,Dimitry Andric2011-12-291-1/+3
* Revert r213793.Rui Paulo2010-10-131-1/+1
* Don't do a logical AND of the result of strcmp() with a constant.Rui Paulo2010-10-131-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-4/+4
* Always use a private timer instead of if_watchdog and if_timer to driveJohn Baldwin2009-11-171-45/+25
* Use new spelling of the NG_*LEN constants.Warner Losh2009-06-091-2/+2
* Remove debug.ce.mpsafenet: we no longer support running the networkRobert Watson2009-02-151-41/+7
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+2
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-3/+3
* Fix instances of bogus #elsif directive.Diomidis Spinellis2008-07-011-21/+21
* Do not set IFF_DEBUG directly from the driver.Roman Kurakin2008-06-302-7/+13
* First in a series of changes to remove the now-unused Giant compatibilityRobert Watson2007-07-271-7/+0
* Remove ancient preprocessor code. Fix module compilation.Roman Kurakin2007-03-251-9/+1
* Don't call bus_deactivate_resource() explicitly before callingYoshihiro Takahashi2007-03-211-1/+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/+4
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-22/+65
* Update low-level code. (to version 1.4)Roman Kurakin2006-03-012-4229/+4247
* Fix compilation with -Wundef (NBPF is undefined on FreeBSD >4).Ruslan Ermilov2006-02-031-1/+4
* Fix forward variable declaration.Roman Kurakin2006-01-301-61/+68
* Initial import of ce(4) driver for Cronyx Tau-PCI/32 adapters.Roman Kurakin2006-01-276-0/+9271