summaryrefslogtreecommitdiffstats
path: root/sys/mips/include
Commit message (Collapse)AuthorAgeFilesLines
* Export 'struct pcpu' to userland w/o requiring _KERNEL. A few portsjhb2008-08-191-2/+3
| | | | | | | already define _KERNEL to get to this and I'm about to add hooks to libkvm to access per-CPU data. MFC after: 1 week
* Remove the unused major/minor numbers from iodev and memdev.ed2008-06-252-4/+0
| | | | | | | | | Now that st_rdev is being automatically generated by the kernel, there is no need to define static major/minor numbers for the iodev and memdev. We still need the minor numbers for the memdev, however, to distinguish between /dev/mem and /dev/kmem. Approved by: philip (mentor)
* Fix spelling of "virtual".wkoszek2008-06-081-1/+1
| | | | | | There should be no visible change. Reviewed by: rink
* Add FLT_EVAL_METHOD and DECIMAL_DIG, required by C99 standard.gonzo2008-05-031-0/+6
| | | | Approved by: cognet (mentor)
* These files are unused, so remove them for now. If they turn out toimp2008-05-031-310/+0
| | | | be needed later, they can be restored.
* This file is unused, so remove it for now.imp2008-05-021-111/+0
|
* Eliminate an unused field from the pmap.alc2008-04-301-1/+0
|
* Remove two unused declarations. These variables are now fields withinalc2008-04-271-2/+0
| | | | vm.h's struct kva_md_info.
* This isn't used, so remove it. It isn't relevant to most mips platforms.imp2008-04-151-194/+0
|
* Copied from amd64, where it wasn't used, into mips, where it wasn't used.imp2008-04-151-4/+0
| | | | Remove it.
* FreeBSD/mips port. The FreeBSD/mips port targets mips32, mips64,imp2008-04-1390-0/+12852
mips32r2 and mips64r2 (and close relatives) processors. There presently is support for ADMtek ADM5120, A mips 4Kc in a malta board, the RB533 routerboard (based on IDT RC32434) and some preliminary support for sibtye/broadcom designs. Other hardware support will be forthcomcing. This port boots multiuser under gxemul emulating the malta board and also bootstraps on the hardware whose support is forthcoming... Oleksandr Tymoshenko, Wojciech Koszek, Warner Losh, Olivier Houchard, Randall Stewert and others that have contributed to the mips2 and/or mips2-jnpr perforce branches. Juniper contirbuted a generic mips port late in the life cycle of the misp2 branch. Warner Losh merged the mips2 and Juniper code bases, and others list above have worked for the past several months to get to multiuser. In addition, the mips2 work owe a debt to the trail blazing efforts of the original mips branch in perforce done by Juli Mallett.
OpenPOWER on IntegriCloud