aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/bus_dma.h
Commit message (Expand)AuthorAgeFilesLines
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.Yoshihiro Takahashi2001-10-061-1082/+3
* Fix "alignemnt" typo.Alexander Langer2001-06-161-1/+1
* version 1.7 made some changes to correct problems identifed by compilingMatthew N. Dodd2001-03-021-1/+0
* Axe the barrier_{read,write,rw}() helper functions as this method ofJohn Baldwin2000-10-201-24/+0
* Add in a simple API for memory barriers to machine/bus.h:John Baldwin2000-10-181-0/+23
* Fixed syntax errors and style bugs in previous commit. The syntaxBruce Evans2000-06-141-2/+2
* Implement real read/write barriers for the i386. Despite the comment inMike Smith2000-05-181-4/+15
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hKATO Takenori2000-03-291-3/+3
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.David E. O'Brien1999-11-141-83/+84
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Improve compatibility with other systems by changing the defaultWarner Losh1999-07-031-1/+10
* Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans1998-09-291-4/+4
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.Justin T. Gibbs1998-05-061-10/+27
* Support compiling with `gcc-pedantic' (don't use hard newlines inBruce Evans1998-04-191-74/+74
* Implementation of Bus Space for FreeBSD-x86.Justin T. Gibbs1998-01-151-0/+1264