Commit Graph

9 Commits

Author SHA1 Message Date
tsutsui 1de614c8d0 Remove installboot(8) calls against emips install media.
XXX: maybe we should also remove blindly copied bootxx binaries.
2024-05-24 13:26:35 +00:00
tsutsui ec7170c331 Remove installboot(8) from emips miniroot too. 2024-05-23 15:00:43 +00:00
martin a879768d74 PR install/54780: in the (of course totally unlikely) case that sysinst
should crash, run "stty sane".
2020-01-09 19:17:40 +00:00
christos 009f8e31d2 += for MAKEFS_FLAGS 2017-01-24 18:04:01 +00:00
nakayama 605add88bb nvi has moved. 2013-11-30 08:27:17 +00:00
tsutsui fe248d00b2 Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports):
Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all"
 no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
2012-10-26 18:15:55 +00:00
tsutsui 86151c508d Remove more ecoff leftover. 2011-06-15 14:47:43 +00:00
tsutsui 014c2575f4 No more ecoff kernels. 2011-06-14 11:45:26 +00:00
pooka 5f7e80a834 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.
2011-01-26 01:18:43 +00:00