History log of /openbsd/sys/arch/m88k/m88k/softintr.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 281a22f0 07-Oct-2020 mpi <mpi@openbsd.org>

Include <sys/systm.h> directly instead of relying on hidden UVM includes.

The header is being pulled via uvm_extern.h -> uvm_map.h


# 59b37cd5 06-Mar-2015 miod <miod@openbsd.org>

Unbreak IPL_TTY == IPL_SOFTTTY case. ok deraadt@


# 97b56d56 03-Mar-2015 aoyama <aoyama@openbsd.org>

Add pcic(4) support on luna88k.

This is basically glue codes attaching pcic(4) at cbus(4/luna88k),
based on src/sys/dev/isa/i82365_isa{,subr}.c.

Tested on some ne(4) network interface cards, wdc(4)

Add pcic(4) support on luna88k.

This is basically glue codes attaching pcic(4) at cbus(4/luna88k),
based on src/sys/dev/isa/i82365_isa{,subr}.c.

Tested on some ne(4) network interface cards, wdc(4) with a CF memory
card, and com(4) with an old XJACK modem card. Currently wi(4) does
not work yet.

suggestions and ok miod@

show more ...


# e8510cd7 24-Dec-2014 miod <miod@openbsd.org>

Pass real sizes to free().


# f8e6c425 12-Jul-2014 tedu <tedu@openbsd.org>

add a size argument to free. will be used soon, but for now default to 0.
after discussions with beck deraadt kettenis.


# 91370ae7 08-Jul-2014 miod <miod@openbsd.org>

Repair compilability after the recent uvmexp changes, especially for
not compile-time-known page size platforms.


# 8fc84024 21-Dec-2010 claudio <claudio@openbsd.org>

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 a

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@

show more ...


# d5f250e9 15-Mar-2009 miod <miod@openbsd.org>

Generic softinterrupt support for m88k based platforms, adapted from arm
with different locking mechanism. 88110 soft ipi are replaced with an
ipi callback which is checked upon return from exception

Generic softinterrupt support for m88k based platforms, adapted from arm
with different locking mechanism. 88110 soft ipi are replaced with an
ipi callback which is checked upon return from exception (it can not be kept
as a softintr, as the generic softinterrupt code doesn't have per-cpu
pending softintr queues).

show more ...