summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/bus.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r216134. This checkin broke platforms where bus_space are macros:brucec2010-12-031-31/+24
* Disallow passing in a count of zero bytes to the bus_space(9) functions.brucec2010-12-021-24/+31
* Remove clauses 3 and 4, per changes to NetBSD versions of these files.imp2010-09-251-7/+0
* Some code churn:marcel2010-02-141-20/+6
* Change BUS_SPACE_MAXADDR from 2^32-1 to 2^64-1. 2^32-1 is representativemarcel2010-01-021-1/+1
* Revamp bus_space access functions:marcel2009-12-301-388/+399
* Make sure bus space accesses use unorder memory loads and stores.marcel2009-12-031-76/+76
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-11/+0
* Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.marcel2005-05-101-3/+0
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-181-13/+1
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-141-194/+1
* Add bus_dmamap_load_mbuf_sg() to ia64scottl2005-01-151-0/+2
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-061-1/+1
* Document the lockfunc and lockfuncarg arguments to bus_dma_tag_create() inscottl2003-11-071-0/+4
* Implement the bus_space_map() function to allocate resources and initializenyan2003-09-231-5/+12
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Mega busdma API commit.scottl2003-07-011-1/+17
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-1/+2
* Revamp the newbus functions:marcel2003-04-291-829/+584
* I deserve a big pointy hat for having missed all those referencesmux2003-04-101-9/+5
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Provide a null-implementation for bus_space_unmap, like i386.marcel2003-01-051-2/+5
* Implement bus_space_subregion(). Identical to i386.marcel2002-11-291-3/+8
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-041-0/+23
* Add the following functions/macros to support byte order conversions andtmm2002-02-271-0/+64
* Axe the barrier_{read,write,rw}() helper functions as this method ofjhb2000-10-201-23/+0
* Add in a simple API for memory barriers to machine/bus.h:jhb2000-10-181-0/+22
* This is the first snapshot of the FreeBSD/ia64 kernel. This kernel willdfr2000-09-291-0/+1173
OpenPOWER on IntegriCloud