Home | History | Annotate | only in /src/sys/arch/emips/include
History log of /src/sys/arch/emips/include
RevisionDateAuthorComments
 1.7 30-Nov-2024  christos Create a new header lwp_private.h to contain _lwp_getprivate_fast,
_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:
1. we don't need special hacks to hide them
2. we can include <lwp.h> where needed to get the necessary prototypes
without redefining them locally.
 1.6 12-Jul-2018  maxv branches: 1.6.36;
Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.
 1.5 21-Dec-2015  christos branches: 1.5.16; 1.5.18;
Add mips fenv.h (From FreeBSD)
 1.4 19-Jul-2014  alnsn branches: 1.4.4;
Sljit doesn't support MIPS I. Make sljitarch.h obsolete.
 1.3 25-Nov-2012  alnsn branches: 1.3.10;
Add sljitarch.h to all mips machines.
 1.2 17-Jul-2011  joerg branches: 1.2.2; 1.2.12;
Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file Makefile was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file Makefile was added on branch rmind-uvmplock on 2011-03-05 20:49:55 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file Makefile was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.2.12.3 03-Dec-2017  jdolecek update from HEAD
 1.2.12.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.12.1 25-Feb-2013  tls resync with head
 1.2.2.1 16-Jan-2013  yamt sync with (a bit old) head
 1.3.10.1 10-Aug-2014  tls Rebase.
 1.4.4.1 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.5.18.1 10-Jun-2019  christos Sync with HEAD
 1.5.16.1 28-Jul-2018  pgoyette Sync with HEAD
 1.6.36.1 02-Aug-2025  perseant Sync with HEAD
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file ansi.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file ansi.h was added on branch rmind-uvmplock on 2011-03-05 20:49:55 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file ansi.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file asm.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file asm.h was added on branch rmind-uvmplock on 2011-03-05 20:49:55 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file asm.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file autoconf.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file autoconf.h was added on branch rmind-uvmplock on 2011-03-05 20:49:55 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file autoconf.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file bootinfo.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file bootinfo.h was added on branch rmind-uvmplock on 2011-03-05 20:49:55 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file bootinfo.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file bswap.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file bswap.h was added on branch rmind-uvmplock on 2011-03-05 20:49:55 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file bswap.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.5 23-Jan-2021  christos Remove cargo-culted '#if 0' code that was designed to produce a
compile-time error if any of the bus_space_*_8 functions was used,
but was documented that it produces a link-time error.
 1.4 02-Apr-2020  msaitoh branches: 1.4.4;
s/impliment/implement/ in comment.
 1.3 23-Sep-2019  skrll Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches
to follow arm and (generic) mips.

Reviewed by christos.
 1.2 12-Feb-2012  matt branches: 1.2.48;
Change old-style function defintions to C89 prototypes.

Approved by releng.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8; 1.1.10; 1.1.14;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.14.1 18-Feb-2012  mrg merge to -current.
 1.1.10.1 17-Apr-2012  yamt sync with head
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file bus.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file bus.h was added on branch rmind-uvmplock on 2011-03-05 20:49:55 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file bus.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.2.48.2 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.2.48.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.4.4.1 03-Apr-2021  thorpej Sync with HEAD.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file cdefs.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file cdefs.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file cdefs.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file cpu.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file cpu.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file cpu.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file cpu_counter.h was added on branch jruoho-x86intr on 2011-06-06 09:05:17 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file cpu_counter.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file cpu_counter.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.2 09-Jul-2011  matt Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file db_machdep.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file db_machdep.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file db_machdep.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.6 12-Jun-2020  tsutsui Remove unused OPENBSD_RAW_PART. (copied from arc?)
 1.5 16-May-2013  christos Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
because it also uses struct dos_partition.
 1.4 16-May-2013  christos Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
because it also uses struct dos_partition.
 1.3 16-May-2013  christos Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
