aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hfa/fore_transmit.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-2/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-3/+3
* Unbreak after the change to use vm_paddr_t. Since vm_paddr_t isMaxime Henrion2004-02-221-4/+4
* Use the more appropriate vm_paddr_t in places where a physicalHartmut Brandt2004-02-211-6/+7
* 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
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.Andrew R. Reiter2002-06-241-13/+2
* 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 even more unneeded #includes.Poul-Henning Kamp2000-10-141-21/+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
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+371