From owner-freebsd-questions Wed Jan 10 23:27:10 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA07412 for questions-outgoing; Wed, 10 Jan 1996 23:27:10 -0800 (PST) Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id XAA07407 Wed, 10 Jan 1996 23:27:06 -0800 (PST) Message-Id: <199601110727.XAA07407@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: Richard Puga cc: questions@FreeBSD.org Subject: Re: SCSI or PCI In-reply-to: Your message of "Thu, 11 Jan 1996 05:54:15 -1000." <30F532A7.41C67EA6@maui.com> Date: Wed, 10 Jan 1996 23:27:06 -0800 From: "Justin T. Gibbs" Sender: owner-questions@FreeBSD.org Precedence: bulk >what happens I noticed is that the PCI devices are recognized >a lot sooner in the boot and the kernel hangs right after my sound card >drivers load.. This is whre the PCI bus used to be probed... Yes, the PCI and EISA probes were moved ahead of the ISA probes so that PCI/EISA devices that have an ISA compatibility mode would be found by the "safer" PCI/EISA probes first. It seems that we have some kind of dependancy on the old probe order that is not immediately obvious. The 3Com cards seem to exacerbate this issue. Does anyone have any ideas on this one? I don't have a PCI system to test on at the moment, but the only thing that the ep driver does that looks funny is its manipulation of port 0x100. I haven't looked at the 590 driver yet. > >Richard Puga >puga@maui.com -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================