From owner-cvs-all Mon Apr 19 2: 6: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id A2F2814F9E; Mon, 19 Apr 1999 02:05:57 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA91907; Mon, 19 Apr 1999 10:08:00 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Mon, 19 Apr 1999 10:07:59 +0100 (BST) From: Doug Rabson To: "Matthew N. Dodd" Cc: Peter Wemm , cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/buslogic bt.c btreg.h src/sys/i386/eisa 3c5x9.c adv_eisa.c ahb.c ahc_eisa.c bt_eisa.c dpt_eisa.c eisaconf.c eisaconf.h if_vx_eisa.c src/sys/i386/i386 autoconf.c src/sys/i386/isa bt_isa.c isa_compat.h src/sys/pci bt_pci.c ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Sun, 18 Apr 1999, Matthew N. Dodd wrote: > Kernels compiled against these changes fail to probe the EISA bus. > > Also: > > bus_alloc_resource() is insufficiently flexible in its ability to retreive > a specific resource. (Relying on sorted order of like resources is less > deterministic than the old method of shoving stuff onto a LIST. At least > one could be assured of retreiving values in order of insertion.) Peter has just changed things to probe the eisa bus without the help of pci. Could you re-test with those changes. With regard to sorting, the old drivers also sorted the resources. The only difference is that the new drivers don't rummage through the lists themselves, they get their parent to do it for them. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message