NetBSD/etc/etc.evbppc
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 - Hook DHT kernel 2021-04-02 07:08:36 +00:00
ld.so.conf Introduce libc_aligned.so for evbppc-powerpc32, which provides 2022-05-30 15:06:54 +00:00
ttys