summaryrefslogtreecommitdiff
path: root/sys/dev/ce
AgeCommit message (Expand)Author
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