From sigxcpu@einstein.ccc-offenbach.org  Fri Apr 16 19:57:19 2004
Return-Path: <sigxcpu@einstein.ccc-offenbach.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D3A0516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Apr 2004 19:57:19 -0700 (PDT)
Received: from einstein.ccc-offenbach.org (pD9FF79E0.dip.t-dialin.net [217.255.121.224])
	by mx1.FreeBSD.org (Postfix) with SMTP id 4B83743D2F
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 16 Apr 2004 19:57:18 -0700 (PDT)
	(envelope-from sigxcpu@einstein.ccc-offenbach.org)
Received: (qmail 7667 invoked by uid 1001); 17 Apr 2004 02:57:16 -0000
Message-Id: <20040417025716.7322.qmail@einstein.ccc-offenbach.org>
Date: 17 Apr 2004 02:57:16 -0000
From: Jens Binnewies <sigxcpu@einstein.ccc-offenbach.org>
Reply-To: Jens Binnewies <sigxcpu@einstein.ccc-offenbach.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: sigxcpu@einstein.ccc-offenbach.org
Subject: cardbus("TI1131") won't work anymore on Dell Latitude CP 233XT  
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         65648
>Category:       i386
>Synopsis:       cardbus("TI1131") won't work on Dell Latitude CP 233XT (host bridge resource allocation bug)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 16 20:00:34 PDT 2004
>Closed-Date:    Fri May 13 14:29:05 MDT 2011
>Last-Modified:  Fri May 13 14:29:05 MDT 2011
>Originator:     Jens Binnewies
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD einstein.cccom.bsd 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Apr 13 07:05:52 CEST 2004 root@einstein.cccom.bsd:/src/sys/i386/compile/EINSTEIN i386

Dell Latitude CP 233XT

>Description:

Since a few Days, the new Kernelcode won't work with my cardbus.
I get:

"
cbb0: <TI1131 PCI-CardBus Bridge> irq 11 at device 3.0 on pci0
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb0: bad Vcc request. ctrl=0xf000af88, status=0xf000e2c3
cbb_power: 0V
cbb1: <TI1131 PCI-CardBus Bridge> irq 11 at device 3.1 on pci0
cbb1: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x1000
cardbus1: <CardBus bus> on cbb1 
pccard1: <16-bit PCCard bus> on cbb1
cbb1: bad Vcc request. ctrl=0x7690700, status=0x76c076f
cbb_power: 0V
"

...on startup, which have worked with the Kernel before 9. April.

 cbb0@pci0:3:0:  class=0x060700 card=0x00751028 chip=0xac15104c rev=0x01 hdr=0x02
 vendor   = 'Texas Instruments (TI)'
 device   = 'PCI1131 PC card CardBus Controller'
 class    = bridge
 subclass = PCI-CardBus

>How-To-Repeat:
Just startup the System with a current Kernel at least 9. April, and the Cardbus wont power-up

>Fix:

	


>Release-Note:
>Audit-Trail:

From: Rudolf Cejka <cejkar@fit.vutbr.cz>
To: freebsd-gnats-submit@FreeBSD.org, sigxcpu@ccc.homeunix.org
Cc:  
Subject: Re: kern/65648: cardbus("TI1131") won't work anymore on Dell Latitude
 CP 233XT
