summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/bus.h
AgeCommit message (Expand)Author
2024-01-23powerpc: Fix bus_space_unmapJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2020-09-20Add missing assignment forgotten in r365899Michal Meloun
2020-09-19Add NetBSD compatible bus_space_peek_N() and bus_space_poke_N() functions.Michal Meloun
2017-11-27sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-03-18Increase booke bus max address to 36-bits.Justin Hibbits
2015-11-19Revert r291009 until rman changes go in.Justin Hibbits
2015-11-18Physical addresses for e500mc/e5500 are 36-bits, e6500 is 40-bits.Justin Hibbits
2014-03-18Update NetBSD Foundation copyrights to 2-clause BSDEd Maste
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
2010-07-13MFppc64:Nathan Whitehorn
2007-12-19Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar
2006-12-13Implement bus_space_map().Marcel Moolenaar
2006-03-31Add a dummy implementation of bus_space_map().Marcel Moolenaar
2005-04-18Break out the definition of bus_space_{tag,handle}_t and a few other typesWarner Losh
2005-03-14Refactor the bus_dma header files so that the interface is described inScott Long
2005-02-04Convert bus_space_barrier() into a null inline function rather than anPeter Grehan
2005-01-15Add bus_dmamap_load_mbuf_sg() to powerpc.Scott Long
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2003-07-27- Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion
2003-07-01Mega busdma API commit.Scott Long
2003-05-27Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long
2003-04-18- Convert NetBSD-derived macros to inline functions for betterPeter Grehan
2003-04-10I deserve a big pointy hat for having missed all those referencesMaxime Henrion
2003-02-26Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.Maxime Henrion
2003-01-30Rework of how memory resources are discovered and dealt with in macio.Benno Rice
2003-01-08- define HAS_STREAM_METHODS correctlyPeter Grehan
2002-09-19Added sparse address support, required by the macio ATA devicePeter Grehan
2002-07-091) Add busdma machdep code.Benno Rice
2002-03-20Remove __P.Alfred Perlstein
2001-06-10Bring in NetBSD code used in the PowerPC port.Benno Rice