because it also uses struct dos_partition.
 1.2 30-Aug-2011  bouyer branches: 1.2.2; 1.2.12;
Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file disklabel.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file disklabel.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file disklabel.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.2.12.1 23-Jun-2013  tls resync from head
 1.2.2.1 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file ecoff_machdep.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file ecoff_machdep.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file ecoff_machdep.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file elf_machdep.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file elf_machdep.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file elf_machdep.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file emipsreg.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file emipsreg.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file emipsreg.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file endian.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file endian.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file endian.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.2 19-Jan-2025  skrll Delete empty lines and put the RSCId on the first line
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8; 1.1.98;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.98.1 02-Aug-2025  perseant Sync with HEAD
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file endian_machdep.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file endian_machdep.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file endian_machdep.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 21-Dec-2015  christos branches: 1.1.2; 1.1.18;
Add mips fenv.h (From FreeBSD)
 1.1.18.2 03-Dec-2017  jdolecek update from HEAD
 1.1.18.1 21-Dec-2015  jdolecek file fenv.h was added on branch tls-maxphys on 2017-12-03 11:36:01 +0000
 1.1.2.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.2.1 21-Dec-2015  skrll file fenv.h was added on branch nick-nhusb on 2015-12-27 12:09:33 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file float.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file float.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file float.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file ieee.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file ieee.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file ieee.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file ieeefp.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file ieeefp.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file ieeefp.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file int_const.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file int_const.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file int_const.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file int_fmtio.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file int_fmtio.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file int_fmtio.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file int_limits.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file int_limits.h was added on branch rmind-uvmplock on 2011-03-05 20:49:56 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file int_limits.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file int_mwgwtypes.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file int_mwgwtypes.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file int_mwgwtypes.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file int_types.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file int_types.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file int_types.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.3 12-Jun-2011  tsutsui No need to initialize interrupt evcnt(9) so earlier, so remove phase arg
from intr_init() and initialize all stuff in cpu_configure(9) as other ports
rather than in mach_init() and mbattach().
 1.2 22-Feb-2011  matt branches: 1.2.2; 1.2.4; 1.2.6;
Bring emips forward to the new mips world order.
 1.1 26-Jan-2011  pooka branches: 1.1.2;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.2.3 05-Mar-2011  bouyer Sync with HEAD
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file intr.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.2.6.2 06-Jun-2011  jruoho Sync with HEAD.
 1.2.6.1 22-Feb-2011  jruoho file intr.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.2.4.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.2.2.2 05-Mar-2011  rmind sync with head
 1.2.2.1 22-Feb-2011  rmind file intr.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file kcore.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file kcore.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file kcore.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file kdbparam.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file kdbparam.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file kdbparam.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file limits.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file limits.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file limits.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.3 14-Dec-2019  tsutsui Remove clause 3 and 4 from TNF licenses.

Ok'ed by martin@ in PR/54760.
 1.2 06-Aug-2014  joerg branches: 1.2.28; 1.2.32;
