History log of /netbsd/sys/arch/vax/vax/bus_dma.c (Results 1 – 25 of 39)
Revision Date Author Comments
# 089d55cc 11-Oct-2022 andvar <andvar@NetBSD.org>

fix typos in log messages s/bus_dmamem_create/bus_dmamap_create/ and
s/bus_dmamem_load/bus_dmamap_load/.
Inspired by recent similar fixes in OpenBSD.


# 52e7d049 26-Jul-2022 andvar <andvar@NetBSD.org>

s/functin/function/ in copy pasted comment.


# e05b31a7 24-May-2022 andvar <andvar@NetBSD.org>

s/entrace/entrance/ in copy pasted comment.


# 26b07e83 21-Nov-2020 thorpej <thorpej@NetBSD.org>

malloc(9) -> kmem(9)


# 2e3e35f5 27-Apr-2018 maxv <maxv@NetBSD.org>

M_CLUSTER -> M_EXT_CLUSTER


# 52232a9d 12-Nov-2010 uebayasi <uebayasi@NetBSD.org>

Pull in uvm/uvm.h where UVM's page level interface is used.


# c363a9cb 18-Mar-2009 cegger <cegger@NetBSD.org>

bzero -> memset


# 06c343ac 04-Jun-2008 ad <ad@NetBSD.org>

vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# dfba8166 11-Mar-2008 matt <matt@NetBSD.org>

Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf
code. Move to prototype definitions. staticfy, constify, avoid casting.
Use device_* accessors.


# bae16e79 03-Feb-2008 matt <matt@NetBSD.org>

Add physaddr support from mbufs (commented out since it doesn't quite work
right yet).


# 2538fd4e 31-Mar-2007 matt <matt@NetBSD.org>

Don't use an uninitialized lastaddr (initialize it to 0).


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# ec5a9318 01-Mar-2006 yamt <yamt@NetBSD.org>

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.

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.

show more ...


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# bc21da4c 24-Nov-2005 yamt <yamt@NetBSD.org>

bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer.
bus_space_map: always do NOWAIT allocation as it used to be before yamt-km.

we have too many copies!


# 6b2d8b66 01-Apr-2005 yamt <yamt@NetBSD.org>

merge yamt-km branch.
- don't use managed mappings/backing objects for wired memory allocations.
save some resources like pv_entry. also fix (most of) PR/27030.
- simplify kernel memory management

merge yamt-km branch.
- don't use managed mappings/backing objects for wired memory allocations.
save some resources like pv_entry. also fix (most of) PR/27030.
- simplify kernel memory management API.
- simplify pmap bootstrap of some ports.
- some related cleanups.

show more ...


# a6db24a4 09-Mar-2005 matt <matt@NetBSD.org>

Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API
to select the maximum segment size for each bus_dmamap_load (up to the maxsegsz
supplied to bus_dmamap_create). dm_max

Add a dm_maxsegsz public member to bus_dmamap_t. This allows a user of the API
to select the maximum segment size for each bus_dmamap_load (up to the maxsegsz
supplied to bus_dmamap_create). dm_maxsegsz is reset to the value supplied to
bus_dmamap_create when the dmamap is unloaded.

show more ...


# 7a60e772 28-Nov-2004 thorpej <thorpej@NetBSD.org>

bus_dmamap_load_mbuf(): Skip zero-length mbufs.
kern/24811


# 3b4fb6d0 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# d5aece61 29-Jun-2003 fvdl <fvdl@NetBSD.org>

Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.


# 960df3c8 28-Jun-2003 darrenr <darrenr@NetBSD.org>

Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various fu

Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records. The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V

show more ...


# 3b9d5835 01-Apr-2003 thorpej <thorpej@NetBSD.org>

Use PAGE_SIZE rather than NBPG.


# 4913834e 01-Dec-2002 matt <matt@NetBSD.org>

Fix inconsistencies in various definitions of avail_*, virtual_*, and
proc0paddr.


# 71404bb5 25-Sep-2002 thorpej <thorpej@NetBSD.org>

Don't include <sys/map.h>.


12