History log of /src/sys/arch/rs6000/include/intr.h |
Revision | | Date | Author | Comments |
1.5 |
| 17-Jun-2011 |
matt | 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).
|
1.4 |
| 13-Nov-2010 |
uebayasi | branches: 1.4.6; sys/device.h is not suitable for such low-level definitions.
|
1.3 |
| 25-Apr-2010 |
kiyohara | Fix forgot to commit. Support 64-bit imask for powerpc/pic.
|
1.2 |
| 28-Apr-2008 |
martin | branches: 1.2.20; 1.2.22; Remove clause 3 and 4 from TNF licenses
|
1.1 |
| 17-Dec-2007 |
garbled | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18; 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.
|
1.1.18.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.1.18.1 |
| 16-May-2008 |
yamt | sync with head.
|
1.1.16.1 |
| 18-May-2008 |
yamt | sync with head.
|
1.1.14.1 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.1.8.2 |
| 21-Jan-2008 |
yamt | sync with head
|
1.1.8.1 |
| 17-Dec-2007 |
yamt | file intr.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:44 +0000
|
1.1.6.2 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.1.6.1 |
| 17-Dec-2007 |
matt | file intr.h was added on branch matt-armv6 on 2008-01-09 01:48:11 +0000
|
1.1.4.2 |
| 02-Jan-2008 |
bouyer | Sync with HEAD
|
1.1.4.1 |
| 17-Dec-2007 |
bouyer | file intr.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:34 +0000
|
1.1.2.2 |
| 17-Dec-2007 |
garbled | 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.
|
1.1.2.1 |
| 17-Dec-2007 |
garbled | file intr.h was added on branch mjf-devfs on 2007-12-17 19:09:21 +0000
|
1.2.22.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.2.22.1 |
| 30-May-2010 |
rmind | sync with head
|
1.2.20.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.4.6.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|