summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/nubus.c
AgeCommit message (Expand)Author
2006-04-14rm trailing whitespaceMartin Reindl
2005-05-01- Sync nubus IDs with NetBSD and add some moreMartin Reindl
2005-04-26new NuBus slot space mapping/probing code utilizing bus_space(9)Martin Reindl
2004-11-28Correct pmap_enter() flags usage.Miod Vallat
2003-05-09Remove dead (ifdef 0) code that pollutes my greps.Artur Grabowski
2002-04-29wierd -> weirdPeter Valchev
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-08-20Not only is Apple hardware disgusting, but code doesn't even compile.Miod Vallat
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-06-27old vm no moreArtur Grabowski
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-05-08Substantial update from NetBSD, most notably gives us UVM support; deraadt@ okAaron Campbell
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-04-24Use the generic m68k param.h.Jason Downs
1997-04-24Followingthe Scott Reynolds gravy train, very minor:gene
1997-04-23On video devices, if we're loading non-default resource values, save thebriggs
1997-04-08Some patches from Bob Nestor <rnestor@metronet.com> to edge toward supportbriggs
1997-03-12cleanup.briggs
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-09-21%p implies 0x.briggs
1996-05-26Add OpenBSD Id string.briggs
1996-05-26Sync with NetBSD-current.briggs
1996-01-14from netbsd: Fixes from PR #1931.briggs
1995-10-18initial import of NetBSD treeTheo de Raadt