Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 1997 13:22:39 -0700 (PDT)
From:      Steve Passe <fsmp>
To:        freebsd-smp
Subject:   cvs commit:  sys/i386/i386 mp_machdep.c sys/i386/include smptests.h sys/i386/conf options.i386 sys/i386/isa clock.c isa.c
Message-ID:  <199704202022.NAA12514@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fsmp        97/04/20 13:22:36

  Modified:    i386/conf  options.i386
  Log:
  added option  SMP_TIMER_NC
  this option informs the kernel that the motherboard MP table incorrectly
  states that the 8254 timer is connected to the IO APIC.
  it replaces the #define in smptests.h: FAKE_8254_NC
  
  Revision  Changes    Path
  1.18      +2 -1      sys/i386/conf/options.i386

  Modified:    i386/i386  mp_machdep.c
  Log:
  use option  SMP_TIMER_NC
  this option informs the kernel that the motherboard MP table incorrectly
  states that the 8254 timer is connected to the IO APIC.
  it replaces the #define in smptests.h: FAKE_8254_NC
  
  Revision  Changes    Path
  1.37      +7 -8      sys/i386/i386/mp_machdep.c

  Modified:    i386/include  smptests.h
  Log:
  removed #defines for: FAKE_8254_NC, IRQ_LO_NC, IRQ_HI_NC
  FAKE_8254_NC is replaced by i386/conf/options.i386: option  SMP_TIMER_NC
  IRQ_LO_NC is now default for APIC_IO
  IRQ_HI_NC is removed, need never demonstrated
  
  Revision  Changes    Path
  1.9       +1 -14     sys/i386/include/smptests.h

  Modified:    i386/isa  clock.c isa.c
  Log:
  replaced #define for: IRQ_LO_NC with APIC_IO
  IRQ_LO_NC is now default for APIC_IO
  
  Revision  Changes    Path
  1.16      +21 -22    sys/i386/isa/clock.c
  1.17      +7 -14     sys/i386/isa/isa.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704202022.NAA12514>