opnsense-src/sys/dev/virtio
Zhenlei Huang 80dfed11fc vtnet: Do not compare boolean with integer
The type of variable promisc and allmulti was changed from int to bool
by commit [1].

[1] 7dce56596f Convert to if_foreach_llmaddr() KPI

MFC after:	3 days
2025-08-28 23:59:21 +08:00
..
balloon sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00
block virtio_blk: Limit use of indirect descriptors 2025-06-23 13:55:24 +01:00
console virtio(4): Fix two typos in KASSERT messages 2024-06-16 18:02:46 +02:00
gpu Deprecate contigfree(9) in favour of free(9) 2024-07-26 10:45:01 +00:00
mmio virtio/mmio: Remove the unused virtio_mmio_if.m 2025-08-21 09:37:53 +01:00
network vtnet: Do not compare boolean with integer 2025-08-28 23:59:21 +08:00
p9fs virtio_p9fs: Support attaching to pci and mmio 2025-04-08 11:48:27 +01:00
pci Use bus_generic_detach to detach and delete child devices during detach 2025-01-02 13:25:12 -05:00
random random: Make random_source definitions const 2025-08-19 14:06:02 +00:00
scmi vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
scsi machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
virtio.c vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
virtio.h virtio: remove virtio_alloc_virtqueues' flags arg 2023-09-18 22:03:31 +02:00
virtio_bus_if.m virtio: Remove the unused poll method 2025-08-21 09:37:53 +01:00
virtio_config.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_endian.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtio_ids.h vtscmi: Add a virtio-scmi driver 2024-04-11 09:58:56 +00:00
virtio_if.m sys: Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:54:58 -06:00
virtio_ring.h sys: Remove $FreeBSD$: two-line .h pattern 2023-08-16 11:54:11 -06:00
virtqueue.c virtio: Remove the unused poll method 2025-08-21 09:37:53 +01:00
virtqueue.h virtio: use bool for boolean functions 2023-09-18 22:03:26 +02:00