summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/iommu.c
AgeCommit message (Expand)Author
2005-06-07revert previous commit and unbreak sparc64.Kurt Miller
2005-06-02allow for dma maps larger than 64 pages; jason@ okMichael Shalayeff
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-03-19Off-by-ones, requests for (x * PAGE_SIZE) + 1 bytes would not allocate theMiod Vallat
2003-12-20Pass -WformatMiod Vallat
2003-12-04TyposMiod Vallat
2003-06-11It is important not to forget "membar(MemIssue)". Got missedHenric Jungheim
2003-06-11Much of the sbus, psycho, and schizo bus_dma code is the same, so let'sHenric Jungheim
2003-06-11The "min" and "max" functions cast to "u_int", which can lead to surprisingHenric Jungheim
2003-05-22There's an off-by-one in the diagnostic code that can cause grief,Henric Jungheim
2003-03-06The existing IOMMU code had a rounding problem that was most noticeableHenric Jungheim
2003-02-22don't use home grown timeval comparison when timercmp() is available; pointed...Jason Wright
2003-02-21Print the pa not ldxa(pa)Jason Wright
2003-02-21- kill several unnecessary static'sJason Wright
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
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-10-04Aasking to load an already loaded map is not a "warn and pray" kinda thing.Jason Wright
2002-08-19From NetBSD:Jason Wright
2002-07-24No need to cast &thing to paddr_t* when thing IS a paddr_tJason Wright
2002-05-13Deal with 24bit dvma requestsJason Wright
2002-03-26Permit compiling with DEBUG; Joey Coleman <joeycoleman@acm.org>Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12Look up the TTE and only do the streaming cache dance if the mapping is marke...Jason Wright
2002-03-07Remove some debugging code accidentally committed in previousJason Wright
2002-03-07From NetBSD:Jason Wright
2002-02-22Be sure to wait the whole 0.5 seconds (half a second!) for the streamingJason Wright
2002-02-22Debugger() is #ifdef DDBTheo de Raadt
2002-02-22- don't call strbuf_flush_done for each segment, call it once per map (andJason Wright
2002-02-22From NetBSD:Jason Wright
2001-12-04Yet another sync to NetBSD uvm.Artur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-10-15Pull in several changes from NetBSD:Jason Wright
2001-09-26Merge with NetBSD:Jason Wright
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-08-18RCSidsJason Wright
2001-08-18compiles with minimal mods (From NetBSD)Jason Wright