From owner-freebsd-current Thu Nov 9 5:43:12 2000 Delivered-To: freebsd-current@freebsd.org Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by hub.freebsd.org (Postfix) with ESMTP id A305737B479; Thu, 9 Nov 2000 05:43:10 -0800 (PST) Received: from aslan (localhost [127.0.0.1]) by aslan.scsiguy.com (8.11.0/8.9.3) with ESMTP id eA9Dgva84844; Thu, 9 Nov 2000 06:42:57 -0700 (MST) (envelope-from gibbs@aslan.scsiguy.com) Message-Id: <200011091342.eA9Dgva84844@aslan.scsiguy.com> To: "Matthew N. Dodd" Cc: Peter Wemm , Terry Lambert , Bill Paul , Warner Losh , current@FreeBSD.ORG Subject: Re: vx driver patch In-Reply-To: Your message of "Thu, 09 Nov 2000 02:25:37 EST." Date: Thu, 09 Nov 2000 06:42:57 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >On Thu, 9 Nov 2000, Peter Wemm wrote: >> Do you want to know what is even funnier? One of my onboard ahc *PCI* >> controllers (7895 based I think) also responds to the EISA probes if I >> enable EISA. > >What machine and what does the output from the probe/attach look like? You'll fail the attach because the ID is not in the table of known EISA IDs. Joerg can probably give additional examples of this problem. This is one reason we don't probe all 15 slots yet. If we reserved the address space properly before doing the probe and also only performed the probe if the mainboard ID is valid, this wouldn't be an issue any longer. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message