Home | History | Annotate | Download | only in isa
History log of /src/sys/arch/shark/isa/isa_io.c
RevisionDateAuthorComments
 1.15  16-Mar-2018  ryo use designated initializer to make adaptability and flexibility for changing struct bus_space.
no functional change.
 1.14  26-Aug-2016  macallan branches: 1.14.14;
teach isa_bs_mmap() about BUS_SPACE_MAP_PREFETCHABLE
use the right paddr for chipsfb
 1.13  26-Aug-2016  macallan add the same special casing for chipsfb as we already do for igsfb to
isa_bs_mmap()
 1.12  31-Jan-2012  matt branches: 1.12.6; 1.12.24;
Convert stragglers to use real C89 prototypes.
 1.11  19-Jul-2011  dyoung branches: 1.11.2; 1.11.6;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.
 1.10  14-Mar-2009  dsl ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.
 1.9  14-Mar-2009  dsl Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.8  21-Jan-2007  macallan branches: 1.8.50; 1.8.58; 1.8.64;
add bus_space_*_stream() methods
 1.7  07-Dec-2006  macallan add glue for igsfb at ofbus
 1.6  11-Dec-2005  christos branches: 1.6.20; 1.6.22; 1.6.24;
merge ktrace-lwp.
 1.5  09-Jan-2005  tsutsui branches: 1.5.10;
Add bus_space_copy_region_2() op, which is required by MI vga(4),
from sys/arch/arm/arm/bus_space_asm_generic.S.

XXX: isa_io_asm.S and bus_space_asm_generic.S is mostly identical.
 1.4  05-Jan-2005  tsutsui Purge vm_offset_t.
 1.3  15-Jul-2003  lukem __KERNEL_RCSID()
 1.2  27-Sep-2002  provos branches: 1.2.6;
remove trailing \n in panic(). approved perry.
 1.1  10-Feb-2002  thorpej branches: 1.1.2; 1.1.14;
Kill arch/arm32. The last platform supported there, Shark, is now
in arch/shark.

(NOTE: arch/dnard, a premature move to split out the Shark support
code, is going to be deleted. It has bit-rotted.)
 1.1.14.3  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.1.14.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.14.1  10-Feb-2002  jdolecek file isa_io.c was added on branch kqueue on 2002-06-23 17:41:21 +0000
 1.1.2.3  18-Oct-2002  nathanw Catch up to -current.
 1.1.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.2.1  10-Feb-2002  nathanw file isa_io.c was added on branch nathanw_sa on 2002-02-28 04:11:52 +0000
 1.2.6.4  17-Jan-2005  skrll Sync with HEAD.
 1.2.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.6.1  03-Aug-2004  skrll Sync with HEAD
 1.5.10.2  26-Feb-2007  yamt sync with head.
 1.5.10.1  30-Dec-2006  yamt sync with head.
 1.6.24.2  04-Mar-2007  bouyer Pull up following revision(s) (requested by macallan in ticket #476):
sys/arch/shark/isa/isa_io.c: revision 1.8
sys/arch/shark/include/bus.h: revision 1.2
add bus_space_*_stream() methods
 1.6.24.1  12-Jan-2007  bouyer Pull up following revision(s) (requested by macallan in ticket #350):
sys/arch/shark/isa/isa_io.c: revision 1.7
sys/arch/shark/shark/consinit.c: revision 1.5
sys/arch/shark/ofw/igsfb_ofbus.c: revision 1.1
sys/arch/shark/ofw/igsfb_ofbusvar.h: revision 1.1
sys/arch/shark/conf/files.shark: revision 1.12
add glue for igsfb at ofbus
 1.6.22.1  10-Dec-2006  yamt sync with head.
 1.6.20.2  01-Feb-2007  ad Sync with head.
 1.6.20.1  12-Jan-2007  ad Sync with head.
 1.8.64.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.58.1  28-Apr-2009  skrll Sync with HEAD.
 1.8.50.1  04-May-2009  yamt sync with head.
 1.11.6.1  18-Feb-2012  mrg merge to -current.
 1.11.2.1  17-Apr-2012  yamt sync with head
 1.12.24.1  05-Oct-2016  skrll Sync with HEAD
 1.12.6.1  03-Dec-2017  jdolecek update from HEAD
 1.14.14.1  22-Mar-2018  pgoyette Synch with HEAD, resolve conflicts

RSS XML Feed