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:   msaitoh
Date:           Fri Jun 14 05:59:40 UTC 2019

Modified Files:
        src/sys/arch/x86/include: i82489reg.h
        src/sys/arch/x86/pci: msipic.c
        src/sys/arch/x86/x86: lapic.c

Log Message:
No functional change:
- Rename macros:
  - ICR, LVT and MSIDATA can share the bit definitions. Remove redundant
    definitions and use the common macros.
  - Consistently use LAPIC_LVT_ for all local vector table's macro names.
- Use __BITS().
- Add definition for TSC-deadline (LAPIC_LVT_TMM_TSCDLT).


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/x86/include/i82489reg.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/pci/msipic.c
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/x86/x86/lapic.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