Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Aug 2008 18:40:09 GMT
From:      Kees Jan Koster <kjkoster@kjkoster.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/115623: [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Adapter (CBE2-100) doesn't work [regression]
Message-ID:  <200808111840.m7BIe9Ks093189@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/115623; it has been noted by GNATS.

From: Kees Jan Koster <kjkoster@kjkoster.org>
To: bug-followup@FreeBSD.org, kdn_pc215hqj11010@mbr.nifty.com
Cc:  
Subject: Re: kern/115623: [cardbus] [patch] Xircom CardBus Ethernet II 10/100 Adapter (CBE2-100) doesn't work [regression]
Date: Mon, 11 Aug 2008 15:26:58 +0200

 I have tested the patch and confirmed that it resolves the issue for me.
 
 FreeBSD pepper.java-monitor.com 7.0-STABLE FreeBSD 7.0-STABLE #1: Mon  
 Aug 11 14:57:01 CEST 2008     kjkoster@pepper.java-monitor.com:/usr/ 
 obj/usr/src/sys/GENERIC  i386
 
 Before the patch, from dmesg:
 
 dc0: <Xircom X3201 10/100BaseTX> port 0xe000-0xe07f mem  
 0xfc001000-0xfc0017ff,0xfc002000-0xfc0027ff irq 11 at device 0.0 on  
 cardbus0
 dc0: No station address in CIS!
 device_attach: dc0 attach returned 6
 
 
 After the patch, from dmesg:
 
 dc0: <Xircom X3201 10/100BaseTX> port 0xe000-0xe07f mem  
 0xfc001000-0xfc0017ff,0xfc002000-0xfc0027ff irq 11 at device 0.0 on  
 cardbus0
 miibus1: <MII bus> on dc0
 tdkphy0: <TDK 78Q2120 media interface> PHY 0 on miibus1
 tdkphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
 dc0: Ethernet address: 00:06:29:90:07:22
 dc0: [ITHREAD]
 dc0: link state changed to UP
 
 Could this patch please be committed to the main tree? Saves me  
 running this machine with a patched kernel.
 --
 Kees Jan
 
 http://java-monitor.com/forum/
 kjkoster@kjkoster.org
 06-51838192
 
 The secret of success lies in the stability of the goal. -- Benjamin  
 Disraeli
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808111840.m7BIe9Ks093189>