From owner-freebsd-stable Wed Mar 6 14:59:56 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA06027 for stable-outgoing; Wed, 6 Mar 1996 14:59:56 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA06007 Wed, 6 Mar 1996 14:59:51 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA11994; Wed, 6 Mar 1996 15:54:48 -0700 From: Terry Lambert Message-Id: <199603062254.PAA11994@phaeton.artisoft.com> Subject: Re: 2842 and the disappearing file-system :-( To: gibbs@freefall.freebsd.org (Justin T. Gibbs) Date: Wed, 6 Mar 1996 15:54:48 -0700 (MST) Cc: terry@lambert.org, imb@scgt.oz.au, stable@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <199603062033.MAA21684@freefall.freebsd.org> from "Justin T. Gibbs" at Mar 6, 96 12:33:13 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@FreeBSD.ORG Precedence: bulk > How are they kludged? I haven't seen a single report of eisaconf > without detected devices causing problems in a system. Furthermore, > if you don't have a 2842 or and eisa machine, you can disable the > eisa0 device in your config file. If you do have a 2842, you'd > have to read the same bytes of the I/O address space, so it buys > you nothing to have a separate probe for it. Maybe I'm missing something. Why do you have to have a seperate probe? Why can't you use the same probe routine address in two "driver instances"? And wouldn't this fix the interrrupt attach problem introduced by the eisaconf code in the VLB Adaptec case? You keep saying you need to duplicate cade -- I don't see it. I see that there is a need to duplicate ~32 bytes of data structure to get an EISA and non-EISA device instance. Tell me why Im wrong... Regards, Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.