From owner-freebsd-multimedia Mon Mar 17 22:16:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA06396 for multimedia-outgoing; Mon, 17 Mar 1997 22:16:15 -0800 (PST) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA06387 for ; Mon, 17 Mar 1997 22:16:12 -0800 (PST) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.5/8.7.3) with ESMTP id WAA07695; Mon, 17 Mar 1997 22:16:12 -0800 (PST) Message-Id: <199703180616.WAA07695@rah.star-gate.com> X-Mailer: exmh version 1.6.9 8/22/96 To: Steve Passe cc: "Louis A. Mamakos" , multimedia@FreeBSD.ORG Subject: Re: latest bt848 code In-reply-to: Your message of "Mon, 17 Mar 1997 23:10:20 MST." <199703180610.XAA08848@Ilsa.StevesCafe.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Mar 1997 22:16:12 -0800 From: Amancio Hasty Sender: owner-multimedia@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is probably more to do with the PCI code than the driver. What I am doing is pretty harmless in attach. Besides, the interrupts are disabled. I would suspect more the 2940... I got one over here and it has given me grief in the past. Cheers, Amancio >From The Desk Of Steve Passe : > Hi, > > >I will look into why are you getting interrupts. You are not supposed > >to get interrupts unless the driver failed to disabled interrupts. > > this would explain a problem I had, specifically: > > When I had the stb tv pci card in a slot that caused it to share an INT > with the 2940 disk controller I couldn't boot, the system would lock up tight > right about the time INTs were enabled. Moving it to a slot where it didn't > share an INT fixed the problem. So perhaps attach isn't doing the good > thing... > > -- > Steve Passe | powered by > smp@csn.net | Symmetric MultiProcessor FreeBSD >