Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski | |
and arbitrary flags into one argument. One new flag is PMAP_CANFAIL that tells pmap_enter that it can fail if there are not enough resources to satisfy the request. If this flag is not passed, pmap_enter should panic as it should have done before this change (XXX - many pmaps are still not doing that). Only i386 and alpha implement CANFAIL for now. Includes uvm updates from NetBSD. | |||
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski | |
Pass the right amount of arguments and rename them back to their right names. | |||
2001-06-25 | cold is in systm now | Michael Shalayeff | |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski | |
boolean_t pmap_extract(struct pmap *, vaddr_t, paddr_t *). Matches NetBSD. Tested by various people on various platforms. | |||
2001-03-21 | Move files from common to dev to be more like other archs | Artur Grabowski | |
(and so that tab completion on "compile" works as on other archs. :)) | |||
2000-11-08 | tag the rest of alpha tree | Eric Jackson | |
2000-11-08 | Merge in big portions of the improvements NetBSD did to their alpha port. | Artur Grabowski | |
Highlights: UVM, PMAP_NEW, bus_dma (only on some buses for now), new hardware support, possiblity for ELF, etc, etc. Too much to mention. This is still work in progress. video consoles might be broken, otherwise we have basically the same functionality as before plus more. | |||
1999-02-08 | In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD) | Todd C. Miller | |
1999-02-08 | Because of BROKEN_PROM braindamage we need to allow an interupt | Todd C. Miller | |
initialized (but not registered) as IST_LEVEL be assigned IST_EDGE. | |||
1998-12-31 | semantic change: prefer unshared intr, settle for level shared. this will ↵ | Theo de Raadt | |
still fail in some cases | |||
1998-12-27 | new priority mechanism for pcmcia interrupt allocation, ie. "best effort" | Theo de Raadt | |
for machines low on interrupts. work by fgsch, and myself | |||
1998-06-29 | isa_intr_check(), alpha style. | Jason Downs | |
1997-11-10 | $OpenBSD$ | Niklas Hallqvist | |
1997-11-06 | We need an MI vga driver. The alpha one was most MI. Not entirely yet though. | Niklas Hallqvist | |
Some files were move behind CVS back. | |||
1997-08-25 | better mmap support, what fun | Theo de Raadt | |
1997-08-22 | wscons -> vga_xxx -> vga mmap() support. first cut | Theo de Raadt | |
1997-07-31 | text video attributes, tested only on vga, send me E-mail if it breaks ↵ | kstailey | |
something, thx. | |||
1997-07-31 | bus_space_copy_2() is now overlap safe | kstailey | |
1997-07-10 | fix vga_copycols(9) | kstailey | |
1997-07-10 | fix backward scrolling | kstailey | |
1997-07-09 | argh | Theo de Raadt | |
1997-07-09 | alpha/common/ insults my filec | Theo de Raadt | |