From: Sven Blumenstein <bazik@gentoo.org>
To: sparclinux@vger.kernel.org
Subject: [PATCH] permedia2 fb driver in 2.6.4 & 2.6.5-rc1
Date: Tue, 16 Mar 2004 23:38:45 +0000 [thread overview]
Message-ID: <40579005.5030909@gentoo.org> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 513 bytes --]
Permedia 2 framebuffer driver fails to compile (on sparc64):
CC drivers/video/pm2fb.o
drivers/video/pm2fb.c: In function `set_aperture':
drivers/video/pm2fb.c:444: error: structure has no member named `depth'
make[2]: *** [drivers/video/pm2fb.o] Error 1
make[1]: *** [drivers/video] Error 2
make: *** [drivers] Error 2
Bloated patch to fix it attached ;)
--
.".
/V\ Sven "bazik" Blumenstein
// \\ Gentoo Linux SPARC Developer
/( )\ http://www.gentoo.org
^'~'^
[-- Attachment #1.2: pm2fb.patch --]
[-- Type: text/plain, Size: 437 bytes --]
--- drivers/video/pm2fb.c.org 2004-03-17 01:28:15.000000000 +0100
+++ drivers/video/pm2fb.c 2004-03-17 01:29:10.000000000 +0100
@@ -102,6 +102,7 @@
unsigned char* v_regs; /* virtual address of p_regs */
u32 memclock; /* memclock */
u32 video; /* video flags before blanking */
+ u32 depth; /* screen depth (8, 16, 24 or 32) */
};
/*
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
reply other threads:[~2004-03-16 23:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=40579005.5030909@gentoo.org \
--to=bazik@gentoo.org \
--cc=sparclinux@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.