aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/bus_dma.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans1998-09-291-4/+4
| | | | | | | to ensure 32-bit variables. Doing so broke ix86's with 64-bit longs. Notes: svn path=/head/; revision=39755
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.Justin T. Gibbs1998-05-061-10/+27
| | | | Notes: svn path=/head/; revision=35767
* Support compiling with `gcc-pedantic' (don't use hard newlines inBruce Evans1998-04-191-74/+74
| | | | | | | (asm) string constants or trailing commas in enum declarations). Notes: svn path=/head/; revision=35300
* Implementation of Bus Space for FreeBSD-x86.Justin T. Gibbs1998-01-151-0/+1264
Obtained From: NetBSD Notes: svn path=/head/; revision=32517