From owner-freebsd-current@FreeBSD.ORG Mon Nov 24 10:34:55 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 663521065670 for ; Mon, 24 Nov 2008 10:34:55 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.190]) by mx1.freebsd.org (Postfix) with ESMTP id A509F8FC14 for ; Mon, 24 Nov 2008 10:34:46 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id a1so1163238tib.3 for ; Mon, 24 Nov 2008 02:34:44 -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=Bh3qZhgl7us3T9m/KAABuVB0dBX+sVCo+p7MzQAO8bk=; b=uJOslVVtkzddX19JteWZTYjrAXun3lxh7ZFCmGUV67jZfytSik0/UZpRufnO9jFzYt R7VQ/wgUtNWsez5BCu3dYX8yXBUTFyuhwuZZsocu0nUCYvOfKlyBNRijcrXTwS/i7BlC B0g9pUObHOE15tusXrEJVyWehOqqQtKVBJdzY= 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=aYS4aR8OCEC5+uQheyHm/n+a6xlhDlj3qlV0FOtx4GvmQ6qYkw9iEpvWHe4FQTTbWL PWiqSroLVFMErcwm9PKFGuDbS7aES0/pHLOUf2/UDHuLjjoSfYF8pD5tqcaTmu3i195X 6MwISE4VTbePUHXsijkGOjQusFoyyN5/YzHmU= Received: by 10.110.41.20 with SMTP id o20mr4771438tio.1.1227522884531; Mon, 24 Nov 2008 02:34:44 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id a14sm230366tia.12.2008.11.24.02.34.40 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Nov 2008 02:34:43 -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 mAOAWcGQ081041 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 24 Nov 2008 19:32:38 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mAOAWaY3081040; Mon, 24 Nov 2008 19:32:36 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Mon, 24 Nov 2008 19:32:36 +0900 From: Pyun YongHyeon To: "John ." Message-ID: <20081124103236.GN78954@cdnetworks.co.kr> References: <7d6fde3d0811221639s3f60fea5n80b7b76321c766a6@mail.gmail.com> <20081124024409.GG78954@cdnetworks.co.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: Garrett Cooper , freebsd-current@freebsd.org Subject: Re: trying to make a Toshiba Satellite Pro A300 work with FreeBSD 8-CURRENT (2008.11) 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: Mon, 24 Nov 2008 10:34:55 -0000 On Mon, Nov 24, 2008 at 08:00:09AM +0000, John . wrote: > Hello, thanks for looking at this. > > > It looks like 88E8072(Yukon Extreme). It's not supported yet and it > > requires more code to support newer Tx descriptor format as well as > > new workaround for this controller. I don't have these hardwares > > and it's somewhat hard to write a patch without accessing hardware. > > I could get it online with an external card (pcmcia) if you wish. > Please let me know if this is acceptable. Remote hardware debugging is really hard and requires some remote (hardware) configuration to see what's goining on and have a way to enter debugger etc. Since msk(4) is still behind in newer controller support I should have had to sit down and write a patch for it. In these days it's getting harder to find spare time and there are too many drivers in tree that needs attention. If I manage to have a patch I'll let me know. -- Regards, Pyun YongHyeon