Date: Mon, 26 Apr 2004 16:40:05 +0200

 It seems that it is more general problem, because CardBus on my notebook 
 Asus L4L
 does not work anymore too.
 
 Working kernel from Apr 10:
 
 FreeBSD 5.2-CURRENT #4: Sat Apr 10 17:19:51 CEST 2004
 cbb0: <RF5C475 PCI-CardBus Bridge> irq 11 at device 10.0 on pci0
 cardbus0: <CardBus bus> on cbb0
 pccard0: <16-bit PCCard bus> on cbb0
 
 Broken kernel from Apr 26:
 
 FreeBSD 5.2-CURRENT #6: Mon Apr 26 16:03:15 CEST 2004
 cbb0: <RF5C475 PCI-CardBus Bridge> irq 11 at device 10.0 on pci0
 cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xf8000000
 cardbus0: <CardBus bus> on cbb0
 pccard0: <16-bit PCCard bus> on cbb0
 cbb0: bad Vcc request. ctrl=0xffffff88, status=0xffffffff
 cbb_power: 0V
 
 cbb0@pci0:10:0: class=0x060700 card=0x17811043 chip=0x04751180 rev=0xb8 
 hdr=0x02
     vendor   = 'Communication Automation Corporation'
     device   = 'RL5C475 CardBus controller'
     class    = bridge
     subclass = PCI-CardBus
 
 Regards.
State-Changed-From-To: open->feedback 
State-Changed-By: arved 
State-Changed-When: Thu May 20 19:09:19 PDT 2004 
State-Changed-Why:  
Was this problem fixed in recent CURRENT? 

Usually problems regarding CURRENT should be reported to the freebsd-current 
Mailinglist. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65648 

From: Rudolf Cejka <cejkar@fit.vutbr.cz>
To: freebsd-gnats-submit@FreeBSD.org,
	sigxcpu@einstein.ccc-offenbach.org, Warner Losh <imp@FreeBSD.org>
Cc:  
Subject: Re: kern/65648: cardbus("TI1131") won't work anymore on Dell Latitude
 CP 233XT
Date: Mon, 24 May 2004 11:22:48 +0200

 Hello,
   unfortunately not in my case and situation is still the same, as I 
 wrote earlier. I tried the latest -current now (May 24, 2004, 9:00 GMT).
 
 Warner, do you have any idea, why is there "bad Vcc request" error?
 (The date about working kernel from Apr 10 in PR/65648 need not be 
 accurate - maybe sources were several days older, until I did kernel 
 recompilation.)
 
 Thanks.
State-Changed-From-To: feedback->open 
State-Changed-By: maxim 
State-Changed-When: Tue Jun 15 10:19:30 GMT 2004 
State-Changed-Why:  
Still a problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=65648 

From: Aleksey Sosnin <sam@macomnet.ru>
To: freebsd-gnats-submit@FreeBSD.org,
	sigxcpu@einstein.ccc-offenbach.org
Cc:  
Subject: Re: kern/65648: cardbus("TI1131") won't work anymore on Dell Latitude
 CP 233XT
Date: Tue, 15 Jun 2004 14:21:09 +0400

 Hello,
 
 I've just updated my Asus2800 from 5.2.1 Release to current and got the 
 same issue with cbb at same controller. It seems this PR is old enough 
 and somebody should pay attention on this?
 
 
 FreeBSD  5.2-CURRENT FreeBSD 5.2-CURRENT #2: Tue Jun 15 11:28:25 MSD 
 2004     root@:/usr/obj/usr/src/sys/SAMHOME  i386
 
 cbb0: <RF5C475 PCI-CardBus Bridge> irq 11 at device 10.0 on pci0
 cardbus0: <CardBus bus> on cbb0
 pccard0: <16-bit PCCard bus> on cbb0
 cbb0: bad Vcc request. ctrl=0xffffff88, status=0xffffffff
 cbb_power: 0V
 
 
 -- 
 Aleksey Sosnin, Macomnet, Internet Dept.
 tel: +7(095) 796-9079, fax: +7(095) 796-9067
Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: imp 
Responsible-Changed-When: Sun Jun 27 23:01:21 MDT 2004 
Responsible-Changed-Why:  
This is the infamous host bridge resource allocation bug. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=65648 
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Fri May 13 14:28:52 MDT 2011 
State-Changed-Why:  
I think that I've fixed this a while ago... 


http://www.freebsd.org/cgi/query-pr.cgi?pr=65648 
>Unformatted:
