From owner-freebsd-stable@FreeBSD.ORG Sat Jan 10 07:41:35 2009 Return-Path: Delivered-To: FreeBSD-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CE901065672 for ; Sat, 10 Jan 2009 07:41:35 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id C9D8B8FC0A for ; Sat, 10 Jan 2009 07:41:34 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so11186661rvf.43 for ; Fri, 09 Jan 2009 23:41:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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=EpwF6PoqSmhyM4h2kRxinsRJQ871+hUWrQdGOQ2KdWg=; b=ducAbwKNc9sIc0xu/ZqXZizkizQdC7lLtEtFQegfNJFZ0SKBUWrbXAZ5ePYlP0jqhG qaH18RhItvC7ucdMD4Fh5WBqUXB/L9YOMh0N2nxSUtw2Iwj/Yfldf4iwWSNeLYeevNfr dOr1rdIH+cjFayx8RyLO0omcPotyDgfBLwLg4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=gGB0i3bx+JbS9qPYvQ+Kxumre3+KjE3U+OAoTJiGzCE+an25us85AoxGSRKqDFYhBV 1suBpe9oJ9jTLp2dBBvUPINuCPRzu00T5PFYEYoH5vobJrBfCLF9quBsnxMpHNPU0r6n 7uw34UWqtqY4uD1EleMb8bdb1UV/7sU8yf00A= Received: by 10.141.13.13 with SMTP id q13mr13198687rvi.163.1231573294547; Fri, 09 Jan 2009 23:41:34 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id g31sm68419409rvb.4.2009.01.09.23.41.31 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 09 Jan 2009 23:41:33 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.14.3/8.14.3) with ESMTP id n0A7fLBR039762 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 10 Jan 2009 16:41:21 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.14.3/8.14.3/Submit) id n0A7fKMS039761; Sat, 10 Jan 2009 16:41:20 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 10 Jan 2009 16:41:20 +0900 From: Pyun YongHyeon To: Barbara Message-ID: <20090110074120.GM30747@cdnetworks.co.kr> References: <21490254.1241291231556844215.JavaMail.defaultUser@defaultHost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <21490254.1241291231556844215.JavaMail.defaultUser@defaultHost> User-Agent: Mutt/1.4.2.3i Cc: FreeBSD-stable@FreeBSD.org Subject: Re: Lock enabling onboard lan (Attansic L1 GbE) on 7.1-PRERELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 07:41:35 -0000 On Sat, Jan 10, 2009 at 04:07:24AM +0100, Barbara wrote: [...] > >Would try the following WIP version? > >http://people. > freebsd.org/~yongari/age/if_age.c > >http://people.freebsd. > org/~yongari/age/if_agereg.h > >I have no longer access to L1 hardware so I don't > know whether it > >helps or not. > > > >-- > >Regards, > >Pyun YongHyeon > > Well, it > works! > As I've said, it's not a real problem for me, but I'm so sorry about not > having tested before so it could be merged before 7.1-RELEASE, but I had it > disabled and nearly forgot about that. > Please, feel free to ask whenever you > want if you want me doing tests on that NIC. > I'm confused, the WIP version works whereas age(4) in 7.1-RELEASE didn't work right? If the WIP version works, would you show me the output of verbose boot message? -- Regards, Pyun YongHyeon