From: Paul Gortmaker <p_gortmaker@yahoo.com>
To: Paul <pstroud@bellsouth.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Mulitple 3c509 cards 2.4.x Kernel
Date: Fri, 10 Aug 2001 02:46:43 -0400 [thread overview]
Message-ID: <3B738353.26AB3B13@yahoo.com> (raw)
In-Reply-To: <3B6ADBA7.2FC0AE2A@bellsouth.net>
>
> I have a x86 server with multiple(2) 3c509 cards. When I build the 3c509
> driver
> into the kernel. It will only pick up a single card. The cards are
> NOT in pnp mode
> according to isapnp on boot. I have added:
>
> append = "ether=3,0x300,0,0,eth0 ether=10,0x280,0,0,eth1"
>
> to the lilo file and still only one card is detected. The io ports and
The 3c509 is an anomaly in comparison to other ISA cards, in that
you DONT want to specify I/O (or irq) values. 3Com used a scheme that
allows relatively safe ISA probes, and specifying an I/O base will
do nothing but interfere with that. (This is documented btw)
In your case, a simple
append = "ether=0,0,eth1"
should do the trick (assuming the ether= parsing is currently
functional... :)
Paul.
next prev parent reply other threads:[~2001-08-10 8:25 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-03 17:13 Mulitple 3c509 cards 2.4.x Kernel Paul
2001-08-03 17:46 ` William Park
2001-08-03 18:04 ` Matthias Andree
2001-08-10 6:46 ` Paul Gortmaker [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-08-03 21:26 Paul Stroud
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=3B738353.26AB3B13@yahoo.com \
--to=p_gortmaker@yahoo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pstroud@bellsouth.net \
/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