OpenGrok
Cross Reference: gdium_intr.c
xref
: /
src
/
sys
/
arch
/
evbmips
/
gdium
/
gdium_intr.c
Home
|
History
|
Annotate
|
Download
|
only in
gdium
History log of
/src/sys/arch/evbmips/gdium/gdium_intr.c
Revision
Date
Author
Comments
1.10
21-Nov-2020
thorpej
malloc(9) -> kmem(9)
1.9
10-Nov-2019
chs
branches: 1.9.8;
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
1.8
26-Aug-2016
skrll
branches: 1.8.16;
Adjust evbmips_iointr to pass a clockframe pointer and use it for
pwmclock @ voyager.
Suggested by matt@
Hi macallan!
1.7
29-Mar-2014
christos
branches: 1.7.6;
make pci_intr_string and eisa_intr_string take a buffer and a length
instead of relying in local static storage.
1.6
11-Mar-2014
mrg
avoid set but unused variables.
move variables under their usage #ifdef.
1.5
10-Jul-2011
matt
branches: 1.5.2; 1.5.12; 1.5.16;
CLeanup machine includes
1.4
01-Jul-2011
dyoung
#include <sys/bus.h> instead of <machine/bus.h>.
1.3
08-Jun-2011
bouyer
Make GDIUM build again after matt-nb5-mips64 merge. untested as I don't have
this hardware, but I'll use this as a base for Lemote Fulong support.
1.2
07-Aug-2009
matt
branches: 1.2.2; 1.2.6; 1.2.12;
Interrupts now work. Fix old bug with softints.
1.1
06-Aug-2009
matt
GDIUM support. It compiles but doesn't yet work. It dies quickly in
mips_vector_init.
1.2.12.1
23-Jun-2011
cherry
Catchup with rmind-uvmplock merge.
1.2.6.1
12-Jun-2011
rmind
sync with head
1.2.2.2
19-Aug-2009
yamt
sync with head.
1.2.2.1
07-Aug-2009
yamt
file gdium_intr.c was added on branch yamt-nfs-mp on 2009-08-19 18:46:12 +0000
1.5.16.1
18-May-2014
rmind
sync with head
1.5.12.2
03-Dec-2017
jdolecek
update from HEAD
1.5.12.1
20-Aug-2014
tls
Rebase to HEAD as of a few days ago.
1.5.2.1
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.7.6.1
05-Oct-2016
skrll
Sync with HEAD
1.8.16.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
1.9.8.1
14-Dec-2020
thorpej
Sync w/ HEAD.
Indexes created Sun Oct 19 19:09:49 GMT 2025