From owner-freebsd-current@FreeBSD.ORG Wed Apr 2 08:52:25 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C258F106566B for ; Wed, 2 Apr 2008 08:52:25 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.247]) by mx1.freebsd.org (Postfix) with ESMTP id 6B51C8FC21 for ; Wed, 2 Apr 2008 08:52:25 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by an-out-0708.google.com with SMTP id c14so705479anc.13 for ; Wed, 02 Apr 2008 01:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=FoUYzYxu2XnQTn0Bn4eeF4FXrHtgyIvzzPQMExyRrsQ=; b=JJyo2sw/euXe8HBGdwPM5Nv4CNL2+l4w62KKMP/oV+zPoJd/3YJmqA6GtkRLm3lNhdlg0kG4q3rq8kW+bdBXEIPgJk1SP6og9IWEENBoT3unuTN9XsO+8MbmF55hgKg0hdYnm8xC6OoGcQV4J0gKBuwopmOtmrg5Oj1DsS+l99Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=kgTBo85oijh6aclWz+Q1Wk0xF4GhDWrDocA54f8Bc1XzXsKkFaF1zNAE1fLJhgZ34YpKY2ooJAS/a48EoLlaJl7IzybwM9IfMDJSab+hlc2aDjNaRB1cbA4iDJ/eTL/SlhGn8yUaqToIoe+Y3CmUjYuK+SvlytW2qbVXKurMSMs= Received: by 10.100.152.5 with SMTP id z5mr21993445and.83.1207126335885; Wed, 02 Apr 2008 01:52:15 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id l48sm1531258wrl.4.2008.04.02.01.52.12 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Apr 2008 01:52:14 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m328q8t8020043 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 2 Apr 2008 17:52:08 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m328q7Jv020042; Wed, 2 Apr 2008 17:52:07 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 2 Apr 2008 17:52:07 +0900 From: Pyun YongHyeon To: Stuart Fraser Message-ID: <20080402085207.GD18494@cdnetworks.co.kr> References: <0fc501c893c7$dfbf99b0$9f3ecd10$@net> <20080402002729.GA18494@cdnetworks.co.kr> <483f01c89493$4b8d8b90$e2a8a2b0$@net> <20080402081643.GC18494@cdnetworks.co.kr> <48a901c8949b$d88166e0$898434a0$@net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="zhXaljGHf11kAtnf" Content-Disposition: inline In-Reply-To: <48a901c8949b$d88166e0$898434a0$@net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: vge(4) driver not working at 1G speeds X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Apr 2008 08:52:25 -0000 --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Wed, Apr 02, 2008 at 09:30:40AM +0100, Stuart Fraser wrote: > Oops, no coffee yet, here you go. > > pcib3: slot 0 INTA hardwired to IRQ 28 > vge0: port 0xe800-0xe8ff mem > 0xfeaffc00-0xfeaffcff irq 28 at device 0.0 on pci3 > vge0: Reserved 0x100 bytes for rid 0x14 type 3 at 0xfeaffc00 > miibus0: on vge0 > ukphy0: PHY 22 on miibus0 > ukphy0: OUI 0x0090c3, model 0x0019, rev. 0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, > 1000baseT-FDX, auto > vge0: using obsoleted if_watchdog interface > vge0: bpf attached > vge0: Ethernet address: 00:40:63:f3:7e:28 > ioapic1: routing intpin 4 (PCI IRQ 28) to vector 49 > vge0: [MPSAFE] > vge0: [ITHREAD] > Thanks a lot! Try attached patch and let me know how it goes. -- Regards, Pyun YongHyeon --zhXaljGHf11kAtnf Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ip1000phy.patch" --- sys/dev/mii/miidevs.orig 2008-03-07 06:42:48.000000000 +0900 +++ sys/dev/mii/miidevs 2008-04-02 17:48:19.000000000 +0900 @@ -51,6 +51,7 @@ oui ALTIMA 0x0010a9 Altima Communications oui AMD 0x00001a Advanced Micro Devices +oui ATHEROS 0x001374 Atheros Communications oui BROADCOM 0x001018 Broadcom Corporation oui CICADA 0x0003F1 Cicada Semiconductor oui DAVICOM 0x00606e Davicom Semiconductor @@ -112,6 +113,9 @@ model AMD 79c978 0x0039 Am79c978 HomePNA PHY model xxAMD 79C873 0x0000 Am79C873/DM9101 10/100 media interface +/* Atheros Communucations/Attansic PHYs. */ +model ATHEROS F1 0x0001 Atheros F1 10/100/1000 media interface + /* Broadcom Corp. PHYs. */ model BROADCOM 3C905B 0x0012 3c905B 10/100 internal PHY model BROADCOM 3C905C 0x0017 3c905C 10/100 internal PHY @@ -159,6 +163,7 @@ /* IC Plus Corp. PHYs */ model ICPLUS IP101 0x0005 IC Plus 10/100 PHY model ICPLUS IP1000A 0x0008 IC Plus 10/100/1000 media interface +model ICPLUS IP1001 0x0019 IC Plus IP1001 10/100/1000 media interface /* Intel PHYs */ model xxINTEL I82553AB 0x0000 i83553 10/100 media interface --- sys/dev/mii/ip1000phy.c.orig 2006-12-03 00:32:33.000000000 +0900 +++ sys/dev/mii/ip1000phy.c 2008-04-02 17:48:45.000000000 +0900 @@ -82,6 +82,7 @@ static const struct mii_phydesc ip1000phys[] = { MII_PHY_DESC(ICPLUS, IP1000A), + MII_PHY_DESC(ICPLUS, IP1001), MII_PHY_END }; --zhXaljGHf11kAtnf--