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
/
mac68k
/
dev
/
nubus.c
Age
Commit message (
Expand
)
Author
2006-04-14
rm trailing whitespace
Martin Reindl
2005-05-01
- Sync nubus IDs with NetBSD and add some more
Martin Reindl
2005-04-26
new NuBus slot space mapping/probing code utilizing bus_space(9)
Martin Reindl
2004-11-28
Correct pmap_enter() flags usage.
Miod Vallat
2003-05-09
Remove dead (ifdef 0) code that pollutes my greps.
Artur Grabowski
2002-04-29
wierd -> weird
Peter Valchev
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-10
No need to include <sys/dmap.h> and define related variables.
Miod Vallat
2001-12-08
Sprinkle pmap_update calls where relevant and some other
Artur Grabowski
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-20
Not only is Apple hardware disgusting, but code doesn't even compile.
Miod Vallat
2001-08-11
Unnecessary and redundant includes.
Artur Grabowski
2001-07-25
Change the pmap_enter interface to merge access_type and the wired boolean
Artur Grabowski
2001-06-27
old vm no more
Artur Grabowski
2001-06-08
Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to
Artur Grabowski
2001-05-08
Substantial update from NetBSD, most notably gives us UVM support; deraadt@ ok
Aaron Campbell
1999-09-03
Change the pmap_enter api to pass down an argument that indicates
Artur Grabowski
1999-04-24
Use the generic m68k param.h.
Jason Downs
1997-04-24
Followingthe Scott Reynolds gravy train, very minor:
gene
1997-04-23
On video devices, if we're loading non-default resource values, save the
briggs
1997-04-08
Some patches from Bob Nestor <rnestor@metronet.com> to edge toward support
briggs
1997-03-12
cleanup.
briggs
1997-03-08
Sync with NetBSD of about 4 March.
briggs
1997-01-24
Sync w/ NETBSD_CURRENT_971122.
briggs
1996-11-23
added const to second parameter of cfprint_t routines
kstailey
1996-09-21
%p implies 0x.
briggs
1996-05-26
Add OpenBSD Id string.
briggs
1996-05-26
Sync with NetBSD-current.
briggs
1996-01-14
from netbsd: Fixes from PR #1931.
briggs
1995-10-18
initial import of NetBSD tree
Theo de Raadt