Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   riastradh
Date:           Thu Mar 27 12:22:44 UTC 2025

Modified Files:
        src/sys/arch/alpha/conf: GENERIC.QEMU
        src/sys/arch/amd64/conf: ALL GENERIC MICROVM
        src/sys/arch/evbarm/conf: GENERIC GENERIC64
        src/sys/arch/evbmips/conf: MIPSSIM
        src/sys/arch/hppa/conf: GENERIC
        src/sys/arch/i386/conf: ALL GENERIC MICROVM
        src/sys/arch/riscv/conf: GENERIC.common
        src/sys/arch/sparc64/conf: GENERIC
        src/sys/arch/virt68k/conf: GENERIC
Added Files:
        src/sys/dev/virtio: virtio.config

Log Message:
virtio(4): Consolidate kernel configs.

No functional change intended.

Leave `# XXX ?' comments where I don't know why the driver in
question is excluded.  (Typical reason is that PAGE_SIZE is not 4096
but I didn't investigate -- if you do investigate, please either
update the comment if you determine a reason, or enable the driver if
you don't.)

PR kern/59211: vio9p(4): missing from various GENERICs and MAKEDEVs


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/alpha/conf/GENERIC.QEMU
cvs rdiff -u -r1.190 -r1.191 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.614 -r1.615 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amd64/conf/MICROVM
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/evbarm/conf/GENERIC
cvs rdiff -u -r1.222 -r1.223 src/sys/arch/evbarm/conf/GENERIC64
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbmips/conf/MIPSSIM
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/hppa/conf/GENERIC
cvs rdiff -u -r1.521 -r1.522 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1258 -r1.1259 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/conf/MICROVM
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/riscv/conf/GENERIC.common
cvs rdiff -u -r1.242 -r1.243 src/sys/arch/sparc64/conf/GENERIC
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/virt68k/conf/GENERIC
cvs rdiff -u -r0 -r1.1 src/sys/dev/virtio/virtio.config

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