kern/91782: can't build kernel cause to incorrectly used VLAN_INPUT_TAG api in if_ti.c

Zhu Xian Wen zhuxianwen at gmail.com
Fri Jan 13 21:10:04 PST 2006


>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 at 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:


More information about the freebsd-bugs mailing list