Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2000 19:47:14 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/i386/i386 mp_machdep.c
Message-ID:  <200012060347.eB63lEP66396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2000/12/05 19:47:14 PST

  Modified files:
    sys/i386/i386        mp_machdep.c 
  Log:
  This is kind of a nasty hack, but it appears to solve the Compaq DL360
  SMP problem.  Compaq, in their infinite wisdom, forgot to put the IO apic
  intpin #0 connection to the 8259 PIC into the mptable.  This hack is to
  look and see if intpin #0 has *no* table entry and adds a fake ExtInt
  entry for the remap routines to use.  isa/clock.c will still test the
  interrupts.  This entry is only ever used on an already broken system.
  
  Revision  Changes    Path
  1.131     +14 -3     src/sys/i386/i386/mp_machdep.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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