Source-Changes archive

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

CVS commit: src/etc



Module Name:    src
Committed By:   riastradh
Date:           Fri Mar 28 18:41:26 UTC 2025

Modified Files:
        src/etc: MAKEDEV.tmpl
        src/etc/etc.aarch64: MAKEDEV.conf
        src/etc/etc.alpha: MAKEDEV.conf
        src/etc/etc.amd64: MAKEDEV.conf
        src/etc/etc.evbarm: MAKEDEV.conf
        src/etc/etc.evbmips: MAKEDEV.conf
        src/etc/etc.evbppc: MAKEDEV.conf
        src/etc/etc.hppa: MAKEDEV.conf
        src/etc/etc.i386: MAKEDEV.conf
        src/etc/etc.macppc: MAKEDEV.conf

Log Message:
MAKEDEV: New `virtio' target for all virtio-related devices.

We can use this to add more as they come up so we don't have to keep
tweaking every etc.${MACHINE}/MAKEDEV.conf every time.  Currently
this makes nodes for viocon(4) and vio9p(4).

(Not all GENERIC kernels enable vio9p(4) but I suspect the ones that
don't really should; for those that are disabled because PAGE_SIZE !=
4096, I expect it's just a matter of some additional indexing to make
vio9p(4) work with other page sizes.)

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


To generate a diff of this commit:
cvs rdiff -u -r1.236 -r1.237 src/etc/MAKEDEV.tmpl
cvs rdiff -u -r1.10 -r1.11 src/etc/etc.aarch64/MAKEDEV.conf
cvs rdiff -u -r1.15 -r1.16 src/etc/etc.alpha/MAKEDEV.conf
cvs rdiff -u -r1.36 -r1.37 src/etc/etc.amd64/MAKEDEV.conf
cvs rdiff -u -r1.23 -r1.24 src/etc/etc.evbarm/MAKEDEV.conf
cvs rdiff -u -r1.12 -r1.13 src/etc/etc.evbmips/MAKEDEV.conf
cvs rdiff -u -r1.14 -r1.15 src/etc/etc.evbppc/MAKEDEV.conf
cvs rdiff -u -r1.3 -r1.4 src/etc/etc.hppa/MAKEDEV.conf
cvs rdiff -u -r1.36 -r1.37 src/etc/etc.i386/MAKEDEV.conf
cvs rdiff -u -r1.15 -r1.16 src/etc/etc.macppc/MAKEDEV.conf

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