From owner-freebsd-current Sat Apr 15 1:30:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.mikom.csir.co.za (zibbi.mikom.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 8DB1D37B6A8 for ; Sat, 15 Apr 2000 01:30:40 -0700 (PDT) (envelope-from jhay@zibbi.mikom.csir.co.za) Received: (from jhay@localhost) by zibbi.mikom.csir.co.za (8.9.3/8.9.3) id KAA95900; Sat, 15 Apr 2000 10:30:17 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200004150830.KAA95900@zibbi.mikom.csir.co.za> Subject: Re: PCI-CardBus bridge + PCMCIA Lucent WaveLAN IEEE troubles In-Reply-To: <200004142106.PAA59580@harmony.village.org> from Warner Losh at "Apr 14, 2000 03:06:03 pm" To: imp@village.org (Warner Losh) Date: Sat, 15 Apr 2000 10:30:17 +0200 (SAT) Cc: jhay@mikom.csir.co.za (John Hay), acid@cn.ua (Michael Vasilenko), freebsd-current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > In message <200004142003.WAA78728@zibbi.mikom.csir.co.za> John Hay writes: > : This is where I'm stuck too. I think there might be some more initialization > : of the TI1225 necesary. > > I've added some init of the ti chipsets to -current. They are enough > for my TI-1221 based card to allow me to talk to the modems that I > have. Yes, that is the code I'm running. From looking at the wi driver I think our problem is even before a (non) working interrupt would come into the picture. It looks like the driver give a command to the card to allocate a transmit buffer and then it does a poll loop reading the status of the card and it is there that it timeout. Doing some manual inb()s at the port addresses of the wi card, it looks like the card is there, ie. I don't read 0xffs back, but for some reason the card does not react in the way that the driver expects. John -- John Hay -- John.Hay@mikom.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message