summaryrefslogtreecommitdiff
path: root/sys/arch/rs6000/include/param.h
AgeCommit message (Collapse)Author
2014-11-13fix tyopsnj
2011-06-20Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff.matt
Only include <machine/cpu.h> in <powerpc/param.h> at the end.
2007-12-17Import the rs6000 port into the tree.garbled
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.