History log of /src/sys/arch/evbmips/conf/MIPSSIM
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.13 27-Jul-2025 martin

Now that we could have a viogpu, add wsdisplay at wsemuldisplaydev.


# 1.12 27-Mar-2025 riastradh

virtio(4): Consolidate kernel configs.

No functional change intended.

Leave `# XXX ?' comments where I don't know why the driver in
question is excluded. (Typical reason is that PAGE_SIZE is not 4096
but I didn't investigate -- if you do investigate, please either
update the comment if you determine a reason, or enable the driver if
you don't.)

PR kern/59211: vio9p(4): missing from various GENERICs and MAKEDEVs


# 1.11 16-Jul-2024 riastradh

viocon(4): Add to various kernel configs.


# 1.10 13-Jul-2024 rin

MIPSSIM{,64}: Add some features required by full ATF run


Revision tags: perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.9 29-Jan-2024 christos

branches: 1.9.2;
PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.


Revision tags: netbsd-10-1-RELEASE netbsd-10-0-RELEASE netbsd-10-0-RC6 netbsd-10-0-RC5 netbsd-10-0-RC4 netbsd-10-0-RC3 netbsd-10-0-RC2 thorpej-ifq-base thorpej-altq-separation-base netbsd-10-0-RC1 netbsd-10-base
# 1.8 27-Nov-2022 he

Bump MSGBUFSIZE to 32k; 4k just about overflows "by default" with qemu
and mipssim-virtio machine type.


# 1.7 15-Nov-2022 simonb

Enable CD9660; noticed by he@.


Revision tags: bouyer-sunxi-drm-base
# 1.6 07-Aug-2022 simonb

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.


# 1.5 16-Nov-2021 simonb

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 tags: thorpej-i2c-spi-conf2-base thorpej-futex2-base thorpej-cfargs2-base thorpej-i2c-spi-conf-base
# 1.4 15-Jun-2021 nia

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 tags: cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base thorpej-futex-base thorpej-cfargs-base
# 1.3 16-Feb-2021 reinoud

branches: 1.3.4; 1.3.6;
I forgot to add the needed conf files for the mipssim virtio addition


# 1.2 08-Feb-2021 simonb

Comment out HZ=512. This was only intended to be enabled for profiling.


# 1.1 27-Jan-2021 simonb

Add support for the QEMU MIPS "mipssim" simulator.
TODO- mipsnet network driver (root on md(4) only for now).