Up to [cvs.NetBSD.org] / src / sys / arch / evbmips / conf
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 27 14:54:25 2022 UTC (2 months, 1 week ago) by he
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.7: +4 -2
lines
Diff to previous 1.7 (colored)
Bump MSGBUFSIZE to 32k; 4k just about overflows "by default" with qemu and mipssim-virtio machine type.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Nov 15 14:49:14 2022 UTC (2 months, 3 weeks ago) by simonb
Branch: MAIN
Changes since 1.6: +3 -3
lines
Diff to previous 1.6 (colored)
Enable CD9660; noticed by he@.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 7 02:52:25 2022 UTC (6 months ago) by simonb
Branch: MAIN
CVS Tags: bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Changes since 1.5: +7 -5
lines
Diff to previous 1.5 (colored)
UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 16 06:46:41 2021 UTC (14 months, 3 weeks ago) by simonb
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Use 50Hz ticks so that time works accurately on hosts with 100Hz ticks. Note: The 20Kc CPU isn't handled correctly by QEMU, use the 5Kc CPU for a 64-bit guest for accurate time.
Revision 1.3.6.1 / (download) - annotate - [select for diffs], Thu Jun 17 04:46:19 2021 UTC (19 months, 3 weeks ago) by thorpej
Branch: thorpej-i2c-spi-conf
Changes since 1.3: +17 -11
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync w/ HEAD.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 15 16:43:48 2021 UTC (19 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-futex2-base,
thorpej-futex2,
thorpej-cfargs2-base,
thorpej-cfargs2
Changes since 1.3: +17 -11
lines
Diff to previous 1.3 (colored)
Add some more useful options to MIPSSIM In particular, MAKEDEV fails if tmpfs isn't available, and having compat_netbsd32 but no SysV shared memory causes some dmesg spam.
Revision 1.3.4.2 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:23 2021 UTC (22 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.3.4.1: +155 -0
lines
Diff to previous 1.3.4.1 (colored) to branchpoint 1.3 (colored) next main 1.4 (colored)
Sync with HEAD.
Revision 1.3.4.1, Tue Feb 16 10:58:32 2021 UTC (23 months, 2 weeks ago) by thorpej
Branch: thorpej-futex
Changes since 1.3: +0 -155
lines
FILE REMOVED
file MIPSSIM was added on branch thorpej-futex on 2021-04-03 22:28:23 +0000
Revision 1.3 / (download) - annotate - [select for diffs], Tue Feb 16 10:58:32 2021 UTC (23 months, 2 weeks ago) by reinoud
Branch: MAIN
CVS Tags: thorpej-futex-base,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Branch point for: thorpej-i2c-spi-conf,
thorpej-futex
Changes since 1.2: +31 -4
lines
Diff to previous 1.2 (colored)
I forgot to add the needed conf files for the mipssim virtio addition
Revision 1.2 / (download) - annotate - [select for diffs], Mon Feb 8 00:47:53 2021 UTC (23 months, 4 weeks ago) by simonb
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
Comment out HZ=512. This was only intended to be enabled for profiling.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jan 27 05:24:16 2021 UTC (2 years ago) by simonb
Branch: MAIN
Add support for the QEMU MIPS "mipssim" simulator. TODO- mipsnet network driver (root on md(4) only for now).