From: Bjorn Helgaas <bjorn.helgaas@hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH 2.6.12 1/1] pcdp: add PCDP pci interface support
Date: Mon, 25 Apr 2005 15:26:06 +0000 [thread overview]
Message-ID: <200504250926.07022.bjorn.helgaas@hp.com> (raw)
In-Reply-To: <20050421202619.31042.93421.39277@attica.americas.sgi.com>
On Saturday 23 April 2005 12:00 pm, Mark Maule wrote:
> Resend with changes per Bjorn Helgaas comments. Changes from original:
>
> + Change globals to vga_console_iobase/vga_console_membase.
> + Address style-related comments.
This looks good to me, except that I think we should remove the
EFI_PCDP references below. The idea of supporting multiple VGA
devices is completely orthogonal to the PCDP.
> +#ifdef CONFIG_EFI_PCDP
> +unsigned long vga_console_iobase;
> +unsigned long vga_console_membase;
> +#endif
> - * videoram directly without any black magic.
> + * videoram directly without any black magic. If we're in a PCDP
> + * environment, add in the vga mmio offset supplied by the table.
> */
>
> +#if defined(CONFIG_EFI_PCDP)
> +extern unsigned long vga_console_iobase;
> +extern unsigned long vga_console_membase;
> +
> +#define VGA_MAP_MEM(x) ((unsigned long) ioremap(vga_console_membase + (x), 0))
> +#else
> #define VGA_MAP_MEM(x) ((unsigned long) ioremap((x), 0))
> +#endif
next prev parent reply other threads:[~2005-04-25 15:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-21 20:26 [PATCH 2.6.12 1/1] pcdp: add PCDP pci interface support Mark Maule
2005-04-21 21:41 ` Bjorn Helgaas
2005-04-21 22:05 ` Mark Maule
2005-04-23 18:00 ` Mark Maule
2005-04-25 15:26 ` Bjorn Helgaas [this message]
2005-04-25 15:34 ` Mark Maule
2005-04-25 16:01 ` Bjorn Helgaas
2005-04-25 20:51 ` Mark Maule
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=200504250926.07022.bjorn.helgaas@hp.com \
--to=bjorn.helgaas@hp.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox