From owner-freebsd-sparc64@FreeBSD.ORG Tue Aug 24 01:02:44 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F369816A4CE for ; Tue, 24 Aug 2004 01:02:43 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82CE743D6B for ; Tue, 24 Aug 2004 01:02:43 +0000 (GMT) (envelope-from jogorman@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so41017rnl for ; Mon, 23 Aug 2004 18:02:37 -0700 (PDT) Received: by 10.38.102.54 with SMTP id z54mr991204rnb; Mon, 23 Aug 2004 18:02:37 -0700 (PDT) Received: by 10.38.81.44 with HTTP; Mon, 23 Aug 2004 18:02:37 -0700 (PDT) Message-ID: Date: Mon, 23 Aug 2004 20:02:37 -0500 From: Jim O'Gorman To: Aled Morris In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: cc: freebsd-sparc64@freebsd.org Subject: Re: Gigabit Ethernet X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jim O'Gorman List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 01:02:44 -0000 Thanks for trying that, I was going to order that card tomorrow morning. You just saved me money! Thanks Jim On Tue, 24 Aug 2004 01:33:20 +0100 (BST), Aled Morris wrote: > On Mon, 23 Aug 2004, Will Andrews wrote: > > >I tested sk(4), nge(4), ti(4), and lge(4) cards on my sparc64 > >box. Unfortunately, they all need work before they'll work on > >sparc64. However, bge(4) should work as wpaul@ converted it to > >use the busdma(9) portable kernel bus memory mapping API. I have > >not personally tried putting my bge card into the sparc, though. > > > >The GA302T is listed as supported in the bge(4) man page so my > >guess is it would work with that. > > > I don't track this stuff but I happen to have a GA302T and an Ultra 5 so I > put the two together: > > # uname -a > FreeBSD SNAP-20040727 FreeBSD SNAP-20040727 #0: Sun Aug 1 04:30:37 UTC 2004 > root@bobbi.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC sparc64 > # kldload if_bge > bge0: mem > 0x10000-0x1ffff at d > evice 1.0 on pci2 > bge0: firmware handshake timed out > bge0: PHY read timed out > bge0: MII without any PHY! > panic: trap: memory address not aligned > cpuid = 0; > KDB: enter: panic > [thread 100033] > Stopped at kdb_enter+0x38: ta %xcc, 1 > db> > > I'm happy to try any other code if it would help. > > Aled >