summaryrefslogtreecommitdiffstats
path: root/sys/dev/ce
Commit message (Collapse)AuthorAgeFilesLines
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-4/+4
| | | | | | | | | | | | | semantics. - Stop testing bpf pointers for NULL. In some cases use bpf_peers_present() and then call the function directly inside the conditional block instead of the macro. - For places where the entire conditional block is the macro, remove the test and make the macro unconditional. - Use BPF_MTAP() in if_pfsync on FreeBSD instead of an expanded version of the old semantics. Reviewed by: csjp (older version)
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-22/+65
| | | | | | | | | | | | | specific privilege names to a broad range of privileges. These may require some future tweaking. Sponsored by: nCircle Network Security, Inc. Obtained from: TrustedBSD Project Discussed on: arch@ Reviewed (at least in part) by: mlaier, jmg, pjd, bde, ceri, Alex Lyashkov <umka at sevcity dot net>, Skip Ford <skip dot ford at verizon dot net>, Antoine Brodin <antoine dot brodin at laposte dot net>
* Update low-level code. (to version 1.4)rik2006-03-012-4229/+4247
| | | | | Obtained from: Cronyx Engineering MFC after: 3 days
* 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
Not yet connected to the build.
OpenPOWER on IntegriCloud