All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Martin J. Bligh" <Martin.Bligh@us.ibm.com>
To: Brian Gerst <bgerst@didntduck.org>
Cc: Adrian Bunk <bunk@fs.tum.de>, Dave Jones <davej@suse.de>,
	linux-kernel@vger.kernel.org
Subject: Re: 2.5.14-dj1: misc.o: undefined reference to `__io_virt_debug'
Date: Tue, 07 May 2002 17:12:21 -0700	[thread overview]
Message-ID: <285820000.1020816741@flay> (raw)
In-Reply-To: <3CD858AA.5050601@didntduck.org>


> -	outb_p(14, vidport);
> -	outb_p(0xff & (pos >> 9), vidport+1);
> -	outb_p(15, vidport);
> -	outb_p(0xff & (pos >> 1), vidport+1);
> +	outb_local(14, vidport); slow_down_io();
> +	outb_local(0xff & (pos >> 9), vidport+1); slow_down_io();
> +	outb_local(15, vidport); slow_down_io();
> +	outb_local(0xff & (pos >> 1), vidport+1); slow_down_io();

You converted the outb_p's to plain outb's. I'm not sure of the reasoning
behind why they were there, but I wasn't brave enough to remove that ;-)
See the patch I mailed out earlier, basically the same idea, but I created
outb_local_p and friends.

Actually, I screwed it up slightly, and put outb_p_local in one, and outb_local_p
in the other. oops.

M.




  reply	other threads:[~2002-05-07 23:15 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-07 18:36 2.5.14-dj1: misc.o: undefined reference to `__io_virt_debug' Adrian Bunk
2002-05-07 18:48 ` Adrian Bunk
2002-05-07 18:55 ` Dave Jones
2002-05-07 19:44   ` Adrian Bunk
2002-05-07 20:18     ` Dave Jones
2002-05-07 20:57       ` Dave Jones
2002-05-07 22:40     ` Martin J. Bligh
2002-05-07 21:48       ` Brian Gerst
2002-05-07 23:00         ` Martin J. Bligh
2002-05-07 22:43           ` Brian Gerst
2002-05-08  0:12             ` Martin J. Bligh [this message]
2002-05-07 21:50       ` Dave Jones
2002-05-07 23:42       ` Martin J. Bligh
2002-05-08  0:14         ` Martin J. Bligh
2002-06-16 11:19           ` Adrian Bunk
2002-06-23 14:45             ` Martin J. Bligh

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=285820000.1020816741@flay \
    --to=martin.bligh@us.ibm.com \
    --cc=bgerst@didntduck.org \
    --cc=bunk@fs.tum.de \
    --cc=davej@suse.de \
    --cc=linux-kernel@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.