From owner-freebsd-current@FreeBSD.ORG Wed Dec 3 09:03:33 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 A022A106567B for ; Wed, 3 Dec 2008 09:03:33 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id 696868FC24 for ; Wed, 3 Dec 2008 09:03:33 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so3307256rvf.43 for ; Wed, 03 Dec 2008 01:03:33 -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=ag2P2T39aNPLhaN7rh+tZyXzPLR8oooDSF65BQ2dzRk=; b=sL75x+Yk5TOrKJ+RSZ30s+TTk02Uk5X6BJy+heahUmIwLarqbdFrQuhdhZ8o0uW8C0 QySsquTf9anBV0L+e1DVKIu9zBs+9sEX/ojm6E6bHvDIrNR7MuFkXcZrVKEnDjuCw9gr S7wyrsf38OegHIL8ABFHsJUhAYnPvU+/bt3BA= 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=kbZlfwNOeSEFl9eeSAHgpTWUK39mZmWwyN1x7QU0uDWADjLXYR6tPM/6sk6c1RA4oi R736KUxPP1fOzyXzFHoqnkf394f7oPg3qeaCStEHtlS1Er5cfzZyOnSGDLJ3ZAcT5Gn2 CclMsDl3xzvaj7Nw/8FnFU1uemNQSMJXbDoNQ= Received: by 10.141.162.16 with SMTP id p16mr6199361rvo.262.1228295012972; Wed, 03 Dec 2008 01:03:32 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id b8sm11978028rvf.3.2008.12.03.01.03.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 03 Dec 2008 01:03:32 -0800 (PST) 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 mB393Qu9011255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 3 Dec 2008 18:03:27 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mB393MGp011254; Wed, 3 Dec 2008 18:03:22 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Wed, 3 Dec 2008 18:03:22 +0900 From: Pyun YongHyeon To: k m Message-ID: <20081203090322.GH9639@cdnetworks.co.kr> References: <870d2e5a0812022051q2007b46eq4fd2115f76f3e5d6@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <870d2e5a0812022051q2007b46eq4fd2115f76f3e5d6@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@freebsd.org Subject: Re: ASUS Eee PC S101 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, 03 Dec 2008 09:03:33 -0000 On Wed, Dec 03, 2008 at 01:51:54PM +0900, k m wrote: > Hi, > > I bought ASUS Eee PC S101 > (http://eeepc.asus.com/global/products101.html), and installed the > recent CURRENT according to the information at > http://wiki.freebsd.org/AsusEee . It basically works. > > > Atheros L1 FastEthernet: (it works) > It basically works. But, I met the same situation as mentioned in the > recent mail(http://lists.freebsd.org/pipermail/freebsd-current/2008-December/000871.html). > It had happened when I mounted nfs of ports tree and did 'make > instlall' for some ports. It made everything very slow, but everything I've committed fix to HEAD(r185577). Copy ale(4) from HEAD and try again. -- Regards, Pyun YongHyeon