From owner-freebsd-questions Wed Oct 4 11:30:42 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA29190 for questions-outgoing; Wed, 4 Oct 1995 11:30:42 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA29185 for ; Wed, 4 Oct 1995 11:30:35 -0700 Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id LAA21352; Wed, 4 Oct 1995 11:29:08 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id LAA19076; Wed, 4 Oct 1995 11:30:36 -0700 Message-Id: <199510041830.LAA19076@corbin.Root.COM> To: rthomas@pamd.cig.mot.com (Robert Owen Thomas) cc: Archie Cobbs , freebsd-questions@freebsd.org Subject: Re: ix0: device timeout In-reply-to: Your message of "Wed, 04 Oct 95 13:11:51 CDT." <9510041311.ZM16810@pamd.cig.mot.com> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 04 Oct 1995 11:30:35 -0700 Sender: owner-questions@freebsd.org Precedence: bulk >i am having the same problem with a SMC/Western Digital card, ed0. > >suggestions? In the ed0 case, the problem is that the interrupt isn't set right or there is a conflict with another card. If your card is soft configured, then try setting the irq in the kernel config file to '?' - this will cause the kernel to read and use the irq from the card. It's also possible that you might have an interrupt conflict with another card. In the case of the ix driver, if it sort of works, but you get the device timeouts (which appears to be the case), then you're experiancing a different problem that is probably not with the configuration. -DG