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
/
vax
/
vsa
/
vsbus.c
Age
Commit message (
Expand
)
Author
2008-08-30
replace TRUNC_PAGE by trunc_page and ROUND_PAGE by round_page
Martin Reindl
2008-08-15
Remove unused and incomplete vax_bus_t enum, and unused vaxbus_dma_get_tag()
Miod Vallat
2006-12-13
Missing "break;" for the KA46/KA48 case, fortunately caused no harm but a
Miod Vallat
2006-07-20
Kill an autoconf abuse introduced with Cheetah support, and pass real
Miod Vallat
2006-07-16
Fix splassert false positives on older VAXstation with devices wired to
Miod Vallat
2004-07-07
new-style interrupt counters. based on initial work by hugh. ok miod
Theo de Raadt
2004-05-04
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
Alexander Yurchenko
2003-11-10
Get rid of the "struct pte" bitfield, and use straight integers.
Miod Vallat
2003-06-26
Compile the vax kernel with -Wmissing-prototypes -Wstrict-prototypes now.
Miod Vallat
2003-04-02
Don't allow the DZ-11 RX interrupt to be masked (if a DZ-11 interrupt was seen
Jason Wright
2002-01-16
Don't include <sys/map.h> when you don't need what's in it.
Miod Vallat
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-19
merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok
Michael Shalayeff
2001-08-25
Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,
Hugh Graham
2001-02-11
Pick up a NetBSD hack to attach Cheetah to vsbus as well as ibus.
Hugh Graham
2000-10-11
update these to work with cleaner vsbus dma; from netbsd
Brandon Creighton
2000-04-27
sync with netbsd; working ncr5380 driver, saner vsbus code
Brandon Creighton
1997-09-10
Sync with NetBSD 970516. -moj
Mats O Jansson
1997-05-29
RCS tagging
Niklas Hallqvist
1997-01-15
sync with NetBSD 970112 -moj
Mats O Jansson