summaryrefslogtreecommitdiff
path: root/sys/arch/playstation2/include/bus.h
AgeCommit message (Expand)Author
2019-09-23Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all archesskrll
2014-07-04Use .set arch=r5900 to enable r5900 specific instructionsmartin
2014-03-31Bring back the playstation2 port - now that a toolchain for it ismartin
2009-12-05Remove support for NetBSD/playstation2.pooka
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21add a pair of new bus_dma(9) functions:mrg
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24__asm__ -> __asmperry
2005-12-11merge ktrace-lwp.christos
2005-03-09Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the APImatt
2003-06-15Handle 64bit DMA addresses on PCI for platforms that can (currently onlyfvdl
2003-01-28Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it.kent
2002-08-14Fix incorrect ## usage.kent
2002-03-17Make sure that private DMA flags don't overlap with standard DMA flags;simonb
2001-10-16playstation2 portuch