summaryrefslogtreecommitdiff
path: root/sys/dev/hfa/fore_receive.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-231-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-6/+4
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-3/+1
* Adjust some casts to quiet warnings.John Baldwin2002-11-061-1/+1
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.Andrew R. Reiter2002-06-241-15/+2
* - Remove the definition for SCHED_ATMAndrew R. Reiter2002-06-241-1/+1
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* Applied the patch to fix HARP ATM that was broken when KAME IPv6 cameJim Pirzyk2001-06-201-0/+3
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-3/+1
* 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-3/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remove even more unneeded #includes.Poul-Henning Kamp2000-10-141-18/+0
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-0/+47
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-3/+3
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-4/+4
* Two patches from the HARP people:Poul-Henning Kamp1998-09-171-5/+5
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+582