From owner-freebsd-questions Fri Jul 28 12:16:13 2000 Delivered-To: freebsd-questions@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 96A8637BAFF for ; Fri, 28 Jul 2000 12:16:08 -0700 (PDT) (envelope-from culverk@wam.umd.edu) Received: from rac7.wam.umd.edu (root@rac7.wam.umd.edu [128.8.10.147]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id PAA13530; Fri, 28 Jul 2000 15:15:57 -0400 (EDT) Received: from rac7.wam.umd.edu (sendmail@localhost [127.0.0.1]) by rac7.wam.umd.edu (8.9.3/8.9.3) with SMTP id PAA29180; Fri, 28 Jul 2000 15:16:04 -0400 (EDT) Received: from localhost (culverk@localhost) by rac7.wam.umd.edu (8.9.3/8.9.3) with ESMTP id PAA29176; Fri, 28 Jul 2000 15:16:03 -0400 (EDT) X-Authentication-Warning: rac7.wam.umd.edu: culverk owned process doing -bs Date: Fri, 28 Jul 2000 15:16:03 -0400 (EDT) From: Kenneth Wayne Culver To: John Aughey Cc: questions@FreeBSD.ORG Subject: Re: csa0 attach returned 6 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hrmm, well maybe you could try delving into the code to see why bus_alloc_resource is returning NULL, I'd help you but I don't have that hardware. ================================================================= | Kenneth Culver | FreeBSD: The best NT upgrade | | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muythaibxr | | The University of Maryland, | Website: (Under Construction) | | College Park. | http://www.wam.umd.edu/~culverk/| ================================================================= On Fri, 28 Jul 2000, John Aughey wrote: > Hello- > > I am having a problem with my audio device on a emachines etwoer 533id2. > It has a Crystal CS 4281 Audio controller integraded on the motherboard. > I am using FreeBSD 4.0-RELEASE and on bootup when the driver trys to probe > and attach it prints: > > csa0: mem > 0xf4100000-0xf410fff,0xf4110000-0xf4110fff irq 11 at device 9.0 on pci1 > device_probe_and_attach: csa0 attach returned 6 > > So it sees the device on the PCI bus, but it somehow fails to attach. If > I remember, it returns ENXIO because bus_alloc_resource returns NULL. > > I have tried 4.1-RELEASE and 5.0-CURRENT including the latest SNAP without > any success. Actually, any version from 4.1 up does not even print any > information regarding the csa device. > > The relevant lines in the config file are: > > options PNPBIOS > device pcm > device csa > > I have tried all combinations of leaving PNPBIOS in or taking it out or > only using pcm or csa. They all produce similar failed results. > > Any anyone help me with this problem? > > Thanks > John Aughey > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message