From owner-freebsd-mobile Fri Dec 26 15:11:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA11857 for mobile-outgoing; Fri, 26 Dec 1997 15:11:49 -0800 (PST) (envelope-from owner-freebsd-mobile) Received: from mail.nomadix.com (mail.nomadix.com [205.147.49.199]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA11843 for ; Fri, 26 Dec 1997 15:11:27 -0800 (PST) (envelope-from gdicus@nomadix.com) Received: from gdicus.nomadix.com (nomad7.nomadix.com [205.147.49.207]) by mail.nomadix.com (8.8.3/8.7.2) with ESMTP id PAA09619 for ; Fri, 26 Dec 1997 15:09:43 -0800 (PST) Message-Id: <199712262309.PAA09619@mail.nomadix.com> From: "Glenn Lee Dicus" To: "Mobile FreeBSD" Subject: PC Card Driver "fe0" Date: Fri, 26 Dec 1997 15:12:49 -0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1162 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-mobile@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to attach a driver to slot A of a pc compatible evaluation board. However, I recieve a "Nomad_One cardd[35]: driver allocation failed for EAGLE Technology" error on boot up. The dump that I get is the following: *Dec 26 12:24:10 Nomad_One /kernel: fe0: probing 0 at 0x120 *Dec 26 12:24:11 Nomad_One /kernel: fe0: probing 1 at 0x120 *Dec 26 12:24:11 Nomad_One /kernel: fe0: probe (0x120) for ATI *Dec 26 12:24:11 Nomad_One /kernel: fe0: registers, * DLCR = 46 9f 46 9f 46 9f 46 9f, * BMPR = xx xx 46 9f 46 9f 46 9f, * asic = 46 9f 46 9f 46 9f 46 9f + 46 9f 46 9f 46 9f 46 9f *Dec 26 12:24:11 Nomad_One /kernel: fe0: probing 2 at 0x120 *Dec 26 12:24:11 Nomad_One /kernel: fe0: probe (0x120) for MBH *Dec 26 12:24:11 Nomad_One /kernel: fe0: registers, * DLCR = 46 9f 46 9f 46 9f 46 9f, * BMPR = xx xx 46 9f 46 9f 46 9f, * asic = 46 9f 46 9f 46 9f 46 9f + 46 9f 46 9f 46 9f 46 9f *Dec 26 12:24:11 Nomad_One /kernel: Probe Port:0,Value:ff,Mask:9.Bits:0 *Dec 26 12:24:11 Nomad_One /kernel: fe0: probing 3 at 0x120 *Dec 26 12:24:11 Nomad_One /kernel: Probe Port:2,Value:ff,Mask:70.Bits:0 *Dec 26 12:24:11 Nomad_One /kernel: fe0 not found at 0x120 And towards the end of boot-up, the code apparently tries to initialize the pccard again using the same code with different results according to the dump: *Dec 26 12:24:25 Nomad_One /ernel: Start Probe *Dec 26 12:24:25 Nomad_One /kernel: fe0: probing 0 at 0x120 *Dec 26 12:24:25 Nomad_One /kernel: fe0: probing 1 at 0x120 *Dec 26 12:24:25 Nomad_One /kernel: fe0: probe (0x120) for ATI *Dec 26 12:24:25 Nomad_One /kernel: fe0: registers, * DLCR = ff ff ff ff ff ff ff ff, * BMPR = xx xx ff ff ff ff ff ff, * asic = ff ff ff ff ff ff ff ff + ff ff ff ff ff ff ff ff *Dec 26 12:24:25 Nomad_One /kernel: fe0: probing 2 at 0x120 *Dec 26 12:24:25 Nomad_One /kernel: fe0: probe (0x120) for MBH *Dec 26 12:24:25 Nomad_One /kernel: fe0: registers, * DLCR = ff ff ff ff ff ff ff ff, * BMPR = xx xx ff ff ff ff ff ff, * asic = ff ff ff ff ff ff ff ff + ff ff ff ff ff ff ff ff *Dec 26 12:24:25 Nomad_One /kernel: Probe Port:0,Value:ff,Mask:9.Bits:0 *Dec 26 12:24:25 Nomad_One /kernel: fe0: probing 3 at 0x120 *Dec 26 12:24:25 Nomad_One /kernel: Probe Port:2,Value:ff,Mask:70.Bits:0 Are these valid values? If so, what does this mean? thanks in advance glenn