summaryrefslogtreecommitdiff
path: root/sys/amd64/include/bus.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2012-12-13Revert r243960 based on feedback regarding keeping x86 headers unifiedJim Harris
2012-12-06Add amd64 implementations for 8-byte bus_space routines.Jim Harris
2010-12-20Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans
2010-12-03Revert r216134. This checkin broke platforms where bus_space are macros:Rebecca Cran
2010-12-02Disallow passing in a count of zero bytes to the bus_space(9) functions.Rebecca Cran
2006-03-14Merge/sync with i386: various cosmetic tweaksPeter Wemm
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-05-22MFi386: remove commentPeter Wemm
2005-04-18Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh
2005-04-15MFi386: track bus.h changes (unsplit bus_${machine}.h)Peter Wemm
2003-05-12AMD64 physical space is much larger than i386, de-i386 the bus_space andPeter Wemm
2003-05-01Commit MD parts of a loosely functional AMD64 port. This is based onPeter Wemm
2002-02-27Add the following functions/macros to support byte order conversions andThomas Moestl
2001-10-06- Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.Yoshihiro Takahashi
2000-03-29Added indirect pio into the bus space stuff for the NEC PC-98. bus.hKATO Takenori
1999-11-14Fix clobbers so that GENERIC may compile with GCC 2.95.2.David E. O'Brien
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-03Improve compatibility with other systems by changing the defaultWarner Losh
1998-09-29Don't pretend to support ix86's with 16-bit ints by using longs justBruce Evans
1998-05-06Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.Justin T. Gibbs
1998-04-19Support compiling with `gcc-pedantic' (don't use hard newlines inBruce Evans
1998-01-15Implementation of Bus Space for FreeBSD-x86.Justin T. Gibbs