History log of /netbsd/sys/arch/arm/xscale/i80321_space.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 070c2e81 21-Nov-2018 macallan <macallan@NetBSD.org>

further de-cargocult the new mmap() methods


# 45b13eee 21-Nov-2018 thorpej <thorpej@NetBSD.org>

EINVAL (22) is a valid return value for ARM mmap routines; we need to
return -1 for invalid mmap attempts.


# 077490c3 18-Nov-2018 macallan <macallan@NetBSD.org>

- support *_mmap()
- support BUS_SPACE_MAP_PREFETCHABLE for memory spaces
- fill in *_stream methods if needed
With this Xorg with wsfb works on iyonix. The nv driver still crashes ( and
needs option

- support *_mmap()
- support BUS_SPACE_MAP_PREFETCHABLE for memory spaces
- fill in *_stream methods if needed
With this Xorg with wsfb works on iyonix. The nv driver still crashes ( and
needs options INSECURE ), something seems to be wrong with accessing IO space.
But, progress.

show more ...


# 4a6b2ebb 16-Mar-2018 ryo <ryo@NetBSD.org>

use designated initializer to make adaptability and flexibility for changing struct bus_space.
no functional change.


# 9d622910 02-Mar-2014 joerg <joerg@NetBSD.org>

Skip a tautologic check if we know it is one.


# af51edd2 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# 952a515d 24-Feb-2010 skrll <skrll@NetBSD.org>

Typo in comment.


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# 392aeaad 12-May-2007 gavan <gavan@NetBSD.org>

Implement ATU Direct Window in order to increase available PCI address
space.


# 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 ...


# 896bc924 17-May-2004 thorpej <thorpej@NetBSD.org>

Supply rr_1 and wr_1.


# df011fda 06-Oct-2003 thorpej <thorpej@NetBSD.org>

Make sure to pass mod/ref seeds with PMAP_WIRED.


# 08716eae 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 0f09ed48 27-Sep-2002 provos <provos@NetBSD.org>

remove trailing \n in panic(). approved perry.


# 37019d79 29-Aug-2002 briggs <briggs@NetBSD.org>

Use generic_bs_sr_4 for bus_space_set_region_4.


# 80146a51 12-Apr-2002 thorpej <thorpej@NetBSD.org>

Use the bus_space_generic bus space ops.


# f5362116 27-Mar-2002 thorpej <thorpej@NetBSD.org>

Basic support for the Intel i80321 I/O Processor (Xscale core).

Note: This is a snapshot of work-in-progress; there are still some
bugs to be shaken out.