]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Give the timer, thermal, and error LVT entries an interrupt vector even
authorjhb <jhb@FreeBSD.org>
Thu, 23 Dec 2004 20:42:53 +0000 (20:42 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 23 Dec 2004 20:42:53 +0000 (20:42 +0000)
commitf79ca8546cde4ec274482bbfb1c1cd64a5bbb2e1
treef5c55a9d8b2a3daf183eda5ebcf4c57953a0a604
parent59abe64294440bcd98e9b525e9a7ff41300ff011
- Give the timer, thermal, and error LVT entries an interrupt vector even
  though these aren't used yet.
- Add missing function prototypes for some static functions.
- Allow lvt_mode() to handle an LVT entry with a delivery mode of fixed.
- Consolidate code duplicated in lapic_init() and lapic_setup() to program
  the spurious vector register of a local APIC in a static lapic_enable()
  function.
- Dump the timer, thermal, error, and performance counter LVT entries
  during lapic_dump().
- Program LVT pins (currently only LINT0 and LINT1) after the local
  APIC has been software enabled via lapic_enable() since otherwise the
  LVT programming will not be able to unmask LVT sources.
sys/i386/i386/local_apic.c