aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hfa/fore_buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Use the more appropriate vm_paddr_t in places where a physicalHartmut Brandt2004-02-211-19/+29
| | | | | | | | | address for DMA is handled instead of pointers. Submitted by: Joerg Sonneberger <joerg@britannica.bec.de> Notes: svn path=/head/; revision=126075
* Use __FBSDID().David E. O'Brien2003-08-241-6/+4
| | | | | | | Also some minor style cleanups. Notes: svn path=/head/; revision=119418
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-1/+1
| | | | | | | | tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD. Notes: svn path=/head/; revision=119280
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-221-2/+2
| | | | Notes: svn path=/head/; revision=102291
* - Remove DMA_* macros as only one, DMA_GET_ADDR, was used.Andrew R. Reiter2002-06-241-30/+4
| | | | | | | | - Convert DMA_GET_ADDR() calls to vtophys() calls in order to finish removing the DMA_* macros. Notes: svn path=/head/; revision=98721
* Remove __P.Alfred Perlstein2002-03-201-3/+3
| | | | Notes: svn path=/head/; revision=92739
* Add back some #include <sys/systm.h> which were needed when <sys/ktr.h>Poul-Henning Kamp2000-10-301-0/+1
| | | | | | | | | doesn't mess us up. Noted by: Harti Brandt <brandt@fokus.gmd.de> Notes: svn path=/head/; revision=68002
* Remove 86 unneeded #includesPoul-Henning Kamp2000-10-271-1/+0
| | | | Notes: svn path=/head/; revision=67731
* Remove even more unneeded #includes.Poul-Henning Kamp2000-10-141-21/+0
| | | | Notes: svn path=/head/; revision=67119
* Remove the #include kitchensink <netatm/kern_include.h> and addPoul-Henning Kamp2000-10-121-0/+47
| | | | | | | | | | | | the #includes to the respective source files. Also un-nest includes in <dev/hfa/fore_include.h> I have run src/tools/tools/kerninclude to remove 1239 clearly unneeded #includes reducing the total from 3524 includes to 2285. Notes: svn path=/head/; revision=67004
* Ensure that DMA mappings are freed in error situations.Mike Spengler2000-01-151-0/+6
| | | | Notes: svn path=/head/; revision=56064
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-5/+5
| | | | | | | | Also disable one usb module in LINT due to fatal compilation errors, temporary. Notes: svn path=/head/; revision=43295
* Trivial stylish changes, mostly to silence gcc.Poul-Henning Kamp1998-10-311-4/+4
| | | | | | | | Reviewed by: Mike Spengler <mks@networkcs.com> Submitted by: phk Notes: svn path=/head/; revision=40799
* Add new files for HARP3Poul-Henning Kamp1998-09-151-0/+772
Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA). Notes: svn path=/head/; revision=39232