History log of /netbsd-src/sys/dev/virtio/files.virtio (Results 1 – 5 of 5)
Revision Date Author Comments
# cc725e35 12-Aug-2022 riastradh <riastradh@NetBSD.org>

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/tty

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.)

show more ...


# 92f1ea27 12-Jul-2018 jakllsch <jakllsch@NetBSD.org>

revert previous, unintended, commit


# 4eed7641 12-Jul-2018 jakllsch <jakllsch@NetBSD.org>

<sys/pmc.h> is gone; dont


# 71cde4cb 06-Jun-2018 jakllsch <jakllsch@NetBSD.org>

Add Virtio MMIO transport.

Adapted in part from OpenBSD.


# 21f595a1 06-Jun-2018 jakllsch <jakllsch@NetBSD.org>

shuffle mechanics of files.virtio config(5) include location,
without actually moving the contents thereof from dev/pci yet