Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2006 05:07:49 GMT
From:      Zhu Xian Wen <zhuxianwen@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/91782: can't build kernel cause to incorrectly used VLAN_INPUT_TAG api in if_ti.c
Message-ID:  <200601140507.k0E57nRi086014@www.freebsd.org>
Resent-Message-ID: <200601140510.k0E5A3Qw079869@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 14 05:10:03 GMT 2006
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601140507.k0E57nRi086014>