From owner-freebsd-net@FreeBSD.ORG Tue Dec 9 04:31:39 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B28101065672 for ; Tue, 9 Dec 2008 04:31:39 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.229]) by mx1.freebsd.org (Postfix) with ESMTP id 7A3FB8FC17 for ; Tue, 9 Dec 2008 04:31:39 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1482820rvf.43 for ; Mon, 08 Dec 2008 20:31:39 -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=eazfay8GmodgFP91cyVJUTkqIjOaKYCNDlmSJilLmhc=; b=I2rlq3E1XYvYcFzBzg6GZ7IvKHecjNRHyk51gHZkq42HKwZQmOwgWoBiJlk6ZLOr8z ZqV17b0XHyo6ocwP/ANIF7GYWJkZ73b1FYHPOOiKhhoSbaYLq6ctEeNywhUa8wyLu6cg NEAdHm/7pYoSD/ee+Se9r0/VMdqUb2OhD3P18= 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=oc+5TKz620Wr2/45Jyx3t9asGQ4ZjaMCNlct6jrYMqHCx3bzPaSImYZkzF763zOTry iUpHqBcEyXw5Z1R95hvOj6hTHOdk2rvas9DMGGsZg2GUs32SEcRIJUkPPNNAeU3ZYmOz LfH70UFQ9lvZMVn7Kku5w0h++O5/WXl0561qo= Received: by 10.140.226.14 with SMTP id y14mr2035431rvg.59.1228797099157; Mon, 08 Dec 2008 20:31:39 -0800 (PST) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id k37sm8917006rvb.1.2008.12.08.20.31.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Dec 2008 20:31:38 -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 mB94VWFG034551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Dec 2008 13:31:32 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id mB94VUSb034550; Tue, 9 Dec 2008 13:31:30 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Tue, 9 Dec 2008 13:31:30 +0900 From: Pyun YongHyeon To: Vladimir Ermakov Message-ID: <20081209043130.GC33723@cdnetworks.co.kr> References: <49392FDD.8050209@gmail.com> <20081206022205.GD22093@cdnetworks.co.kr> <20081208004802.GB29560@cdnetworks.co.kr> <493CF424.4040206@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <493CF424.4040206@gmail.com> User-Agent: Mutt/1.4.2.1i Cc: freebsd-net@freebsd.org Subject: Re: vlan support trouble in if_sis driver ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2008 04:31:39 -0000 On Mon, Dec 08, 2008 at 01:17:08PM +0300, Vladimir Ermakov wrote: > Pyun YongHyeon wrote: > >Good. Would you show me the output of "pciconf -lcv"? > >If I don't see any oddities in the output, I would commit the > >patch. > > > > > what tests need to try? > > > > > > >If parent interface sis0 still works as expected(i.e. without VLAN) > >there is no need to test other cases, I guess. > > > > > OK > > # pciconf -lvc > ... > sis0@pci0:0:4:0: class=0x020000 card=0xe0001458 chip=0x09001039 > rev=0x90 hdr=0x00 > vendor = 'Silicon Integrated Systems (SiS)' > device = 'SiS900 sis 900 and integrated lan' > class = network > subclass = ethernet > cap 01[40] = powerspec 2 supports D0 D1 D2 D3 current D0 > ... > Thanks. Patch committed to HEAD(r185784). -- Regards, Pyun YongHyeon