OpenGrok
Cross Reference: tyneisabr.c
xref
: /
src
/
sys
/
arch
/
arc
/
dti
/
tyneisabr.c
Home
|
History
|
Annotate
|
Download
|
only in
dti
History log of
/src/sys/arch/arc/dti/tyneisabr.c
Revision
Date
Author
Comments
1.12
01-Jul-2011
dyoung
#include <sys/bus.h> instead of <machine/bus.h>.
1.11
05-Jul-2008
tsutsui
Split device_t/softc with misc related changes.
1.10
24-Jun-2006
tsutsui
branches: 1.10.58; 1.10.62; 1.10.64; 1.10.66;
Misc minor cleanup for arc interrupt handlers:
- always enable options MIPS3_ENABLE_CLOCK_INTR and just clear the compare
register in cpu_intr() to make CLKF_BASE() works
properly
- prepare only possible number of cpu_inttab
- use macro for interrupt priority number passed to arc_set_intr()
to avoid confusion
- merge arc_hardware_intr() into cpu_intr()
- check independent timer interrupt first in cpu_intr()
- tweak MIPS_SR_INT_IE before calling hardclock timer handlers so that
spllowersoftclock(9) will be invoked properly in hardclock(9)
- reenable interrupt for timer in cpu_intr() rather than each timer handlers
okay'ed by soda.
Note the real fix is to make CLKF_BASE() check all independent
interrupt sources including jazz and isa devices.
1.9
15-Apr-2006
tsutsui
branches: 1.9.4;
Include "ioconf.h" rather than declare struct cfdriver foo_cd in each file.
1.8
11-Dec-2005
christos
branches: 1.8.4; 1.8.6; 1.8.8; 1.8.10; 1.8.12;
merge ktrace-lwp.
1.7
22-Jan-2005
tsutsui
branches: 1.7.8;
Make all intr_mask value types uint32_t rather than int, u_int,
or unsigned etc.
1.6
22-Jan-2005
tsutsui
- remove __P()
- use ANSI function decls
- u_intNN_t -> uintNN_t
- some KNF
1.5
07-Aug-2003
agc
branches: 1.5.8;
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
1.4
15-Jul-2003
lukem
__KERNEL_RCSID()
1.3
02-Oct-2002
thorpej
branches: 1.3.6;
Use CFATTACH_DECL().
1.2
27-Sep-2002
thorpej
Declare all cfattach structures const.
1.1
13-Jun-2001
soda
branches: 1.1.2; 1.1.4; 1.1.10;
split ISA bridge code into bus dependent frontends to remove "cputype"
variable.
1.1.10.2
18-Oct-2002
nathanw
Catch up to -current.
1.1.10.1
13-Jun-2001
nathanw
file tyneisabr.c was added on branch nathanw_sa on 2002-10-18 02:35:11 +0000
1.1.4.1
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.2.1
21-Jun-2001
nathanw
Catch up to -current.
1.3.6.4
24-Jan-2005
skrll
Sync with HEAD.
1.3.6.3
21-Sep-2004
skrll
Fix the sync with head I botched.
1.3.6.2
18-Sep-2004
skrll
Sync with HEAD.
1.3.6.1
03-Aug-2004
skrll
Sync with HEAD
1.5.8.1
29-Apr-2005
kent
sync with -current
1.7.8.2
30-Dec-2006
yamt
sync with head.
1.7.8.1
21-Jun-2006
yamt
sync with head.
1.8.12.1
24-May-2006
tron
Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
1.8.10.1
19-Apr-2006
elad
sync with head - hopefully this will work
1.8.8.2
26-Jun-2006
yamt
sync with head.
1.8.8.1
24-May-2006
yamt
sync with head.
1.8.6.1
22-Apr-2006
simonb
Sync with head.
1.8.4.1
09-Sep-2006
rpaulo
sync with head
1.9.4.1
13-Jul-2006
gdamore
Merge from HEAD.
1.10.66.1
18-Jul-2008
simonb
Sync with head.
1.10.64.1
18-Sep-2008
wrstuden
Sync with wrstuden-revivesa-base-2.
1.10.62.1
04-May-2009
yamt
sync with head.
1.10.58.1
28-Sep-2008
mjf
Sync with HEAD.
Indexes created Wed Oct 22 13:09:56 GMT 2025