summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/bus.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r243960 based on feedback regarding keeping x86 headers unifiedjimharris2012-12-131-22/+0
* Add amd64 implementations for 8-byte bus_space routines.jimharris2012-12-061-0/+22
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-201-1161/+3
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-24/+12
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-12/+24
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-280/+42
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-181-16/+1
* With pc98/include, we can have pc98 and i386 specific bus spaceimp2005-04-031-5/+1312
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-0/+64
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.nyan2001-10-061-0/+1
* Added indirect pio into the bus space stuff for the NEC PC-98. bus.hkato2000-03-291-1263/+17
* Fix clobbers so that GENERIC may compile with GCC 2.95.2.obrien1999-11-141-83/+84
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Improve compatibility with other systems by changing the defaultimp1999-07-031-1/+10
* Don't pretend to support ix86's with 16-bit ints by using longs justbde1998-09-291-4/+4
* Implement bus_dmamem_* functions and correct a few nits reported by Peter Wemm.gibbs1998-05-061-10/+27
* Support compiling with `gcc-pedantic' (don't use hard newlines inbde1998-04-191-74/+74
* Implementation of Bus Space for FreeBSD-x86.gibbs1998-01-151-0/+1264
OpenPOWER on IntegriCloud