From owner-freebsd-smp Fri Apr 4 13:24:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA04724 for smp-outgoing; Fri, 4 Apr 1997 13:24:20 -0800 (PST) Received: from cs.utah.edu (cs.utah.edu [128.110.4.21]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA04717 for ; Fri, 4 Apr 1997 13:24:15 -0800 (PST) Received: from fast.cs.utah.edu by cs.utah.edu (8.8.4/utah-2.21-cs) id OAA03058; Fri, 4 Apr 1997 14:24:06 -0700 (MST) Received: by fast.cs.utah.edu (8.6.10/utah-2.15-leaf) id NAA20216; Fri, 4 Apr 1997 13:23:54 -0700 Date: Fri, 4 Apr 1997 13:23:54 -0700 From: vanmaren@fast.cs.utah.edu (Kevin Van Maren) Message-Id: <199704042023.NAA20216@fast.cs.utah.edu> To: nishio@caleche.kecl.ntt.co.jp, smp@csn.net Subject: Re: APIC_IO problem on Tyan S1668 Cc: freebsd-smp@freebsd.org Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > DEC Fast EtherWORKS PCI 10/100 x 2 > > (one connected to 10BaseT Hub, another to 100BaseT Hub) > > evidently a PCI-PCI bridge card No. Read below. > > > de0 rev 32 int a irq 15 on pci0:10 > > de1 rev 32 int a irq 9 on pci0:11 > > > de1 rev 32 int a irq 19 on pci0:11 > > Freeing (NOT implimented) irq 9 for ISA cards. > > > INT active-lo level 1 14:A 2 16 > > INT active-lo level 1 13:A 2 17 > > INT active-lo level 1 12:A 2 18 > > INT active-lo level 1 11:A 2 19 > > as someone else already pointed out the de0 half of the card is absent > from the mptable. This is a common bug in the current generation of > SMP boards, they don't have a clue about PCI-PCI bridging. once > you get past the other problems I can whip up a bandaid that will allow > the pci code to "see" this card. > Nope! There are two cards in the 5-PCI slot MotherBoard (NO bridge chips). Note that they are both on PCI bus #0. The problem is that there are 5 PCI slots, 4 PCI/ISA redirection registers, and 4 MP table entries. Yes, it is a problem with the Tyan MB that it doesn't have all the PCI slots in the table. Kevin