Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2001 20:39:37 -0700
From:      Chad David <davidc@acns.ab.ca>
To:        hackers@freebsd.org
Subject:   802.11b PCI card problems (part II)
Message-ID:  <20011227203937.A38455@colnta.acns.ab.ca>
In-Reply-To: <20011227113143.A2594@Odin.AC.HMC.Edu>; from brooks@one-eyed-alien.net on Thu, Dec 27, 2001 at 11:31:43AM -0800
References:  <20011227121032.A33788@colnta.acns.ab.ca> <20011227113143.A2594@Odin.AC.HMC.Edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 27, 2001 at 11:31:43AM -0800, Brooks Davis wrote:
> On Thu, Dec 27, 2001 at 12:10:32PM -0700, Chad David wrote:
> 
> What you'll want to do is edit src/sys/dev/wi/if_wi.c, add an appropriate
> entry to the definition of pci_ids for your card, and recompile your
> kernel.  If that works, you're all set.
> 

I took the advice, and now the attach is failing because the card doesn't
appear to have any I/O Space (WI_PCI_IORES).  Both the local registers and
attribute memory are in the resource list, but no IO space.  I've debugged
it to the limits of my ability, and now any advice on how to continue would
be welcome.

hacked dmesg out:

wi0: <SOHOWARE NCP130 PCI IEEE 802.11b> port 0xa400-0xa43f,0xa800-0xa80f irq 10 at device 11.0 on pci0
wi0: about to call wi_alloc(dev, WI_PCI_IORES)
wi0: type=1 rid=0
wi0: type=4 rid=24
wi0: type=4 rid=20
wi0: type = 4, rid = 28
wi0: No I/O space?!
device_probe_and_attach: wi0 attach returned 6

Brooks is probably at home with his family, and not reading his email like
a sensible person, so I thought I would toss this out to the members at
large again,  and see if anybody had any ideas... Alfred?  you are the last
person to touch if_wi.c, doesn't that make it yours ;-).

Thanks.

-- 
Chad David        davidc@acns.ab.ca
ACNS Inc.         Calgary, Alberta Canada

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011227203937.A38455>