From owner-freebsd-i386@FreeBSD.ORG Tue Nov 8 18:00:37 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFEE16A421 for ; Tue, 8 Nov 2005 18:00:37 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D66243D55 for ; Tue, 8 Nov 2005 18:00:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jA8I0Y5I066760 for ; Tue, 8 Nov 2005 18:00:34 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jA8I0Y3H066759; Tue, 8 Nov 2005 18:00:34 GMT (envelope-from gnats) Resent-Date: Tue, 8 Nov 2005 18:00:34 GMT Resent-Message-Id: <200511081800.jA8I0Y3H066759@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joachim Lüdke Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5506B16A420 for ; Tue, 8 Nov 2005 17:55:15 +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 0A63943D46 for ; Tue, 8 Nov 2005 17:55:15 +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 jA8HtEud003542 for ; Tue, 8 Nov 2005 17:55:14 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id jA8HtENW003541; Tue, 8 Nov 2005 17:55:14 GMT (envelope-from nobody) Message-Id: <200511081755.jA8HtENW003541@www.freebsd.org> Date: Tue, 8 Nov 2005 17:55:14 GMT From: Joachim Lüdke To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: i386/88678: error during compilation the kernel with "device tdfxdrm" X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Nov 2005 18:00:37 -0000 >Number: 88678 >Category: i386 >Synopsis: error during compilation the kernel with "device tdfxdrm" >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 08 18:00:33 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Joachim Lüdke >Release: FreeBSD 6.0-RELEASE >Organization: >Environment: joachim@pythagoras$ uname -a FreeBSD pythagoras.home 6.0-RELEASE FreeBSD 6.0-RELEASE #3: Sat Nov 5 18:41:47 CET 2005 root@pythagoras.home:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: Error-Message during the compilation of the Kernel with "device tdfxdrm" #------------------------------------------------------------------------ linking kernel tdfx_pci.o(.data+0xa0): undefined reference to `linux_ioctl_unregister_handler' tdfx_pci.o(.data+0xbc): undefined reference to `linux_ioctl_register_handler' *** Error code 1 Stop in /usr/obj/usr/src/sys/MYKERNEL. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. #--------------------------------------------------------------------------- Kernelparameters: #--------------------------------------------------------------------------- device vga # VGA video card driver device tdfx # Enable 3Dfx Voodoo support options TDFX_LINUX # Enable Linuxulator support # Direct Rendering modules for 3D acceleration. device drm # DRM core module required by DRM drivers device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee device splash # Splash screen and screen saver support device agp # support several AGP chipsets #---------------------------------------------------------------------------- >How-To-Repeat: Compile the kernel with this parameters: Kernelparameters: #--------------------------------------------------------------------------- device vga # VGA video card driver device tdfx # Enable 3Dfx Voodoo support options TDFX_LINUX # Enable Linuxulator support # Direct Rendering modules for 3D acceleration. device drm # DRM core module required by DRM drivers device tdfxdrm # 3dfx Voodoo 3/4/5 and Banshee device splash # Splash screen and screen saver support device agp # support several AGP chipsets #---------------------------------------------------------------------------- >Fix: >Release-Note: >Audit-Trail: >Unformatted: