From owner-freebsd-smp Mon Jul 8 13:42:58 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA07160 for smp-outgoing; Mon, 8 Jul 1996 13:42:58 -0700 (PDT) Received: from uruk.org (uruk.org [198.145.95.253]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA07146 for ; Mon, 8 Jul 1996 13:42:48 -0700 (PDT) From: erich@uruk.org Received: from loopback (loopback [127.0.0.1]) by uruk.org (8.7.4/8.7.3) with SMTP id NAA20837; Mon, 8 Jul 1996 13:42:23 -0700 (PDT) Message-Id: <199607082042.NAA20837@uruk.org> X-Authentication-Warning: uruk.org: Host loopback [127.0.0.1] didn't use HELO protocol To: Terry Lambert cc: peter@spinner.dialix.com, freebsd-smp@freebsd.org Subject: Re: Running SMP In-reply-to: Your message of "Fri, 05 Jul 1996 12:02:49 PDT." <199607051902.MAA15216@phaeton.artisoft.com> Date: Mon, 08 Jul 1996 13:42:12 -0700 Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Terry Lambert writes: > > Does anybody have documentation on the IO apic? I've got enough detail on > > the local apic, but the IO apic is a real problem. We're stuck in the > > painful "dumb" mode where all cpus get all interrupts in parallel with > > each other until we can get some details on the IO apic. (somebody > > pointed me to something from intel, but I can't find the reference anymore) In the default modes ("PIC" or "virtual wire" for different architectures, with the latter being more common as time goes on... i.e. pretty much all new designs use "virtual wire" mode), external interrupts (those normally routed via the 8259 PIC) are routed to the boot CPU only. Internal interrupts (exceptions, etc) occur on the CPU causing the event. > I thought I had pointed you to the www.intel.com page for the IO > chip, and there's now a 1.2 MP document on their site, which goes into > more detail on virtual wire (the mode I think we want to use to > anonymize which procesor has to take which interrupt). Maybe I'm confused, but the documents I'm aware of are somewhat different: -- Intel MPS 1.4 document pointer, which should point to updates as well: "http://www.intel.com/IAL/processr/mpovr.htm" -- 82489DX User's Manual AP-388, order number 292116-002, now part of the "Pentium (tm) Processors and Related Products" boot, order number 241732-002 The first document above has diagrams describing both PIC and virtual wire modes, and how they would be set up using the BIOS. The second document contains both a description of how to program the local unit and the I/O unit. For local unit programming, the list of changes in the Pentium and Pentium Pro programmer's guides are necessary for correct operation. -- Erich Stefan Boleyn \_ E-mail (preferred): Mad Genius wanna-be, CyberMuffin \__ (finger me for other stats) Web: http://www.uruk.org/~erich/ Motto: "I'll live forever or die trying" This is my home system, so I'm speaking only for myself, not for Intel. From owner-freebsd-smp Sat Jul 13 15:39:41 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA24452 for smp-outgoing; Sat, 13 Jul 1996 15:39:41 -0700 (PDT) Received: from clem.systemsix.com (clem.systemsix.com [198.99.86.131]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA24430 for ; Sat, 13 Jul 1996 15:39:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by clem.systemsix.com (8.6.12/8.6.12) with SMTP id QAA10098 for ; Sat, 13 Jul 1996 16:39:32 -0600 Message-Id: <199607132239.QAA10098@clem.systemsix.com> X-Authentication-Warning: clem.systemsix.com: Host localhost didn't use HELO protocol X-Mailer: exmh version 1.6.5 12/11/95 From: Steve Passe To: smp@freebsd.org Subject: suitable dual-cpu boards Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 13 Jul 1996 16:39:31 -0600 Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I tried to check smp mail archive, but didn't find it in freebsd web 'search' page. So... Anyone have experience or comments on the Giga-Byte GA-586DX motherboard? Could I expect it to work with the upcoming 2.2 SMP release? -- Steve Passe | powered by smp@csn.net | FreeBSD From owner-freebsd-smp Sat Jul 13 17:24:16 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA09529 for smp-outgoing; Sat, 13 Jul 1996 17:24:16 -0700 (PDT) Received: from spiff.cc.iastate.edu (spiff.cc.iastate.edu [129.186.142.89]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA09512 for ; Sat, 13 Jul 1996 17:24:10 -0700 (PDT) Received: by spiff.cc.iastate.edu with sendmail-5.65 id ; Sat, 13 Jul 1996 19:24:07 -0500 Message-Id: <9607140024.AA05783@spiff.cc.iastate.edu> To: Steve Passe Cc: smp@freebsd.org Subject: Re: suitable dual-cpu boards In-Reply-To: Your message of "Sat, 13 Jul 1996 16:39:31 MDT." <199607132239.QAA10098@clem.systemsix.com> Date: Sat, 13 Jul 1996 19:24:06 CDT From: Kent Vander Velden Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199607132239.QAA10098@clem.systemsix.com>, smp@csn.net writes: >Hi, > I tried to check smp mail archive, but didn't find it in freebsd >web 'search' page. So... > >Anyone have experience or comments on the Giga-Byte GA-586DX motherboard? >Could I expect it to work with the upcoming 2.2 SMP release? > Any comments on the Tyan Tomcat II or II+ with dial pentiums? Should Thanks. --- Kent Vander Velden graphix@iastate.edu From owner-freebsd-smp Sat Jul 13 17:41:18 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA11945 for smp-outgoing; Sat, 13 Jul 1996 17:41:18 -0700 (PDT) Received: from spiff.cc.iastate.edu (spiff.cc.iastate.edu [129.186.142.89]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA11938 for ; Sat, 13 Jul 1996 17:41:15 -0700 (PDT) Received: by spiff.cc.iastate.edu with sendmail-5.65 id ; Sat, 13 Jul 1996 19:41:13 -0500 Message-Id: <9607140041.AA12396@spiff.cc.iastate.edu> To: Kent Vander Velden Cc: smp@freebsd.org Subject: Re: suitable dual-cpu boards In-Reply-To: Your message of "Sat, 13 Jul 1996 19:24:06 CDT." <9607140024.AA05783@spiff.cc.iastate.edu> Date: Sat, 13 Jul 1996 19:41:12 CDT From: Kent Vander Velden Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <9607140024.AA05783@spiff.cc.iastate.edu>, graphix@iastate.edu write s: > >In message <199607132239.QAA10098@clem.systemsix.com>, smp@csn.net writes: >>Hi, >> I tried to check smp mail archive, but didn't find it in freebsd >>web 'search' page. So... >> >>Anyone have experience or comments on the Giga-Byte GA-586DX motherboard? >>Could I expect it to work with the upcoming 2.2 SMP release? >> > > Any comments on the Tyan Tomcat II or II+ with dial pentiums? Should (oops, to finish my thought...) Should I be returning this motherboard? :) Thanks. --- Kent Vander Velden graphix@iastate.edu