From owner-freebsd-hackers Tue Jun 10 11:22:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA21707 for hackers-outgoing; Tue, 10 Jun 1997 11:22:46 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA21684; Tue, 10 Jun 1997 11:22:17 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA02784; Tue, 10 Jun 1997 11:16:15 -0700 From: Terry Lambert Message-Id: <199706101816.LAA02784@phaeton.artisoft.com> Subject: Re: Does SMC9332BDT work in 2.2.2R?? To: se@freebsd.org (Stefan Esser) Date: Tue, 10 Jun 1997 11:16:14 -0700 (MST) Cc: terry@lambert.org, stesin@gu.net, bob@luke.pmr.com, matt@3am-software.com, hackers@freebsd.org In-Reply-To: <19970610101445.26928@mi.uni-koeln.de> from "Stefan Esser" at Jun 10, 97 10:14:45 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Why should that cause ANY problems > for a bus-master card in slot 5 ??? > > | It has to do with PCI interrupt sharing. ********************* This was broken in SMP, and seems to have been broken in general on integration of SMP into the main line source tree. In addition, the card itself might object to interrupt sharing. Finally, does the video card claim a vertical retrace interrupt? If not, does it do one anyway? If so, the way the poll does not happen to detect the card responsible on a shared interrupt with a single attach can also be a problem. I realize that the explanations other than the first one rely on bogus PCI card hardware. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.