History log of /openbsd-current/sys/arch/luna88k/luna88k/isr.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.12 24-Nov-2020 mpi

Remove commented-out code messing with uvmexp.

ok jca@


Revision tags: OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.11 28-Jun-2017 aoyama

Delete '0x' in DIAGNOSTIC panic message; ipl value is printed in decimal.


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.10 18-May-2015 miod

Move the logic deciding whether to grab the kernel lock or not, deeper in the
interrupt logic, making sure the lock is not taken for clock interrupts.
Tested on aviion and luna88k.


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.9 21-Dec-2010 claudio

Convert netisr to a normal soft interrupt instead of hanving MD code
for it. This makes the netisr a real C function which will help further
development. No noticable performance change on i386 and amd64.
With input from kettenis@ and miod@ additional OKs mikeb@ and henning@


# 1.8 20-Sep-2010 matthew

Get rid of evcount's support for arranging counters in a tree
hierarchy. Everything attached to a single root node anyway, so at
best we had a bush.

"i think it is good" deraadt@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.7 26-Jun-2008 ray

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.6 12-Dec-2005 miod

Remove unused code.


Revision tags: OPENBSD_3_8_BASE
# 1.5 18-Jul-2005 fgsch

remove trailing newline in panic(9); ok millert@ and deraadt@


Revision tags: OPENBSD_3_7_BASE
# 1.4 25-Dec-2004 miod

Use list and queue macros where applicable to make the code easier to read;
no functional change.


# 1.3 24-Dec-2004 miod

{e,}intr{cnt,names} bye-bye.


Revision tags: OPENBSD_3_6_BASE
# 1.2 27-Jul-2004 miod

Add per-device evcount interrupt counters; also use LIST_xxx macros in isr.c

ok aaron@, tested aoyama@


Revision tags: SMP_SYNC_A SMP_SYNC_B
# 1.1 21-Apr-2004 aoyama

branches: 1.1.1; 1.1.2;
Initial revision


Revision tags: OPENBSD_6_2_BASE
# 1.11 28-Jun-2017 aoyama

Delete '0x' in DIAGNOSTIC panic message; ipl value is printed in decimal.


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.10 18-May-2015 miod

Move the logic deciding whether to grab the kernel lock or not, deeper in the
interrupt logic, making sure the lock is not taken for clock interrupts.
Tested on aviion and luna88k.


Revision tags: OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.9 21-Dec-2010 claudio

Convert netisr to a normal soft interrupt instead of hanving MD code
for it. This makes the netisr a real C function which will help further
development. No noticable performance change on i386 and amd64.
With input from kettenis@ and miod@ additional OKs mikeb@ and henning@


# 1.8 20-Sep-2010 matthew

Get rid of evcount's support for arranging counters in a tree
hierarchy. Everything attached to a single root node anyway, so at
best we had a bush.

"i think it is good" deraadt@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE
# 1.7 26-Jun-2008 ray

First pass at removing clauses 3 and 4 from NetBSD licenses.

Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.

OK deraadt@


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE
# 1.6 12-Dec-2005 miod

Remove unused code.


Revision tags: OPENBSD_3_8_BASE
# 1.5 18-Jul-2005 fgsch

remove trailing newline in panic(9); ok millert@ and deraadt@


Revision tags: OPENBSD_3_7_BASE
# 1.4 25-Dec-2004 miod

Use list and queue macros where applicable to make the code easier to read;
no functional change.


# 1.3 24-Dec-2004 miod

{e,}intr{cnt,names} bye-bye.


Revision tags: OPENBSD_3_6_BASE
# 1.2 27-Jul-2004 miod

Add per-device evcount interrupt counters; also use LIST_xxx macros in isr.c

ok aaron@, tested aoyama@


Revision tags: SMP_SYNC_A SMP_SYNC_B
# 1.1 21-Apr-2004 aoyama

branches: 1.1.1; 1.1.2;
Initial revision