From owner-freebsd-current@FreeBSD.ORG Sat Jul 8 09:50:36 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 56DC216A4E5 for ; Sat, 8 Jul 2006 09:50:36 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av7-1-sn3.vrr.skanova.net (av7-1-sn3.vrr.skanova.net [81.228.9.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84A9843D4C for ; Sat, 8 Jul 2006 09:50:35 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 967273814C; Sat, 8 Jul 2006 11:24:01 +0200 (CEST) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 8851337E82; Sat, 8 Jul 2006 11:24:01 +0200 (CEST) Received: from 213-65-28-217-no21.tbcn.telia.com (213-65-28-217-no21.tbcn.telia.com [213.65.28.217]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 9284037E43; Sat, 8 Jul 2006 11:50:30 +0200 (CEST) From: Joel Dahl To: pyunyh@gmail.com In-Reply-To: <20060705114853.GB73705@cdnetworks.co.kr> References: <20060705114853.GB73705@cdnetworks.co.kr> Content-Type: text/plain Date: Sat, 08 Jul 2006 11:50:29 +0200 Message-Id: <1152352229.715.4.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Call for stge(4) testers X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 09:50:36 -0000 On Wed, 2006-07-05 at 20:48 +0900, Pyun YongHyeon wrote: > Hi, > > This is a ported driver from NetBSD stge(4). It supports the > following GigE adapters. I've tried your patch with RELENG_6. This is an integrated IC Plus NIC on a Abit AX8 motherboard. No problems so far... # dmesg: stge0: port 0xea00-0xeaff mem 0xdfffd000-0xdfffd0ff irq 22 at device 14.0 on pci0 stge0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xea00 miibus1: on stge0 ukphy0: on miibus1 ukphy0: OUI 0x0090c3, model 0x0008, rev. 0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto stge0: bpf attached stge0: Ethernet address: 00:50:8d:d3:54:cc ioapic0: routing intpin 22 (PCI IRQ 22) to vector 53 stge0: [MPSAFE] # pciconf -lv: stge0@pci0:14:0: class=0x020000 card=0x1416147b chip=0x102313f0 rev=0x41 hdr=0x00 vendor = 'Sundance Technology Inc' class = network subclass = ethernet -- Joel