From nobody@FreeBSD.org  Sat Jan 14 05:07:49 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id ED2C316A41F
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Jan 2006 05:07:49 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id B19D343D46
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Jan 2006 05:07:49 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k0E57ndC086015
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 14 Jan 2006 05:07:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k0E57nRi086014;
	Sat, 14 Jan 2006 05:07:49 GMT
	(envelope-from nobody)
Message-Id: <200601140507.k0E57nRi086014@www.freebsd.org>
Date: Sat, 14 Jan 2006 05:07:49 GMT
From: Zhu Xian Wen <zhuxianwen@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: can't build kernel cause to incorrectly used VLAN_INPUT_TAG api in if_ti.c
X-Send-Pr-Version: www-2.3

>Number:         91782
>Category:       kern
>Synopsis:       can't build kernel cause to incorrectly used VLAN_INPUT_TAG api in if_ti.c
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 14 05:10:03 GMT 2006
>Closed-Date:    Sat Jan 14 08:58:33 GMT 2006
>Last-Modified:  Sat Jan 14 08:58:33 GMT 2006
>Originator:     Zhu Xian Wen
>Release:        FreeBSD 6.0 stable
>Organization:
IBM ISSC (ShenZhen Office)
>Environment:
FreeBSD zhuxianw.home.net 6.0-STABLE FreeBSD 6.0-STABLE #0: Sta Jan 14 11:38:42 CST 2006     root@zhuxianw.home.net:/usr/obj/usr/src/sys/GENERIC i386
>Description:
              currently, /usr/src/sys/pci/if_ti.c use VLAN_INPUT_TAG function, if use this function, system compiling must be break cause to the parameters number is different with the function required, I believe that the function should use VLAN_INPUT_TAG_NEW, but not VLAN_INPUT_TAG.

         hope some can fixed it ASAP
>How-To-Repeat:
              when VLAN_INPUT_TAG in /usr/src/sys/pci/if_ti.c, can't compile kernel, the process must be break due to the function parameter miss; when use VLAN_INPUT_TAG_NEW, all compiling process are sucessfull.
>Fix:
              use function VLAN_INPUT_TAG_NEW replace VLAN_INPUT_TAG function
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jan 14 08:57:45 UTC 2006 
State-Changed-Why:  
Please report kernel build errors on the appropriate list, in this case, 
freebsd-stable.  They tend to get noted and fixed much faster there than 
through the PR database. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=91782 
>Unformatted:
