aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/bus.h
Commit message (Expand)AuthorAgeFilesLines
* Merge/sync with i386: various cosmetic tweaksPeter Wemm2006-03-141-0/+11
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-280/+42
* MFi386: remove commentPeter Wemm2005-05-221-3/+0
* Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh2005-04-181-9/+1
* MFi386: track bus.h changes (unsplit bus_${machine}.h)Peter Wemm2005-04-151-1/+1219
* AMD64 physical space is much larger than i386, de-i386 the bus_space andPeter Wemm2003-05-121-5/+5
* Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm2003-05-011-7/+1
* Add the following functions/macros to support byte order conversions andThomas Moestl2002-02-271-0/+64
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.Yoshihiro Takahashi2001-10-061-0/+1
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hKATO Takenori2000-03-291-1263/+17
* 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