index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
alpha
/
include
/
bus.h
Age
Commit message (
Expand
)
Author
2002-06-30
Dummy bus_space_read_raw_region implementation.
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-03-07
Clean up BUS_DMA_* flags, and make sure all arch's define:
Jason Wright
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-10-26
First cut at a port of isadma and floppy driver. ok art@
Nathan Binkert
2001-01-15
'implement' bus_space_write_raw_region_{2,4}.
Artur Grabowski
2000-12-15
Define BUS_SPACE_BARRIER_{READ,WRITE} as synonmys for BUS_BARRIER_{READ,WRITE}
Artur Grabowski
2000-11-08
Merge in big portions of the improvements NetBSD did to their alpha port.
Artur Grabowski
1998-01-20
Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it
Niklas Hallqvist
1997-06-05
non-DEBUG __abs_nonsingle correct use; grr
Theo de Raadt
1997-04-10
Fix typo (aligend -> aligned)
Todd C. Miller
1997-04-02
Better implementation of buf_space_*_raw_multi_* that deals well
Niklas Hallqvist
1997-03-21
Add the bus_space_{read,write}_raw_multi_[248] extensions
Niklas Hallqvist
1997-01-24
Sync with NetBSD 961207
Niklas Hallqvist
1996-11-12
Arrival of new bus.h from NetBSD
Niklas Hallqvist
1996-10-30
Merge to NetBSD 961020. Retained our kernel APIs where NetBSD has changed.
Niklas Hallqvist
1996-07-29
Add OpenBSD tags. Adapt to OpenBSD *_intr_establish calling convention
Niklas Hallqvist
1996-06-18
sync to 0616, retaining local diffs
Theo de Raadt