| History log of /src/sys/arch/evbarm/tsarm/isa |
| Revision | Date | Author | Comments |
| 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
|
| 1.3 | 28-Apr-2008 |
martin | Remove clause 3 and 4 from TNF licenses
|
| 1.2 | 11-Dec-2005 |
christos | branches: 1.2.74; 1.2.76; 1.2.78; merge ktrace-lwp.
|
| 1.1 | 23-Dec-2004 |
joff | branches: 1.1.4; PC/104 aka ISA bus support on TS-7200
|
| 1.1.4.2 | 17-Jan-2005 |
skrll | Sync with HEAD.
|
| 1.1.4.1 | 23-Dec-2004 |
skrll | file isa_io_asm.S was added on branch ktrace-lwp on 2005-01-17 19:29:23 +0000
|
| 1.2.78.1 | 16-May-2008 |
yamt | sync with head.
|
| 1.2.76.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.2.74.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.14 | 20-Dec-2023 |
thorpej | Remove unnecessary <sys/malloc.h>.
|
| 1.13 | 08-Mar-2014 |
skrll | Fix a bug found by gcc 4.8
|
| 1.12 | 27-Oct-2012 |
chs | branches: 1.12.2; split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
| 1.11 | 01-Jul-2011 |
dyoung | branches: 1.11.2; 1.11.12; #include <sys/bus.h> instead of <machine/bus.h>.
|
| 1.10 | 19-Aug-2009 |
dyoung | isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.
|
| 1.9 | 18-Aug-2009 |
dyoung | These are stragglers from my last commit ("Let us safely detach the ISA bus and devices attaching to the ISA bus"). Define isa_detach_hook() in MD ISA implementations. Define isa_dmadestroy().
|
| 1.8 | 16-Mar-2009 |
dsl | ANSIfy functions with function-pointer arguments
|
| 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 | 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
| 1.4 | 28-Apr-2008 |
martin | branches: 1.4.8; 1.4.14; Remove clause 3 and 4 from TNF licenses
|
| 1.3 | 11-Dec-2005 |
christos | branches: 1.3.74; 1.3.76; 1.3.78; merge ktrace-lwp.
|
| 1.2 | 24-Jan-2005 |
joff | whoops, had intr mask inverted
|
| 1.1 | 23-Dec-2004 |
joff | branches: 1.1.2; 1.1.4; PC/104 aka ISA bus support on TS-7200
|
| 1.1.4.3 | 24-Jan-2005 |
skrll | Sync with HEAD.
|
| 1.1.4.2 | 17-Jan-2005 |
skrll | Sync with HEAD.
|
| 1.1.4.1 | 23-Dec-2004 |
skrll | file isa_machdep.c was added on branch ktrace-lwp on 2005-01-17 19:29:23 +0000
|
| 1.1.2.1 | 29-Apr-2005 |
kent | sync with -current
|
| 1.3.78.3 | 19-Aug-2009 |
yamt | sync with head.
|
| 1.3.78.2 | 04-May-2009 |
yamt | sync with head.
|
| 1.3.78.1 | 16-May-2008 |
yamt | sync with head.
|
| 1.3.76.1 | 18-May-2008 |
yamt | sync with head.
|
| 1.3.74.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
| 1.4.14.1 | 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
| 1.4.8.1 | 28-Apr-2009 |
skrll | Sync with HEAD.
|
| 1.11.12.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
| 1.11.12.1 | 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
| 1.11.2.2 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|
| 1.11.2.1 | 30-Oct-2012 |
yamt | sync with head
|
| 1.12.2.1 | 18-May-2014 |
rmind | sync with head
|