summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/include/bus.h
AgeCommit message (Collapse)Author
1999-09-09Keep wdc_isa.c happy.Marc Espie
1999-01-20Add dummy versions of bus_space_{alloc,free}Niklas Hallqvist
1998-10-05Update the API to be more compatibe with NetBSD, but also add new extensions:Niklas Hallqvist
bus_sapce_{read,write}_raw_region_[248] a la the raw_multi variants. These last ones are not yet used.
1998-03-26Use new defs from MI endian.h for swapping, remove registerNiklas Hallqvist
1997-09-17It is indeed tricky to get all bus accesses right when factoring outNiklas Hallqvist
the canonical form for all the three bus access interfaces amiga ave now
1997-09-09Make the bus_addr_t shift amount in addr calculations dynamicNiklas Hallqvist
1997-02-21add bus_space_{read,write}_region_* + some KNFNiklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-08-04Change of our extensions to the bus.h interface. Remove host_to_busNiklas Hallqvist
functions and instead provide raw byte-buffer reads with wide datapaths.
1996-04-27Bring forward the Amiga ISA support, and resolve a conflict with if_edNiklas Hallqvist