From owner-freebsd-multimedia Sat Jan 5 17:30:27 2002 Delivered-To: freebsd-multimedia@freebsd.org Received: from mail5.nc.rr.com (fe5.southeast.rr.com [24.93.67.52]) by hub.freebsd.org (Postfix) with ESMTP id D598037B402 for ; Sat, 5 Jan 2002 17:30:23 -0800 (PST) Received: from stealth.cary.dummynet ([66.26.231.240]) by mail5.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sat, 5 Jan 2002 20:30:22 -0500 Received: (from rhh@localhost) by stealth.cary.dummynet (8.11.4/8.11.4) id g061Ulp32313; Sat, 5 Jan 2002 20:30:47 -0500 (EST) (envelope-from aa8vb@nc.rr.com) X-Authentication-Warning: stealth.cary.dummynet: rhh set sender to aa8vb@nc.rr.com using -f Date: Sat, 5 Jan 2002 20:30:46 -0500 From: Randall Hopper To: Jordan Hubbard Cc: freebsd-multimedia@FreeBSD.ORG Subject: Re: OpenGL Message-ID: <20020105203046.A29015@nc.rr.com> References: <44610.1010279224@winston.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <44610.1010279224@winston.freebsd.org>; from jkh@winston.freebsd.org on Sat, Jan 05, 2002 at 05:07:04PM -0800 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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