Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jan 2002 20:30:46 -0500
From:      Randall Hopper <aa8vb@nc.rr.com>
To:        Jordan Hubbard <jkh@winston.freebsd.org>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: OpenGL
Message-ID:  <20020105203046.A29015@nc.rr.com>
In-Reply-To: <44610.1010279224@winston.freebsd.org>; from jkh@winston.freebsd.org on Sat, Jan 05, 2002 at 05:07:04PM -0800
References:  <aa8vb@nc.rr.com> <44610.1010279224@winston.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jordan Hubbard:
 |Just to follow up to myself - I now know why the mga.ko module won't
 |load.  It's referencing non-existent agp_find_device() and
 |agp_get_info() functions.  I'll try adding a `device agp' to my kernel
 |config file and see if that gets properly dragged in.

That'll probably do it.  Here on an old 4.3-stable agp.ko defines it:

   > nm -Bo agp.ko | grep agp_find_device
   agp.ko:00003ab4 T agp_find_device
   > nm -Bo drm.ko | grep agp_find_device
   drm.ko:         U agp_find_device
   > nm -Bo mga.ko | grep agp_find_device
   mga.ko:         U agp_find_device

   > find /usr/src -name '*.c' | xargs grep '^agp_find_device'
   /usr/src/sys/pci/agp.c:agp_find_device()
   ^C

Nothing special in my rc.conf or loader.conf to pick up agp.ko, but I do
have "device agp" in my kernel config.

Randall

-- 
Randall Hopper
aa8vb@nc.rr.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message




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