Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2005 17:55:14 GMT
From:      Joachim Lüdke <magjo64@yahoo.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/88678: error during compilation the kernel with "device tdfxdrm"
Message-ID:  <200511081755.jA8HtENW003541@www.freebsd.org>
Resent-Message-ID: <200511081800.jA8I0Y3H066759@freefall.freebsd.org>

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

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



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