Home | History | Annotate | Download | only in jazz
History log of /src/sys/arch/arc/jazz/jazzdmatlb.c
RevisionDateAuthorComments
 1.18  20-Dec-2023  thorpej Remove unnecessary <sys/malloc.h>.
 1.17  17-Jun-2020  thorpej Use a vmem arena rather than an extent map to manage Jazz DMA TLB
address space.
 1.16  27-Jan-2012  para converting extent(9) from malloc(9) to kmem(9)
preceding kmem-vmem-pool-uvm patch

releng@ acknowledged
 1.15  01-Jul-2011  dyoung branches: 1.15.2; 1.15.6;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.14  01-Mar-2006  yamt merge yamt-uio_vmspace branch.

- use vmspace rather than proc or lwp where appropriate.
the latter is more natural to specify an address space.
(and less likely to be abused for random purposes.)
- fix a swdmover race.
 1.13  11-Dec-2005  christos branches: 1.13.2; 1.13.4; 1.13.6;
merge ktrace-lwp.
 1.12  22-Jan-2005  tsutsui branches: 1.12.8;
bzero -> memset
 1.11  22-Jan-2005  tsutsui - remove __P()
- use ANSI function decls
- u_intNN_t -> uintNN_t
- some KNF
 1.10  21-Oct-2003  tsutsui branches: 1.10.8;
The 6th argument to extent_create() is size_t, don't pass NULL in it.
 1.9  15-Jul-2003  lukem __KERNEL_RCSID()
 1.8  19-Jan-2003  tsutsui branches: 1.8.2;
TAB/space cleanup.
 1.7  27-Sep-2002  provos remove trailing \n in panic(). approved perry.
 1.6  14-Nov-2001  thorpej branches: 1.6.2;
Merge the thorpej-mips-cache branch onto the trunk. This is an
overhaul of how caches are handled for NetBSD's MIPS ports.
 1.5  28-Sep-2001  chs branches: 1.5.2;
don't depend on other headers to include sys/proc.h for us.
 1.4  24-Dec-2000  ur branches: 1.4.2; 1.4.4;
Switch pica to jazzio.
Split shared MD portion between algor and jazzio.
 1.3  09-Nov-2000  thorpej branches: 1.3.2;
Fix a printf format.
 1.2  29-Jun-2000  mrg remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
 1.1  09-Jun-2000  soda branches: 1.1.4;
bus_dma implementation for jazz dma tlb,
contributed by Shuichiro URATA <ur@a-r.org>
 1.1.4.2  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.1.4.1  09-Jun-2000  minoura file jazzdmatlb.c was added on branch minoura-xpg4dl on 2000-06-22 16:59:16 +0000
 1.3.2.4  05-Jan-2001  bouyer Sync with HEAD
 1.3.2.3  22-Nov-2000  bouyer Sync with HEAD.
 1.3.2.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.3.2.1  09-Nov-2000  bouyer file jazzdmatlb.c was added on branch thorpej_scsipi on 2000-11-20 20:00:40 +0000
 1.4.4.2  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.4.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.4.2.1  01-Oct-2001  fvdl Catch up with -current.
 1.5.2.1  24-Oct-2001  thorpej Update for the new cache code. bus_dmamap_sync is now optimized
for a virtually-indexed, write-back cache.
 1.6.2.2  18-Oct-2002  nathanw Catch up to -current.
 1.6.2.1  14-Nov-2001  nathanw file jazzdmatlb.c was added on branch nathanw_sa on 2002-10-18 02:35:15 +0000
 1.8.2.4  24-Jan-2005  skrll Sync with HEAD.
 1.8.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.8.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.8.2.1  03-Aug-2004  skrll Sync with HEAD
 1.10.8.1  29-Apr-2005  kent sync with -current
 1.12.8.1  21-Jun-2006  yamt sync with head.
 1.13.6.1  22-Apr-2006  simonb Sync with head.
 1.13.4.1  09-Sep-2006  rpaulo sync with head
 1.13.2.1  18-Feb-2006  yamt adapt bus_dma implementations.
 1.15.6.1  18-Feb-2012  mrg merge to -current.
 1.15.2.1  17-Apr-2012  yamt sync with head

RSS XML Feed