Consistently define WARN in a way that passes format string checks, i.e.
always uses the same number of arguments as given in the format string.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8; 1.1.20; 1.1.34;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.34.1 10-Aug-2014  tls Rebase.
 1.1.20.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file loadfile_machdep.h was added on branch jruoho-x86intr on 2011-06-06 09:05:18 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file loadfile_machdep.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file loadfile_machdep.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.2.32.1 18-Dec-2019  martin Pull up following revision(s) (requested by tsutsui in ticket #570):

sys/compat/netbsd32/netbsd32_compat_50_sysv.c: revision 1.3
sys/dev/raidframe/rf_compat50.h: revision 1.6
sys/arch/emips/emips/bus_space.c: revision 1.3
sys/compat/net/if.h: revision 1.5
sys/arch/emips/stand/common/bootinfo.c: revision 1.2
sys/compat/common/sysv_msg_50.c: revision 1.5
sys/compat/common/kern_time_30.c: revision 1.8
sys/arch/emips/stand/common/bootinfo.h: revision 1.2
sys/arch/ia64/include/bus.h: revision 1.4
sys/arch/ia64/ia64/bus_space.c: revision 1.2
sys/compat/common/sysv_shm_50.c: revision 1.5
sys/dev/ic/adw.h: revision 1.15
sys/compat/common/uipc_syscalls_50.c: revision 1.10
sys/arch/emips/ebus/flash_ebus.c: revision 1.22
sys/dev/ic/adv.h: revision 1.15
sys/dev/ic/adwmcode.c: revision 1.18
sys/dev/ic/advlib.c: revision 1.29
sys/arch/hpcarm/include/kloader.h: revision 1.3
sys/dev/usb/uberry.c: revision 1.16
sys/compat/common/sysv_sem_50.c: revision 1.5
sys/compat/netbsd32/netbsd32_compat_50.c: revision 1.43
sys/dev/ic/advlib.h: revision 1.21
sys/dev/ic/adv.c: revision 1.50
sys/compat/netinet6/in6_var.h: revision 1.5
sys/arch/hpc/stand/hpcboot/arm/arm_sa1100_asm.asm: revision 1.2
sys/arch/emips/include/loadfile_machdep.h: revision 1.3
sys/arch/emips/stand/common/prom_iface.c: revision 1.7
sys/dev/ic/adw.c: revision 1.56
sys/dev/ic/adwmcode.h: revision 1.12
sys/dev/ic/advmcode.c: revision 1.10
sys/arch/emips/ebus/ace_ebus.c: revision 1.22
sys/compat/netbsd32/netbsd32_compat_60.c: revision 1.5
sys/dev/raidframe/rf_compat50.c: revision 1.13
sys/arch/x68k/dev/intiovar.h: revision 1.15
sys/dev/usb/uipad.c: revision 1.8
sys/arch/zaurus/include/kloader.h: revision 1.3
sys/arch/emips/stand/common/bootxx.c: revision 1.2
sys/dev/ic/adwlib.h: revision 1.23
sys/dev/ic/adwlib.c: revision 1.44
sys/compat/netbsd32/netbsd32_compat_16.c: revision 1.3
sys/arch/amigappc/include/intr.h: revision 1.27
sys/arch/x68k/dev/mfp.c: revision 1.27
sys/arch/arm/at91/at91dbgu.c: revision 1.17
sys/dev/ic/advmcode.h: revision 1.7
sys/compat/ultrix/ultrix_exec.h: revision 1.7
sys/compat/common/vfs_syscalls_50.c: revision 1.24
sys/arch/mips/cavium/octeon_dma.c: revision 1.3
sys/arch/hpc/stand/hpcboot/arm/arm_pxa2x0_asm.asm: revision 1.2

Remove clause 3 and 4 from TNF licenses.
Ok'ed by martin@ in PR/54760.

Remove clause 3 and 4 leftovers from TNF licenses in more sources.
Confirmed by martin@ in PR/54760.
 1.2.28.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file lock.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file lock.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file lock.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file locore.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file locore.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file locore.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 30-Nov-2024  christos branches: 1.1.4;
Create a new header lwp_private.h to contain _lwp_getprivate_fast,
_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:
1. we don't need special hacks to hide them
2. we can include <lwp.h> where needed to get the necessary prototypes
without redefining them locally.
 1.1.4.2 02-Aug-2025  perseant Sync with HEAD
 1.1.4.1 30-Nov-2024  perseant file lwp_private.h was added on branch perseant-exfatfs on 2025-08-02 05:55:32 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file math.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file math.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file math.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file mcontext.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file mcontext.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file mcontext.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file mips_opcode.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file mips_opcode.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file mips_opcode.h was added on branch bouyer-quota2 on 2011-02-08 18:05:07 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file mutex.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file mutex.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file mutex.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.4 07-Jan-2019  jdolecek move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports

also move BLKDEV_IOSIZE, MAXPHYS, but allow override since some ports
have different value (powerpc uses NBPG for BLKDEV_IOSIZE, sun2/sun3
have lower MAXPHYS)
 1.3 18-Mar-2011  tsutsui branches: 1.3.4; 1.3.56; 1.3.58;
- include <mips/mips_param.h> after MACHINE is defined
- remove MACHINE_ARCH and MID_MACHINE that are defined in <mips/mips_param.h>
- remove redundant comment
 1.2 08-Feb-2011  rmind branches: 1.2.2;
Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.
 1.1 26-Jan-2011  pooka branches: 1.1.2;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.2.3 17-Feb-2011  bouyer Sync with HEAD
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file param.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.2.2.3 21-Apr-2011  rmind sync with head
 1.2.2.2 05-Mar-2011  rmind sync with head
 1.2.2.1 08-Feb-2011  rmind file param.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.3.58.1 10-Jun-2019  christos Sync with HEAD
 1.3.56.1 18-Jan-2019  pgoyette Synch with HEAD
 1.3.4.2 06-Jun-2011  jruoho Sync with HEAD.
 1.3.4.1 18-Mar-2011  jruoho file param.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file pcb.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file pcb.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file pcb.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file pmap.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file pmap.h was added on branch rmind-uvmplock on 2011-03-05 20:49:57 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file pmap.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.2 12-Jul-2018  maxv Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8; 1.1.60; 1.1.62;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.62.1 10-Jun-2019  christos Sync with HEAD
 1.1.60.1 28-Jul-2018  pgoyette Sync with HEAD
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file pmc.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file pmc.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file pmc.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file proc.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file proc.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file proc.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file profile.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file profile.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file profile.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file psl.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file psl.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file psl.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file pte.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file pte.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file pte.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file ptrace.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file ptrace.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file ptrace.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file reg.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file reg.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file reg.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file regdef.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file regdef.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file regdef.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file regnum.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file regnum.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file regnum.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file reloc.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file reloc.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file reloc.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file rwlock.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file rwlock.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file rwlock.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file setjmp.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file setjmp.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file setjmp.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file signal.h was added on branch jruoho-x86intr on 2011-06-06 09:05:19 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file signal.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file signal.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.2 19-Jul-2014  alnsn Sljit doesn't support MIPS I. Make sljitarch.h obsolete.
 1.1 25-Nov-2012  alnsn branches: 1.1.2; 1.1.6; 1.1.14;
Add sljitarch.h to all mips machines.
 1.1.14.1 10-Aug-2014  tls Rebase.
 1.1.6.3 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.2 25-Feb-2013  tls resync with head
 1.1.6.1 25-Nov-2012  tls file sljitarch.h was added on branch tls-maxphys on 2013-02-25 00:28:33 +0000
 1.1.2.2 16-Jan-2013  yamt sync with (a bit old) head
 1.1.2.1 25-Nov-2012  yamt file sljitarch.h was added on branch yamt-pagecache on 2013-01-16 05:32:51 +0000
 1.2 17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file stdarg.h was added on branch jruoho-x86intr on 2011-06-06 09:05:20 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file stdarg.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file stdarg.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.3 27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.2 22-Feb-2011  matt branches: 1.2.2; 1.2.6; 1.2.8; 1.2.18;
Bring emips forward to the new mips world order.
 1.1 26-Jan-2011  pooka branches: 1.1.2;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.2.3 05-Mar-2011  bouyer Sync with HEAD
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file sysconf.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.2.18.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.2.8.1 30-Oct-2012  yamt sync with head
 1.2.6.2 06-Jun-2011  jruoho Sync with HEAD.
 1.2.6.1 22-Feb-2011  jruoho file sysconf.h was added on branch jruoho-x86intr on 2011-06-06 09:05:20 +0000
 1.2.2.2 05-Mar-2011  rmind sync with head
 1.2.2.1 22-Feb-2011  rmind file sysconf.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file trap.h was added on branch jruoho-x86intr on 2011-06-06 09:05:20 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file trap.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file trap.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.4 28-May-2021  skrll G/C
 1.3 01-Apr-2021  simonb branches: 1.3.2; 1.3.4;
Whitespace: #define<tab>
 1.2 12-Jun-2011  tsutsui branches: 1.2.66; 1.2.68;
Remove __HAVE_GENERIC_TODR, which has been mandatory since 2008.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file types.h was added on branch jruoho-x86intr on 2011-06-06 09:05:20 +0000
 1.1.6.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file types.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file types.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.2.68.1 03-Apr-2021  thorpej Sync with HEAD.
 1.2.66.1 03-Apr-2021  thorpej Sync with HEAD.
 1.3.4.1 31-May-2021  cjep sync with head
 1.3.2.1 17-Jun-2021  thorpej Sync w/ HEAD.
 1.2 17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file varargs.h was added on branch jruoho-x86intr on 2011-06-06 09:05:20 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file varargs.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file varargs.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file vmparam.h was added on branch jruoho-x86intr on 2011-06-06 09:05:20 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file vmparam.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file vmparam.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file wchar_limits.h was added on branch jruoho-x86intr on 2011-06-06 09:05:20 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file wchar_limits.h was added on branch rmind-uvmplock on 2011-03-05 20:49:58 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file wchar_limits.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000
 1.1 26-Jan-2011  pooka branches: 1.1.2; 1.1.4; 1.1.8;
Add support for the Extensible MIPS ("eMIPS") platform. The
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.

eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.

NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.

Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
 1.1.8.2 06-Jun-2011  jruoho Sync with HEAD.
 1.1.8.1 26-Jan-2011  jruoho file wired_map.h was added on branch jruoho-x86intr on 2011-06-06 09:05:20 +0000
 1.1.4.2 05-Mar-2011  rmind sync with head
 1.1.4.1 26-Jan-2011  rmind file wired_map.h was added on branch rmind-uvmplock on 2011-03-05 20:49:59 +0000
 1.1.2.2 08-Feb-2011  bouyer Sync with HEAD
 1.1.2.1 26-Jan-2011  bouyer file wired_map.h was added on branch bouyer-quota2 on 2011-02-08 18:05:08 +0000

RSS XML Feed