All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Rhine <rhine@rsn.hp.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] Re: reporting portability bugs (fwd)
Date: Thu, 12 Apr 2001 09:44:53 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005395@msgid-missing> (raw)

> 
> >>>>> On Thu, 12 Apr 2001 9:15:11 CDT, Scott Rhine <rhine@rsn.hp.com> said:
> 
>   Scott> How do I report low level scsi drivers (like aha1542 & eata
>   Scott> isa) that won't build for ia64?
> 
> In general, you could report them to linux-ia64@linuxia64.org.
> 
> However, IIRC, both aha1542 and eata are ISA bus drivers.  DIG64 does
> not support ISA and we'll never support those drivers on IA-64.
> 
> 	--david

we should ifdef the config so that these illegal options cannot be selected
for ia64.

Network device support is also a minefield.
The hp ethernet driver HP 10/100VG PCLAN 
	Western Digital WD80
	scsi driver AHA152X/2825
all build but cause load failure.  These should be disallowed as well.
I would have mailed the changes, but a more methodical testing needed to be done
to find all the guilty parties.  Some sort of grep for isa would probably 
do the trick for the first pass.

drivers/net/net.o: In function `hp100_start_xmit':
drivers/net/net.o(.text+0x18fe2): undefined reference to `isa_memcpy_toio'
drivers/net/net.o(.text+0x19011): undefined reference to `isa_memset_io'
drivers/net/net.o: In function `hp100_rx':
drivers/net/net.o(.text+0x196b2): undefined reference to `isa_readl'
drivers/net/net.o(.text+0x198d1): undefined reference to `isa_memcpy_fromio'
drivers/net/net.o: In function `wd_get_8390_hdr':
drivers/net/net.o(.text+0x1df62): undefined reference to `isa_readl'
drivers/net/net.o: In function `wd_block_input':
drivers/net/net.o(.text+0x1e022): undefined reference to `isa_memcpy_fromio'
drivers/net/net.o(.text+0x1e052): undefined reference to `isa_memcpy_fromio'
drivers/net/net.o(.text+0x1e072): undefined reference to `isa_eth_io_copy_and_sum'
drivers/net/net.o: In function `wd_block_output':
drivers/net/net.o(.text+0x1e232): undefined reference to `isa_memcpy_toio'
drivers/net/net.o(.text+0x1e282): undefined reference to `isa_memcpy_toio'
ld: final link failed: Bad value

------------
Lastly, the default .config file that comes on the ftp site allows 
simulator code only and I have a live box.  When will this change?


                 reply	other threads:[~2001-04-12  9:44 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=marc-linux-ia64-105590693005395@msgid-missing \
    --to=rhine@rsn.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 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.