From owner-freebsd-net@FreeBSD.ORG Mon Dec 8 10:16:51 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 EAE7A1065675 for ; Mon, 8 Dec 2008 10:16:51 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 77BEF8FC16 for ; Mon, 8 Dec 2008 10:16:51 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so413565eyi.7 for ; Mon, 08 Dec 2008 02:16:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=eePLHbckbbsqag/IQPm3HA3MM19VMUkiE1N1za1HCHU=; b=gDj98NEpu5m2mQA89WACg+KW3pIfbq5BiQFOlyOF+viegKs7LCE8Xbv3bO8QCuMFVW 1Sb3OPm5Ugz28dXNLbfErP6PXGuSRWQPB7HNOAhD0W3PIWc7KhztXDXu7VF9/5v2MbZf pSgyBdZxsYMwTTIUy8rKp+45/eTfoUswDj4tQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=le8d2xdorQQpAGwA0xMXYMd8N9zm/bSr8XU6w+CVFTaWkvoiOVJ0OTcWitmNbIvcWV itSUWyfB4YkOLuW5l+HatXYzsI6gy9eKinph2ZScoBDBCMV/Dig5TszSGa8wpcayYO7H irfiR3nDSv0Ih9giyVNXRPypmFTlIshf0JBgI= Received: by 10.210.66.1 with SMTP id o1mr3402200eba.174.1228731410117; Mon, 08 Dec 2008 02:16:50 -0800 (PST) Received: from localhost.localdomain ([213.152.137.42]) by mx.google.com with ESMTPS id 7sm1737363eyg.22.2008.12.08.02.16.48 (version=SSLv3 cipher=RC4-MD5); Mon, 08 Dec 2008 02:16:49 -0800 (PST) Message-ID: <493CF424.4040206@gmail.com> Date: Mon, 08 Dec 2008 13:17:08 +0300 From: Vladimir Ermakov User-Agent: Thunderbird 2.0.0.18 (X11/20081119) MIME-Version: 1.0 To: pyunyh@gmail.com References: <49392FDD.8050209@gmail.com> <20081206022205.GD22093@cdnetworks.co.kr> <20081208004802.GB29560@cdnetworks.co.kr> In-Reply-To: <20081208004802.GB29560@cdnetworks.co.kr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Dec 2008 10:16:52 -0000 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 ... /Vladimir Ermakov