Source-Changes archive

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

CVS commit: src/sys/arch/x86/x86



Module Name:    src
Committed By:   cegger
Date:           Mon Jul 21 11:51:59 UTC 2008

Modified Files:
        src/sys/arch/x86/x86: mpacpi.c mpbios.c

Log Message:
beautify dmesg with MPVERBOSE.
before:

pci0 at hypervisor0 bus 0: configuration mode 1hypervisor0: added to list as 
bus 0

pchb0 at pci0 dev 0 function 0

now:

pci0 at hypervisor0 bus 0: configuration mode 1
hypervisor0: added to list as bus 0
pchb0 at pci0 dev 0 function 0


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/arch/x86/x86/mpacpi.c
cvs rdiff -r1.45 -r1.46 src/sys/arch/x86/x86/mpbios.c

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