Date: Fri, 26 Dec 1997 15:12:49 -0800 From: "Glenn Lee Dicus" <gdicus@nomadix.com> To: "Mobile FreeBSD" <mobile@freebsd.org> Subject: PC Card Driver "fe0" Message-ID: <199712262309.PAA09619@mail.nomadix.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712262309.PAA09619>