summaryrefslogtreecommitdiff
path: root/sys/dev/pci/vio9p.c
AgeCommit message (Expand)Author
2023-03-23Added functions to set interrupt handler and index into virtqueueyamaguchi
2023-03-23Set virtqueues in virtio_child_attach_finishyamaguchi
2022-04-20vio9p: avoid null pointer dereference on attach.uwe
2022-04-13vio9p: Bump max tag len to match QEMU.uwe
2022-04-13vio9p: Properly negotiate MOUNT_TAG feature.uwe
2022-04-13vio9p: Add definition for the MOUNT_TAG feature bit.uwe
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-01-20Add VirtIO PCI v1.0 attachments and fix the drivers affected.reinoud
2020-12-18Use sel{record,remove}_knote().thorpej
2019-10-28Implement a front-end driver of virtio-9p called vio9pozaki-r