summaryrefslogtreecommitdiff
path: root/etc/etc.evbmips
AgeCommit message (Collapse)Author
2022-08-12viocon(4): New virtio tty driver imported from OpenBSD.riastradh
viocon* at virtio? /dev/ttyVI?? Tested under qemu with: qemu-system-aarch64 ... \ -device virtio-serial \ -chardev socket,path=/tmp/ttyVI00,server=on,wait=off,id=ttyVI00 \ -device virtconsole,chardev=ttyVI00,name=org.NetBSD.dev.ttyVI00 \ ... I updated MAKEDEV.conf to create /dev/ttyVI?? on all ports where it looks likely to work based on: (a) having pci or a non-pci virtio attachment, (b) `qemu-system-$ARCH -M ?' mentioned something resembling the port, and (c) `qemu-system-$ARCH -device virtio-serial' launched without complaining about the virtio-serial device. (Criterion (c) excluded sparc and sparc64.)
2021-11-03Add MIPSSIM{,64} as appropriateskrll
2021-04-25Handle mipsn64christos
2020-08-15Remove a misleading space in a ".elif".simonb
2020-07-24evbmips: add ofctl(8) and /dev/openfirm supportjmcneill
2020-07-17Create an "octeon.img.gz" bootable image for evbmips64-eb release builds.jmcneill
2020-07-15Rename the evbmips ERLITE kernel to OCTEON now that it supports moresimonb
than just the EdgeRouter Lite.
2019-09-25Switch default console tty from /dev/console to /dev/consttyabs
With this switch processes (such as xconsole) can open /dev/console without breaking login on the text or serial console. This can be trivially triggered by enabling xdm in rc.conf and hitting Ctrl+Alt+F1 or equivalent once booted. The changes: - Add entry for /dev/console or /dev/constty if missing - If a port's had /dev/console 'on' switch it off and enable /dev/constty - If a port did not have /dev/console 'on', leave /dev/constty off Some ports had /dev/console off and /dev/ttyE0 enabled, presumably to avoid just this issue. It may make sense to adjust these also (but not in this pass) As discussed on current-users
2019-01-27Remove the satlink driver. It was disabled everywhere, had no man page andmaxv
no use either. Spotted by thorpej in PR/21345, ok christos.
2018-09-23Remove ISDN from the kernel. It has remained unmaintained for a long time,maxv
is of poor quality, and is now an obstacle to MP-ification. It was removed ten years ago from FreeBSD for the same reason. This retires a big user of the mbuf API, and will ease maintenance of the kernel.
2017-08-15merge the rest of sbmips into evbmips. install the stand files inmrg
/usr/mdec/sbmips/ and document them in installboot(8) even though it isn't really ported yet. also build the SBMIPS kernels. unfortunately, sbmips has been broken since mips64 merge, but the fix can happen in the evbmips version, which we might merge into the older trees anyway. XXX: releng can turn off sbmips* builds now for -current.
2016-12-24create sysmon nodes, so wdogctl works.mrg
2016-09-05Add ub and elf32 to KERNEL_SUFFIXESskrll
2015-11-05generate iic* entriesmacallan
2015-05-01Build ERLITE and INSTALL_ERLITE if mips64ebmatt
2015-04-06Add CI20 install kernel and build that and the normal image as kernel set.joerg
2011-08-29Add a INSTALL_LOONGSON kernel with a ramdisk.bouyer
build LOONGSON and INSTALL_LOONGSON for evbmips-mip64el
2011-08-24Build the GDIUM64 kernel (since it tests 16KB pages).matt
2011-08-01Add CPMBR1400 and GDIUM as kernels to be builtmatt
2011-07-14Don't build 64bit kernel for evbmips-elmatt
2011-07-10Add algor kernelsmatt
2011-02-26Import the Flash and NAND subsytem code contributed by the Universityahoka
of Szeged, Hungary. The commit includes: - Flash layer, which gives a common API to access flash devices - NAND controller subsystem for the flash layer - An example OMAP driver which is used on BeagleBoard or alike ARM boards
2011-02-20Build different kernel when mips64e[bl]matt
2009-12-14Merge from matt-nb5-mips64matt
2008-10-07Add a constty entry, marked 'off', with otherwise the same settingsabs
as the console. Now when coming up in single user mode the tset in /.profile can set the terminal type correctly. Note: I believe constty should be 'on' and console 'off', but thats a separate discussion
2007-07-24Add a comment reminding to update the release notes if the list ofpavel
kernels change.
2007-01-15Fix MAKEDEV on shark: Move ses(4) devices from MI code (MAKEDEV.tmpl) tohubertf
those platforms that actually have the driver. See also: http://mail-index.netbsd.org/tech-userlevel/2007/01/08/0001.html Fixes PR 26511 properly. OK'd by wrstuden@
2006-04-07OMSAL-400 and MTX-1 should only be built little endian.gdamore
2006-04-07Remove AR531X. Its too soon for this to be released, IMO. We may needgdamore
to change this kernel to AP30 and add other configs for AP43, AP51, etc.
2006-03-31If we're building for mipsel, we need to build the INSTALL_OMSAL400 kernelhe
so that the build of the install image works.
2006-03-28Added kernels for AR531X, DBAU1500, DBAU1550, and MTX-1.gdamore
2006-03-28Add OMSAL400.shige
2006-02-24Use "default" instead of "std.38400" for console and tty entries.simonb
38400 doesn't seem to work well on 115200 baud consoles...
2006-02-06Follow up the rename of the PB1000 kernel to ALCHEMY.he
2004-06-20remove ad-hok list of pty's from port tty files, and auto-generate it sochristos
that it is consistent, and in the proper order.
2003-10-24switch over to unified MAKEDEVjdolecek
2003-10-19determine the platform number of disk partitions by lookingjdolecek
at MAXPARTITIONS/OLDMAXPARTITIONS in kernel sources, so that it wouldn't need to be specified separately in MAKEDEV.conf change platform MAKEDEV.conf to contain only MD targets and nothing else; simplify the parsing in MAKEDEV.awk accordingly
2003-10-19g/c audio0-3 (created by target 'audio')jdolecek
g/c wscons-related devices (all created by target 'wscons')
2003-10-15MD part of unified MAKEDEVjdolecek
this contains information about disk partitions used by platform, and MD MAKEDEV targets, such as 'init', MD part of 'all', as well as any other MD-specific targets not covered by MAKEDEV.tmpl
2003-10-10reassing majors for crypto and pf to use the newly defined MI major rangejdolecek
2003-10-04Revert 'console' back to /dev/console (from /dev/constty)dsl
2003-10-03Change 'console' login to use /dev/constty so that its output isn'tdsl
stolen by code that requests system messages using TIOCCONS.
2003-10-03Add a /dev/constty == /dev/console but with minor 1.dsl
Use for tty sessions on 'console' so that output doesn't pinched by anyone using TIOCCONS to get kernel and system messages.
2003-09-22Get rid of "$highpartoffset" baggage and use fill 16-number ranges forsimonb
sd,fd,wd, etc devices. Fixes problems with disk-style devices greater than unit 0. Thanks to Charles Hannum for clue-stick.
2003-09-19add isdn telephony dialout devicespooka
2003-09-05Put back port specific majors for ptysdsl
2003-08-30Change the way pseudo tty devices are generated in order to avoiddsl
any pipes and running other commands (eg dd). Measurable speeds up creating pseudo ttys. (there has to be a better way than editing 51 files! - tedious at only 6 key presses per file)
2003-08-22create /dev/cryptoitojun
2003-07-27reserve cdev major # for PF. ok'ed by technical-execitojun
2003-05-07fix ugen issue from latest shell changes that treat numeric constantschristos
differently depending on their prefix.