linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geoffrey Lee <glee@gnupilgrims.org>
To: linux-kernel@vger.kernel.org
Cc: trivial@rustcorp.com.au
Subject: [PATCH]  fix undefined reference for sis drm.
Date: Thu, 6 Mar 2003 18:10:17 +0800	[thread overview]
Message-ID: <20030306101017.GA6479@anakin.wychk.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

Hi all,


This fixes a bug where where if sis fb is not set and sis drm is
selected then there will be undefined references to sis_malloc() and
sis_free().

What I've done is a sort of a bandaid because I don't have hardware
to fix and test. 


	-- G.
-- 
char p[] = "\xeb\x1f\x5e\x89\x76\x08\x31\xc0\x88\x46\x07\x89\x46\x0c\xb0\x0b"
  "\x89\xf3\x8d\x4e\x08\x8d\x56\x0c\xcd\x80\x31\xdb\x89\xd8\x40\xcd"
  "\x80\xe8\xdc\xff\xff\xff/bin/sh";



[-- Attachment #2: Config.in.patch --]
[-- Type: text/plain, Size: 529 bytes --]

--- linux-2.4.21/drivers/char/drm/Config.in.orig	Thu Mar  6 21:06:47 2003
+++ linux-2.4.21/drivers/char/drm/Config.in	Thu Mar  6 21:09:26 2003
@@ -13,4 +13,6 @@
 dep_mbool    '    Enabled XFree 4.1 ioctl interface by default' CONFIG_DRM_I810_XFREE_41 $CONFIG_DRM_I810
 dep_tristate '  Intel 830M' CONFIG_DRM_I830 $CONFIG_AGP
 dep_tristate '  Matrox g200/g400' CONFIG_DRM_MGA $CONFIG_AGP
-dep_tristate '  SiS' CONFIG_DRM_SIS $CONFIG_AGP
+if [ "$CONFIG_FB_SIS" = "y" ]; then
+   dep_tristate '  SiS' CONFIG_DRM_SIS $CONFIG_AGP
+fi

[-- Attachment #3: Configure.help.patch --]
[-- Type: text/plain, Size: 536 bytes --]

--- linux-2.4.21/Documentation/Configure.help.orig	Thu Mar  6 21:07:02 2003
+++ linux-2.4.21/Documentation/Configure.help	Thu Mar  6 21:08:26 2003
@@ -26277,6 +26277,9 @@
   Choose this option if you have a SIS graphics card. AGP support is
   required for this driver to work.
 
+  You will also be required to have support for SIS frame buffer as
+  it requires a few routines from it.
+
 Etrax Ethernet slave support (over lp0/1)
 CONFIG_ETRAX_ETHERNET_LPSLAVE
   This option enables a slave ETRAX 100 or ETRAX 100LX, connected to a

             reply	other threads:[~2003-03-06 10:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-06 10:10 Geoffrey Lee [this message]
2003-03-06 15:18 ` [PATCH] fix undefined reference for sis drm Alan Cox
2003-03-06 15:12   ` Geoffrey Lee

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=20030306101017.GA6479@anakin.wychk.org \
    --to=glee@gnupilgrims.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@rustcorp.com.au \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).