From owner-freebsd-hackers Thu Nov 12 11:44:42 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA13235 for freebsd-hackers-outgoing; Thu, 12 Nov 1998 11:44:42 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from arjun.niksun.com (gw.niksun.com [206.20.52.122]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA13230 for ; Thu, 12 Nov 1998 11:44:40 -0800 (PST) (envelope-from ath@niksun.com) Received: from stiegl.niksun.com (stiegl.niksun.com [10.0.0.44]) by arjun.niksun.com (8.8.8/8.8.8) with ESMTP id NAA14702; Thu, 12 Nov 1998 13:47:32 -0500 (EST) Received: (from ath@localhost) by stiegl.niksun.com (8.8.8/8.8.7) id OAA24413; Thu, 12 Nov 1998 14:44:06 -0500 (EST) (envelope-from ath) To: "Ron G. Minnich" cc: hackers@FreeBSD.ORG Subject: Re: pcibridge card (really) References: From: Andrew Heybey Date: 12 Nov 1998 14:44:05 -0500 In-Reply-To: "Ron G. Minnich"'s message of "Wed, 11 Nov 1998 14:30:25 -0500 (EST)" Message-ID: <85k9103ddm.fsf@stiegl.niksun.com> Lines: 15 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG "Ron G. Minnich" writes: > I have a dolphin sci card that says it is a bridge. There appears to be > no equivalent to: DATA_SET (pcidevice_set, scisc_device); > for bridges. Other than modifying pcisupport.c is there any way to get > the kernel to probe this card? It's not getting probed now as part of > pci init. because pci thinks it is a bridge. I had a similar situation with a card with a PCI-ISA bridge on it. I just hacked a test for the bridge vendor's ID into sys/pci/pci_support.c:generic_pci_bridge() (to not recognize it as a bridge for that particular ID is found). This is clearly not The Right Thing, so I would be interested in finding out what is. andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message