From owner-cvs-all Mon Apr 19 4:25: 4 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 2DA0E14C16; Mon, 19 Apr 1999 04:24:51 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id 144FC1F5E; Mon, 19 Apr 1999 19:22:23 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: Doug Rabson Cc: "Matthew N. Dodd" , 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: Your message of "Mon, 19 Apr 1999 10:07:59 +0100." Date: Mon, 19 Apr 1999 19:22:23 +0800 From: Peter Wemm Message-Id: <19990419112225.144FC1F5E@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Doug Rabson wrote: > 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. Just as a by-the-way, I didn't intend for this to happen. Ideally I'd have liked the isa and eisa probes to happen if the pci probes didn't turn anything up themselves, but the way the nexus probe is strucured, this sort of last-resort thing didn't look easy. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message