Home | History | Annotate | Download | only in xscale
History log of /src/sys/arch/arm/xscale/i80312_space.c
RevisionDateAuthorComments
 1.12  16-Mar-2018  ryo use designated initializer to make adaptability and flexibility for changing struct bus_space.
no functional change.
 1.11  01-Jul-2011  dyoung branches: 1.11.52;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.10  24-Feb-2010  skrll Typo in comment.
 1.9  24-Nov-2005  yamt branches: 1.9.80; 1.9.100;
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!
 1.8  01-Apr-2005  yamt branches: 1.8.2; 1.8.8;
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.
 1.7  06-Oct-2003  thorpej branches: 1.7.8; 1.7.10;
Make sure to pass mod/ref seeds with PMAP_WIRED.
 1.6  15-Jul-2003  lukem __KERNEL_RCSID()
 1.5  27-Sep-2002  provos branches: 1.5.8;
remove trailing \n in panic(). approved perry.
 1.4  29-Aug-2002  briggs Use generic_bs_sr_4 for bus_space_set_region_4.
 1.3  12-Apr-2002  thorpej branches: 1.3.2; 1.3.4;
Use the bus_space_generic bus space ops.
 1.2  28-Nov-2001  thorpej branches: 1.2.2;
Oops, make sure to add in the physical base of the PCI memory
window when mapping PCI mem space. (Whee, I can take out my
local hack, now).
 1.1  09-Nov-2001  thorpej branches: 1.1.2; 1.1.4;
Snapshot of work-in-progress for Intel i80312 Companion I/O chip;
just basic Inbound and Outbound window setup is done, PCI configuration
space access (not quite working yet), and I/O and Memory space routines
so far.
 1.1.4.5  18-Oct-2002  nathanw Catch up to -current.
 1.1.4.4  29-Aug-2002  briggs Sync with head.
 1.1.4.3  17-Apr-2002  nathanw Catch up to -current.
 1.1.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.1.4.1  09-Nov-2001  nathanw file i80312_space.c was added on branch nathanw_sa on 2002-01-08 00:23:19 +0000
 1.1.2.2  12-Nov-2001  thorpej Sync the thorpej-mips-cache branch with -current.
 1.1.2.1  09-Nov-2001  thorpej file i80312_space.c was added on branch thorpej-mips-cache on 2001-11-12 21:16:35 +0000
 1.2.2.5  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.2.2.4  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.2.2.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.2.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.1  28-Nov-2001  thorpej file i80312_space.c was added on branch kqueue on 2002-01-10 19:38:33 +0000
 1.3.4.1  07-Dec-2002  he Pull up revision 1.4 (requested by briggs in ticket #749):
Use generic_bs_sr_4 for bus_space_set_region_4.
 1.3.2.1  31-Aug-2002  gehenna catch up with -current.
 1.5.8.5  11-Dec-2005  christos Sync with head.
 1.5.8.4  01-Apr-2005  skrll Sync with HEAD.
 1.5.8.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.8.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.8.1  03-Aug-2004  skrll Sync with HEAD
 1.7.10.1  28-Jan-2005  yamt convert arch/arm to new apis.
 1.7.8.1  29-Apr-2005  kent sync with -current
 1.8.8.1  29-Nov-2005  yamt sync with head.
 1.8.2.1  21-Jun-2006  yamt sync with head.
 1.9.100.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.9.80.1  11-Mar-2010  yamt sync with head
 1.11.52.1  22-Mar-2018  pgoyette Synch with HEAD, resolve conflicts

RSS XML Feed