From owner-freebsd-questions Tue Sep 18 14:14:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dc-mx04.cluster1.charter.net (dc-mx04.cluster0.hsacorp.net [209.225.8.14]) by hub.freebsd.org (Postfix) with ESMTP id C43CC37B408 for ; Tue, 18 Sep 2001 14:14:36 -0700 (PDT) Received: from [65.113.174.40] (HELO charter.net) by dc-mx04.cluster1.charter.net (CommuniGate Pro SMTP 3.4.6) with ESMTP id 30516189 for freebsd-questions@FreeBSD.ORG; Tue, 18 Sep 2001 17:20:44 -0400 Message-ID: <3BA7B919.6DBE2C04@charter.net> Date: Tue, 18 Sep 2001 14:14:01 -0700 From: Parker Brown X-Mailer: Mozilla 4.75 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Tech Support Subject: device_probe_and_attach: dc0 attach returned 6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know what that boot-time message means? I sure hope so, because until I can solve it, I can't use BSD to access the network. When I changed from dial-up to cable, I installed a LinkSys LNE100TX card to speak to the modem they (cableTV) installed. The hardware checks out, it passed its own diagnostics, and Microsoft uses it OK. This is a PNP device, and I had to resequence my PCI cards to get things to work, and since then I've obtained the IRQ, !/O, and mem addresses for BSD. (LINT says this specific card works as a generic DEC card device dc). What I added to the kernel: device miibus device dc device dc0 at miibus? irq 10 mem 0xc000000 I/O 0x1400 No errors from config or kernel compile. Actual error messages at boot time: dc0: irq 10 at device 15.0 on PCI0 dc0: couldn't map ports/memory device_probe_and_attach: dc0 attach returned 6 Does anyone know what "attach" is trying to tell me (i.e., what does 6 return code mean)? A couple of people have tried to help, but I've kind of run out of things to try. Pb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message