From owner-freebsd-stable@FreeBSD.ORG Sun Jan 11 00:55:40 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 C735E16A4CE for ; Sun, 11 Jan 2004 00:55:40 -0800 (PST) Received: from iscan1.intra.oki.co.jp (okigate.oki.co.jp [202.226.91.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DA9743D39 for ; Sun, 11 Jan 2004 00:55:35 -0800 (PST) (envelope-from yamamoto436@oki.com) Received: from aoi.okilab.oki.co.jp (localhost.localdomain [127.0.0.1]) by iscan1.intra.oki.co.jp (8.9.3/8.9.3) with SMTP id RAA11114 for ; Sun, 11 Jan 2004 17:55:34 +0900 Received: (qmail 23568 invoked from network); 11 Jan 2004 17:55:33 +0900 Received: from tulip.okilab.oki.co.jp (172.24.23.187) by aoi.okilab.oki.co.jp with SMTP; 11 Jan 2004 17:55:33 +0900 Received: from localhost (tulip [172.24.23.187])i0B8uj0H002218 for ; Sun, 11 Jan 2004 17:56:46 +0900 (JST) (envelope-from yamamoto436@oki.com) Date: Sun, 11 Jan 2004 17:56:45 +0900 (JST) Message-Id: <20040111.175645.112628358.yamamoto436@oki.com> To: stable@freebsd.org From: Hideki Yamamoto In-Reply-To: <20031230.053858.74753983.yamamoto436@oki.com> References: <20031229.184207.74681106.yamamoto436@oki.com> <20031229.191615.71155718.yamamoto436@oki.com> <20031230.053858.74753983.yamamoto436@oki.com> X-Mailer: Mew version 2.2 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: bge drivers does not work for 3COM 3C996-SX / 3C996B-T 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: Sun, 11 Jan 2004 08:55:41 -0000 Hi, After all, SUN recognise the FreeBSD box with 3COM 3C996-SX by setting adv_1000autoneg_cap = 0 in /kernel/drv/ge.conf on Solaris, As 3COM 3C996-SX does not support MIIbus, my patch I wrote last year was meaningless. Regards, Hideki Yamamoto From: Hideki Yamamoto Subject: Re: bge drivers does not work for 3COM 3C996-SX / 3C996B-T Date: Tue, 30 Dec 2003 05:38:58 +0900 (JST) Message-ID: <20031230.053858.74753983.yamamoto436@oki.com> > > Hi, > > I added code to recognize 3com 1000base-SX card as miibus and > compiled them, but I do not have time to test yet. > I think this may solove my original problem that link of SUN SX card > does not go up, though 3com card goes up well. > > I will start testing it from Jan.4,2004. I uploaded the fixed code > on my web page, http://members.aol.com/hyama99/. > > I appreciate If someone gives me comments on the code before testing. > > Date: Mon, 29 Dec 2003 19:16:15 +0900 (JST) > > > > Dear Peters > > > > > > > > > > > > bge0: mem > > > > > 0xf7ef0000-0xf7efffff irq 10 at device 1.0 on pci1 bge0: Ethernet > > > > > address: 00:04:76:e1:06:cf > > > > > > > > No miibus or PHY on bge0? > > > > > > Sorry, I cannot answer because my knowledge is not sufficient. > > > > Neither PHY nor miibus exist on bge0 and bge2. > > Both bge0 and bge2 are SX cards. The following is the full dmesg. > > bge1 and bge3 have miibus and phy. > > > ------------------------------------------------------------ > > bge0: mem 0xf7ef0000-0xf7efffff irq 10 at device 1.0 on pci1 > > bge0: Ethernet address: 00:04:76:e1:06:cf > > bge1: mem 0xf7ee0000-0xf7eeffff irq 11 at device 2.0 on pci1 > > bge1: Ethernet address: 00:0b:cd:d2:b0:40 > > miibus0: on bge1 > > brgphy0: on miibus0 > > brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto > > bge2: mem 0xf7ff0000-0xf7ffffff irq 15 at device 1.0 on pci4 > > bge2: Ethernet address: 00:0a:5e:1d:83:25 > > bge3: mem 0xf7fe0000-0xf7feffff irq 16 at device 2.0 on pci4 > > bge3: Ethernet address: 00:0b:cd:d2:b0:3b > > miibus1: on bge3 > > brgphy1: on miibus1 > > brgphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto > > bge0: gigabit link up > > bge2: gigabit link up > > ------------------------------------------------------------ > > Regards, > > Hideki Yamamoto