Home | History | Annotate | Download | only in isa
History log of /src/sys/arch/evbarm/tsarm/isa/isa_io.c
RevisionDateAuthorComments
 1.13  20-Dec-2023  thorpej Remove unnecessary <sys/malloc.h>.
 1.12  16-Mar-2018  ryo use designated initializer to make adaptability and flexibility for changing struct bus_space.
no functional change.
 1.11  13-Sep-2014  matt branches: 1.11.18;
Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_t
Use paddr_t for msgbufphys
 1.10  12-Feb-2012  matt branches: 1.10.6;
Change old-style function defintions to C89 prototypes.

Approved by releng.
 1.9  27-Jan-2012  para converting extent(9) from malloc(9) to kmem(9)
preceding kmem-vmem-pool-uvm patch

releng@ acknowledged
 1.8  01-Jul-2011  dyoung branches: 1.8.2; 1.8.6;
#include <sys/bus.h> instead of <machine/bus.h>.
 1.7  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.6  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.5  04-Mar-2007  christos branches: 1.5.44; 1.5.52; 1.5.58;
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.4  11-Dec-2005  christos branches: 1.4.26;
merge ktrace-lwp.
 1.3  24-Jan-2005  joff branches: 1.3.8;
Fix mem/io extents usage. Previously had been mis-using the bs_cookie for a bs_tag.
 1.2  09-Jan-2005  joff branches: 1.2.2; 1.2.4;
Implement extent(9) based management of ISA io/mem so pcic(9) has
a chance of working.
 1.1  23-Dec-2004  joff PC/104 aka ISA bus support on TS-7200
 1.2.4.3  24-Jan-2005  skrll Sync with HEAD.
 1.2.4.2  17-Jan-2005  skrll Sync with HEAD.
 1.2.4.1  09-Jan-2005  skrll file isa_io.c was added on branch ktrace-lwp on 2005-01-17 19:29:23 +0000
 1.2.2.1  29-Apr-2005  kent sync with -current
 1.3.8.1  03-Sep-2007  yamt sync with head.
 1.4.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.5.58.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.5.52.1  28-Apr-2009  skrll Sync with HEAD.
 1.5.44.1  04-May-2009  yamt sync with head.
 1.8.6.1  18-Feb-2012  mrg merge to -current.
 1.8.2.1  17-Apr-2012  yamt sync with head
 1.10.6.1  03-Dec-2017  jdolecek update from HEAD
 1.11.18.1  22-Mar-2018  pgoyette Synch with HEAD, resolve conflicts

RSS XML Feed