From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 17:42:30 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1BFA37B401 for ; Mon, 14 Jul 2003 17:42:30 -0700 (PDT) Received: from mail.buzzardnews.com (mail.buzzardnews.com [64.235.227.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F31643FA3 for ; Mon, 14 Jul 2003 17:42:30 -0700 (PDT) (envelope-from shawn@buzzardnews.com) Received: from shawn ([216.117.221.133]) by mail.buzzardnews.com (8.11.3/8.11.3) with SMTP id h6F0gSh61702 for ; Mon, 14 Jul 2003 17:42:28 -0700 (PDT) Message-ID: <011d01c34a69$34e46270$85dd75d8@shawn> From: "Shawn Ramsey" To: Date: Mon, 14 Jul 2003 17:36:58 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Mailman-Approved-At: Mon, 14 Jul 2003 18:42:35 -0700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Unable to compile gigabit driver? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 00:42:31 -0000 I am not able to compile either the "ti", or "em" driver, and get the = following errror: linking kernel if_ti.o: In function `ti_rxeof': if_ti.o(.text+0x297b): undefined reference to `vlan_input_tag_p' if_ti.o(.text+0x29d2): undefined reference to `vlan_input_tag_p' if_em.o: In function `em_process_receive_interrupts': if_em.o(.text+0x2d0e): undefined reference to `vlan_input_tag_p' if_em.o(.text+0x2d31): undefined reference to `vlan_input_tag_p' *** Error code 1 Stop in /usr/src/sys/compile/Hssi. This is under FreeBSD 4.7-RELEASE. I also tried the "bge" driver for = kicks and it gives a similar error, but all the fast ethernet drivers I = tried compile just fine...