summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/dev
AgeCommit message (Expand)Author
2006-06-15Rework the interrupt code, shaving some cycles off in the process.Brad Smith
2006-05-21Check for stale flags in the DMA map.Brad Smith
2006-05-21- _bus_dmamap_load_buffer_direct_common -> _bus_dmamap_load_buffer_directBrad Smith
2006-05-21Fix a couple of comments.Brad Smith
2006-05-21Pay attention to BUS_DMA_READ; don't need to allocate a spillBrad Smith
2006-05-21Implement dmamap_load_uio for SGMAPs.Brad Smith
2006-05-12Keep track of which DMA window was actually used to map theBrad Smith
2006-04-13Use PAGE_SIZE rather than NBPG.Brad Smith
2006-04-04clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit.Brad Smith
2006-03-27rev 1.30Brad Smith
2006-03-20factorize SGMAP-mapped DMA map creation and destroy codeMartin Reindl
2006-03-18In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter.Miod Vallat
2006-03-13Protect sgmap extents with splvm(); from NetBSD.Miod Vallat
2006-01-29Add a alpha_shared_intr_reset_strays() function that resets the strayMartin Reindl
2005-10-28no more Mach-macrosMartin Reindl
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-11-09Do not map empty mbufs (m_len == 0) in bus_dmamap_load_mbuf() as these mappingsClaudio Jeker
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-01-13support mbuf handling in alpha sgmap dma maps; from netbsdTheo de Raadt
2003-10-18typos from Jared Yanovich;Jason McIntyre
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-06-25No \n at the end of a panic() message... I thought all occurences had beenMiod Vallat
2002-03-20Since the sgmap is used in interrupts protect the extent with splvm.Artur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-03-21Move files from common to dev to be more like other archsArtur Grabowski
2000-11-08tag the rest of alpha treeEric Jackson
2000-11-08Merge in big portions of the improvements NetBSD did to their alpha port.Artur Grabowski
1999-02-08In alpha_shared_intr_stray(), if intr_maxstrays is 0 just return (NetBSD)Todd C. Miller
1999-02-08Because of BROKEN_PROM braindamage we need to allow an interuptTodd C. Miller
1998-12-31semantic change: prefer unshared intr, settle for level shared. this will sti...Theo de Raadt
1998-12-27new priority mechanism for pcmcia interrupt allocation, ie. "best effort"Theo de Raadt
1998-06-29isa_intr_check(), alpha style.Jason Downs
1997-11-10$OpenBSD$Niklas Hallqvist
1997-11-06We need an MI vga driver. The alpha one was most MI. Not entirely yet though.Niklas Hallqvist
1997-08-25better mmap support, what funTheo de Raadt
1997-08-22wscons -> vga_xxx -> vga mmap() support. first cutTheo de Raadt
1997-07-31text video attributes, tested only on vga, send me E-mail if it breaks someth...kstailey
1997-07-31bus_space_copy_2() is now overlap safekstailey
1997-07-10fix vga_copycols(9)kstailey
1997-07-10fix backward scrollingkstailey