From owner-freebsd-stable@FreeBSD.ORG Fri Jan 2 04:55:26 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2882416A4CE for ; Fri, 2 Jan 2004 04:55:26 -0800 (PST) Received: from regix.com (regisr.net1.nerim.net [62.212.109.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E16343D5A for ; Fri, 2 Jan 2004 04:55:24 -0800 (PST) (envelope-from regisr@regix.com) Received: from crocoite.home.regix.com (localhost.home.regix.com [127.0.0.1]) by regix.com (8.12.10/8.12.9) with ESMTP id i02CtMUC000471 for ; Fri, 2 Jan 2004 13:55:22 +0100 (CET) (envelope-from regisr@crocoite.home.regix.com) Received: (from regisr@localhost) by crocoite.home.regix.com (8.12.10/8.12.9/Submit) id i02CtMAP000470 for freebsd-stable@freebsd.org; Fri, 2 Jan 2004 13:55:22 +0100 (CET) Message-ID: X-Mailer: XFMail 1.5.4 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 02 Jan 2004 13:55:22 +0100 (CET) Organization: Regix Sender: regisr@crocoite.regix.com From: regis rampnoux To: freebsd-stable@freebsd.org Subject: sis driver X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jan 2004 12:55:26 -0000 Hello, I want to change my SMC network card using de driver by a Netgear FA311 card using sis driver. I have also a Rhine III (vr) interface on the same computer. The 'de' works fine. When I install the sis I can send ping but never obtain the reply! ifconfig reports a coorect configuration with ipaddress (static in rc.conf) When I ping I can see the led blinking on the otherside. I tried few configurations without success. de0: port 0xb000-0xb07f mem 0xe0140000-0xe014007f irq 1 1 at device 8.0 on pci0 de0: SMC 21041 [10Mb/s] pass 1.1 de0: address 00:00:c0:c5:8e:f8 sis0: port 0xc4 00-0xc4ff mem 0xe0120000-0xe0120fff irq 12 at device 11.0 on pci0 sis0: Ethernet address: 00:40:f4:60:ad:47 miibus0: on sis0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto I don't put the two in the same time in the computer! vr0 is on miibus1 -- regisr