Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/x86
Module Name: src
Committed By: dyoung
Date: Sat Jan 26 17:37:39 UTC 2013
Modified Files:
src/sys/arch/x86/include: i82093reg.h i82489reg.h
src/sys/arch/x86/pci: pci_intr_machdep.c
Log Message:
Several registers and bitfields named IOAPIC_* actually belong to the
LAPIC, so rename them LAPIC_* and move to a more appropriate header
file.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/x86/include/i82093reg.h
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/x86/include/i82489reg.h
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/x86/pci/pci_intr_machdep.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