From: Martin Wilck <Martin.Wilck@fujitsu-siemens.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] AGP
Date: Wed, 08 Aug 2001 19:22:11 +0000 [thread overview]
Message-ID: <marc-linux-ia64-105590693006013@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590693006009@msgid-missing>
The following patch gets rid of the agpgart.o undefined symbol errors.
However, loading the module fails on Lion with -ENODEV (no surprise, since
there's no AGP slot). That means that the DRM modules for ATI cards
also cannot be loaded => no DRI on Lion except with Matrox (I think the
Matrox DRM driver does not require AGP to be loaded).
Martin
--- linux/drivers/char/agp/Makefile.old Wed Aug 8 14:52:25 2001
+++ linux/drivers/char/agp/Makefile Wed Aug 8 14:55:26 2001
@@ -5,7 +5,7 @@
O_TARGET := agp.o
-export-objs := agpgart_be.o
+export-objs := agpgart_be.o vmmap.o
list-multi := agpgart.o
agpgart-objs := agpgart_fe.o agpgart_be.o
next prev parent reply other threads:[~2001-08-08 19:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-08 9:55 [Linux-ia64] AGP Martin Wilck
2001-08-08 14:30 ` Bjorn Helgaas
2001-08-08 19:22 ` Martin Wilck [this message]
2001-08-14 5:58 ` Chris Ahna
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-linux-ia64-105590693006013@msgid-missing \
--to=martin.wilck@fujitsu-siemens.com \
--cc=linux-ia64@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.