Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: imil
Date: Tue Jul 8 11:06:13 UTC 2025
Modified Files:
src/sys/arch/amd64/amd64: amd64_mainbus.c
src/sys/arch/i386/i386: i386_mainbus.c
src/sys/arch/x86/pv: files.pv
Log Message:
Rename pvbus component to pv to allow conditional NPV define
pvbus is always defined in files.pv, which prevents the use of
#if NPVBUS > 0. Renaming it to pv aligns with naming conventions used
for other bus components and allows NPV to be conditionally defined.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amd64/amd64/amd64_mainbus.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/i386/i386/i386_mainbus.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/x86/pv/files.pv
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