Home | History | Annotate | Download | only in isa
History log of /src/sys/arch/evbarm/tsarm/isa/isa_machdep.c
RevisionDateAuthorComments
 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

RSS XML Feed