From root@hs-karlsruhe.de  Thu Feb 16 14:16:21 2006
Return-Path: <root@hs-karlsruhe.de>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id EB7AB16A424
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Feb 2006 14:16:21 +0000 (GMT)
	(envelope-from root@hs-karlsruhe.de)
Received: from rz06.hs-karlsruhe.de (rz06.HS-Karlsruhe.DE [193.196.64.6])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 29B1E43D49
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Feb 2006 14:16:20 +0000 (GMT)
	(envelope-from root@hs-karlsruhe.de)
Received: from rz-wenk1.hs-karlsruhe.de ([193.196.65.41])
	by rz06.hs-karlsruhe.de with esmtp (Exim 4.54)
	id 1F9jvf-000Ze8-GC; Thu, 16 Feb 2006 15:16:19 +0100
Received: from root by RZ-Wenk1.HS-Karlsruhe.DE with local (Exim 4.60 (FreeBSD))
	(envelope-from <root@hs-karlsruhe.de>)
	id 1F9jvf-0002bE-AJ; Thu, 16 Feb 2006 15:16:19 +0100
Message-Id: <E1F9jvf-0002bE-AJ@RZ-Wenk1.HS-Karlsruhe.DE>
Date: Thu, 16 Feb 2006 15:16:19 +0100
From: Ralf Wenk <RZ-FreeBSD0605@hs-karlsruhe.de>
Reply-To: Ralf Wenk <RZ-FreeBSD0605@hs-karlsruhe.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Ralf Wenk <RZ-FreeBSD0605@hs-karlsruhe.de>
Subject: dc interface attach failed after upgrade to 6.1-PRERELEASE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         93431
>Category:       kern
>Synopsis:       [pccard] dc interface attach failed after upgrade to 6.1-PRERELEASE (regression)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 16 14:20:04 GMT 2006
>Closed-Date:    Tue Apr 24 03:55:20 GMT 2007
>Last-Modified:  Tue Apr 24 03:55:20 GMT 2007
>Originator:     Ralf Wenk
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
Hochschule Karlsruhe - Technik und Wirtschaft, University of Applied Sciences
>Environment:
System: FreeBSD 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #0: Wed Feb 15 14:58:42 CET 2006 root@RZ-TP390x:/usr/obj/usr/src/sys/GENERIC i386


>Description:
After upgrading a IBM ThinkPad 390X from
  FreeBSD 6.0-STABLE #0: Tue Jan  3 14:52:57 CET 2006
to
  FreeBSD 6.1-PRERELEASE #0: Wed Feb 15 14:58:42 CET 2006
the dc interface will not attach any more.
Using a GENERIC or special kernel makes no difference.
A fxp interface card from a different laptop is working fine.

>How-To-Repeat:
Booting 6.1-PRERELEASE with the dc interface card inserted shows:

cbb1: bad Vcc request. ctrl=0x33, status=0x30000b20
cbb_power: 3V
cardbus1: Unable to allocate resource to read CIS.
cardbus1: Unable to allocate resources for CIS
dc0: <Xircom X3201 10/100BaseTX> port 0x1100-0x117f mem 0x88000000-0x880007ff,0x88001000-0x880017ff at device 0.0 on cardbus1
dc0: No station address in CIS!
device_attach: dc0 attach returned 6
cbb1: bad Vcc request. ctrl=0x0, status=0x30000b68
cbb_power: 0V

Removing the card and inserting it again:

cbb1: bad Vcc request. ctrl=0x33, status=0x30000b20
cbb_power: 3V
cardbus1: Unable to allocate resource to read CIS.
cardbus1: Unable to allocate resources for CIS
dc0: <Xircom X3201 10/100BaseTX> port 0x1100-0x117f mem 0x88000000-0x880007ff,0x88001000-0x880017ff at device 0.0 on cardbus1
dc0: No station address in CIS!
device_attach: dc0 attach returned 6
cbb1: bad Vcc request. ctrl=0x0, status=0x30000b68
cbb_power: 0V

Inserting a fxp card instead of the dc card:

cbb1: bad Vcc request. ctrl=0x33, status=0x30000b20
cbb_power: 3V
cbb alloc res fail
fxp0: <Intel 82550 Pro/100 Ethernet> port 0x1000-0x103f mem 0x88000000-0x8801fff
f,0x88000000-0x88000fff at device 0.0 on cardbus1
miibus0: <MII bus> on fxp0
inphy0: <i82555 10/100 media interface> on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:03:47:4a:41:35

>Fix:

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: glebius 
Responsible-Changed-When: Fri Feb 17 07:35:13 UTC 2006 
Responsible-Changed-Why:  
Looks like a new regression in pccard. No changes to dc(4) had 
been made in RELENG_6. 

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

From: Ralf Wenk <RZ-FreeBSD0605@hs-karlsruhe.de>
To: bug-followup@FreeBSD.org,RZ-FreeBSD0605@hs-karlsruhe.de
Cc: Ralf Wenk <RZ-FreeBSD0605@hs-karlsruhe.de>
Subject: Re: kern/93431: [pccard] dc interface attach failed after upgrade to 6.1-PRERELEASE (regression)
Date: Fri, 10 Mar 2006 09:20:09 +0100

 The problem is fixed with a
 FreeBSD 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Wed Mar  8 18:22:08 CET 2006 root@RZ-TP390x:/usr/obj/usr/src/sys/GENERIC i386
 
 Thank you all.
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Apr 24 03:54:55 UTC 2007 
State-Changed-Why:  
Submitter notes this was fixed in 6.1. 

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