This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
556ff2a401
NetBSD
/
sys
/
arch
/
algor
/
include
/
cpu.h
4 lines
83 B
C
Raw
Normal View
History
Unescape
Escape
May as well include <mips/cpuregs.h> in <mips/cpu.h> once rather than in every MIPS port's <machine/cpu.h>.
2001-09-04 10:23:15 +04:00
/* $NetBSD: cpu.h,v 1.4 2001/09/04 06:23:15 simonb Exp $ */
A port to the Algorithmics MIPS evaluation boards. We currently support the P-5064, which has a QED RM5xxx CPU soldered on. There is some skeletal support for the P-4032 (an older board, which had an R4xxx CPU). There are some placeholders for the P-6032, which is their newest board, but no real code yet (the P-6032 has a different PCI controller, the Algorithmics BONITO). There are still some (apprently softintr-related) problems with the algor kernel, but it works well-enough to self-host. Kudos to Allegro Networks for loaning me a P-5064 board on which to do the port.
2001-05-28 20:22:13 +04:00
#
include
<mips/cpu.h>