From owner-freebsd-bugs@FreeBSD.ORG Sun Aug 19 14:50:01 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75DEF16A417 for ; Sun, 19 Aug 2007 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5529713C474 for ; Sun, 19 Aug 2007 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l7JEo17x011463 for ; Sun, 19 Aug 2007 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l7JEo17F011462; Sun, 19 Aug 2007 14:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 19 Aug 2007 14:50:01 GMT Resent-Message-Id: <200708191450.l7JEo17F011462@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Osamu Hasegawa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6064616A41A for ; Sun, 19 Aug 2007 14:45:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3857613C46C for ; Sun, 19 Aug 2007 14:45:10 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l7JEj93J017577 for ; Sun, 19 Aug 2007 14:45:09 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.1/8.14.1/Submit) id l7JEj93i017576; Sun, 19 Aug 2007 14:45:09 GMT (envelope-from nobody) Message-Id: <200708191445.l7JEj93i017576@www.freebsd.org> Date: Sun, 19 Aug 2007 14:45:09 GMT From: Osamu Hasegawa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/115623: Xircom CardBus Ethernet II 10/100 Adapter (CBE2-100) doesn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Aug 2007 14:50:01 -0000 >Number: 115623 >Category: kern >Synopsis: Xircom CardBus Ethernet II 10/100 Adapter (CBE2-100) doesn't work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Aug 19 14:50:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Osamu Hasegawa >Release: FreeBSD 7.0-CURRENT (i386) >Organization: >Environment: >Description: On FreeBSD 6.2-Release (i386), Xircom CBE2-100 CardBus Ethernet Adapter is working. dc0: port 0x1000-0x107f mem 0x88000000-0x880007ff,0x88001000-0x880017ff irq 3 at device 0.0 on cardbus0 miibus0: on dc0 tdkphy0: on miibus0 tdkphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc0: Ethernet address: 00:10:a4:(snip) On -current cvsupped Jul 29,2007, it won't work. cardbus0: Unable to allocate resource to read CIS. cardbus0: Unable to allocate resources for CIS dc0: port 0x1000-0x107f mem 0x88000000-0x880007ff,0x88001000-0x880017ff irq 3 at device 0.0 on cardbus0 dc0: No station address in CIS! device_attach: dc0 attach returned 6 On the another test machine, I cvsupped -current date=2005.12.28.00.00.00 It worked as below. dc1: port 0x1080-0x10ff mem 0x88000000-0x880007ff,0x88000800-0x88000fff irq 10 at device 0.0 on cardbus1 miibus1: on dc1 tdkphy0: on miibus1 tdkphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto dc1: Ethernet address: 00:10:a4:(snip) But, date=2005.12.29.23.39.00, it did't work. /src/sys/dev/pccbb/pccbb.c versions 1.136 or later might have problem. cardbus1: Bad header in rom 0: [0] ffff cardbus1: Unable to allocate resources for CIS cardbus1: Resource not specified in CIS: id=10, size=80 cardbus1: Resource not specified in CIS: id=14, size=800 cardbus1: Resource not specified in CIS: id=18, size=800 dc1: port 0x1080-0x10ff mem 0x88000000-0x880007ff,0x88001000-0x880017ff irq 10 at device 0.0 on cardbus1 dc1: No station address in CIS! device_attach: dc1 attach returned 6 Similar report was here. http://lists.freebsd.org/mailman/htdig/freebsd-current/2006-October/066510.html >How-To-Repeat: Insert Xircom CBE2-100 Ethernet Adapter into cardbus slot. >Fix: >Release-Note: >Audit-Trail: >Unformatted: