From owner-freebsd-current@FreeBSD.ORG Wed Aug 23 21:20:19 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE0C816A4E1 for ; Wed, 23 Aug 2006 21:20:18 +0000 (UTC) (envelope-from pbowen@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0216743D55 for ; Wed, 23 Aug 2006 21:20:09 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id B1AB3D9E6C5 for ; Wed, 23 Aug 2006 17:20:08 -0400 (EDT) Received: from heartbeat2.internal ([10.202.2.161]) by frontend3.internal (MEProxy); Wed, 23 Aug 2006 17:20:09 -0400 X-Sasl-enc: VT04buKhN2oPSfX2mFzQSyAYTzIU22FS1CsqpPeFqysq 1156368005 Received: from [192.168.1.169] (unknown [205.246.14.234]) by mail.messagingengine.com (Postfix) with ESMTP id 2371AFCC for ; Wed, 23 Aug 2006 17:20:02 -0400 (EDT) Message-ID: <44ECC67C.9070904@fastmail.fm> Date: Wed, 23 Aug 2006 16:19:56 -0500 From: Patrick Bowen User-Agent: Thunderbird 1.5.0.4 (X11/20060723) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <44EC7EBA.7080303@gsoft.com.au> In-Reply-To: <44EC7EBA.7080303@gsoft.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Cardbus problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Aug 2006 21:20:19 -0000 Adrian Murphy wrote: > Hi, > > I have had a problem using the ndis driver for my wireless cardbus > adapter since I updated current in April. > > The wireless card is an Alloy WLT245401 model with a Texas Instruments > chipset. > > With a current from November 2005, I used the wireless adapter > successfully. > > I updated current yesterday and still no joy: > FreeBSD priscilla.gsoft.com.au 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Wed > Aug 23 08:34:10 CST 2006 > root@priscilla.gsoft.com.au:/usr/obj/usr/src/sys/PRISCILLA i386 > > > When I insert the wireless card, I see the following in > /var/log/messages: > > Aug 21 18:29:53 priscilla kernel: cardbus0: CIS pointer is 0x1c02 > Aug 21 18:29:53 priscilla kernel: cardbus0: CIS in BAR 0x14 > Aug 21 18:29:53 priscilla kernel: cardbus0: Expecting link target, got > 0x8 > Aug 21 18:29:53 priscilla kernel: cardbus0: Warning: Bogus CIS ignored > Aug 21 18:29:53 priscilla kernel: ndis0: Cardbus/PCI Adapter> mem 0xf2020000-0xf203ffff,0xf2002000-0xf2003fff > at device 0.0 on cardbus0 > Aug 21 18:29:53 priscilla kernel: ndis0: NDIS API version: 5.1 > Aug 21 18:29:53 priscilla kernel: ndis0: init handler failed > Aug 21 18:29:53 priscilla kernel: device_attach: ndis0 attach returned 6 > > > pciconf says: > cbb0@pci2:15:0: class=0x060700 card=0x00a41028 chip=0xac42104c > rev=0x00 hdr=0x02 > vendor = 'Texas Instruments (TI)' > device = 'PCI4451 PC card CardBus Controller' > class = bridge > subclass = PCI-CardBus > cbb1@pci2:15:1: class=0x060700 card=0x00a41028 chip=0xac42104c > rev=0x00 hdr=0x02 > vendor = 'Texas Instruments (TI)' > device = 'PCI4451 PC card CardBus Controller' > class = bridge > subclass = PCI-CardBus > ndis0@pci5:0:0: class=0x028000 card=0x9067104c chip=0x9066104c > rev=0x00 hdr=0x00 > vendor = 'Texas Instruments (TI)' > device = 'TNETW1130(ACX111) 802.11b/g Wireless Cardbus/PCI Adapter' > class = network > > I wound back the versions of the cardbus module. The wireless card > worked again when I made a cardbus module dated < December 29, 2005. > If I advance further than that I get the problem above. > > Does anyone else have this problem? > > Regards, Adrian > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org" > Adrian; There were some changes made by imp@ to cardbus.h around the turn of the year that were subsequently backed out of -stable, but left in -current. You can read the details at cvsweb.freebsd.org. Perhaps this is what you're seeing. Regards, Patrick