aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hea/eni_receive.c
Commit message (Expand)AuthorAgeFilesLines
* Now that we have the en(4) driver, we no longer need the hea driver.Warner Losh2003-12-071-878/+0
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-11/+1
* Adjust some casts to quiet warnings.John Baldwin2002-11-061-4/+4
* - Remove the definition for SCHED_ATMAndrew R. Reiter2002-06-241-3/+1
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-9/+7
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-301-0/+1
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-271-1/+0
* Remove even more nneeded #includes.Poul-Henning Kamp2000-10-141-20/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-1/+40
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-4/+4
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-5/+5
* Two patches from the HARP people:Poul-Henning Kamp1998-09-171-3/+3
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+871