History log of /netbsd-src/sys/arch/rs6000/include/intr.h (Results 1 – 5 of 5)
Revision Date Author Comments
# e2a71f6c 17-Jun-2011 matt <matt@NetBSD.org>

intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.
Cleanup intr.h so MD definitions can overload common definitions.
Rototill pic/intr.c. Virtual IRQs can now be reclaimed. separ

intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.
Cleanup intr.h so MD definitions can overload common definitions.
Rototill pic/intr.c. Virtual IRQs can now be reclaimed. separate virq
from hwirq from picirq. Redo intr mask calculations.
tested on pmppc and macppc (MP).

show more ...


# 29de20e7 13-Nov-2010 uebayasi <uebayasi@NetBSD.org>

sys/device.h is not suitable for such low-level definitions.


# 4a9e14b9 25-Apr-2010 kiyohara <kiyohara@NetBSD.org>

Fix forgot to commit.
Support 64-bit imask for powerpc/pic.


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 68fe5b6f 17-Dec-2007 garbled <garbled@NetBSD.org>

Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. Th

Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.

show more ...