netbsd-src/etc/etc.evbmips
riastradh cc725e3507 viocon(4): New virtio tty driver imported from OpenBSD.
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.)
2022-08-12 11:15:40 +00:00
..
MAKEDEV.conf viocon(4): New virtio tty driver imported from OpenBSD. 2022-08-12 11:15:40 +00:00
Makefile.inc Add MIPSSIM{,64} as appropriate 2021-11-03 08:05:39 +00:00
ttys Switch default console tty from /dev/console to /dev/constty 2019-09-25 23:09:19 +00:00