From owner-freebsd-current@FreeBSD.ORG Wed Oct 27 17:39:57 2004 Return-Path: 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 BE13916A4CF; Wed, 27 Oct 2004 17:39:57 +0000 (GMT) Received: from av9-1-sn4.m-sp.skanova.net (av9-1-sn4.m-sp.skanova.net [81.228.10.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A86A43D48; Wed, 27 Oct 2004 17:39:57 +0000 (GMT) (envelope-from diizzy@telia.com) Received: by av9-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id 8826937E4E; Wed, 27 Oct 2004 19:39:56 +0200 (CEST) Received: from smtp2-1-sn4.m-sp.skanova.net (smtp2-1-sn4.m-sp.skanova.net [81.228.10.183]) by av9-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 7A3E337E49; Wed, 27 Oct 2004 19:39:56 +0200 (CEST) Received: from d1o409.telia.com (d1o409.telia.com [195.67.227.82]) by smtp2-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id 620A437E4D; Wed, 27 Oct 2004 19:39:56 +0200 (CEST) Received: by d1o409.telia.com (8.11.1/8.10.1) id i9RHduS14512; Wed, 27 Oct 2004 19:39:56 +0200 (CEST) Date: Wed, 27 Oct 2004 19:39:56 +0200 (CEST) Message-Id: <200410271739.i9RHduS14512@d1o409.telia.com> X-Authentication-Warning: d1o409.telia.com: www set sender to diizzy@telia.com using -f From: "Daniel Engberg" To: "David O'Brien" X-Mailer: SF Webmail X-SF-webmail-clientstamp: [217.210.253.102] 2004-10-27 19:39:56 cc: freebsd-current@freebsd.org Subject: Re: AMD PCnet/PCI Fast Ethernet driver issues in 5.3RC1 / 5.3-STABLE X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Engberg List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 17:39:57 -0000 quoting Daniel Engberg : > quoting David O'Brien : > > > On Sat, Oct 23, 2004 at 12:06:26AM +0200, Daniel Engberg wrote: > > > Hi, > > > Currently I'm running 5.3-RC1 / 5.3-STABLE and it seems like this > > > version have issues with AMD PCnet/PCI Fast Ethernet NICs. The driver > > > (pcn) loads and detects the NIC properly without any errors but the > > > interface is unable to trasmit or receive any data. A workaround (not a > > > very nice one afaik), is to recompile the kernel and leave out the pcn > > > driver. By doing so FreeBSD will use the old lnc driver instead which > > > works. Any ideas what's causing this behaviour? > > > I'm using "FreeBSD BOX.BUNDLE 5.3-STABLE FreeBSD 5.3-STABLE #1: Thu Oct > > > 21 17:55:29 CEST 2004". > > > > What is the dmesg output for this device? Several of my machines have > > pcn(4) devices: > > > > pcn0: > > > > with zero problems. > > > > -- > > -- David (obrien@FreeBSD.org) > > > > Hi, the dmesg output is the following. > pcn0: port 0xe400-0xe41f mem > 0xe2001000-0xe200101f irq 11 at device 10.0 on pci0 > miibus0: on pcn0 > lxtphy0: on miibus0 > lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, > 100baseTX-FDX, audio > pcn0: Ethernet address: 00:60:b0:eb:c3:c6 > pcn0: if_start running deferred for Giant > pcn0: [GIANT-LOCKED] > //Danne > If it's to any help the nics (I have two) says AM79C971KC on the network chip and I also made a typo in my previous post, audio should be auto. //Danne