Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev



Module Name:    src
Committed By:   yamaguchi
Date:           Fri Oct 22 02:57:23 UTC 2021

Modified Files:
        src/sys/dev/acpi: virtio_acpi.c
        src/sys/dev/fdt: virtio_mmio_fdt.c
        src/sys/dev/virtio: virtio_mmio.c virtio_mmiovar.h

Log Message:
rename "setup_interrupts" to "alloc_interrupts"
in virtio_mmio and virtio_acpi

This should fix build failure on evbarm.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/acpi/virtio_acpi.c
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/fdt/virtio_mmio_fdt.c
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/virtio/virtio_mmio.c
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/virtio/virtio_mmiovar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index