9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Richard Miller <9fans@hamnavoe.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] pcmcia/cardbus rtl8139 support
Date: Tue, 27 Mar 2007 14:42:33 +0100	[thread overview]
Message-ID: <67ffad542e40c90cb6707cc954d43ce2@hamnavoe.com> (raw)
In-Reply-To: <82c890d00703270553o265995fdy9db5d572355f4025@mail.gmail.com>

> I can see this message on boot:
> 
> rtl8139: port 0x400 in use

Sometimes this message is misleading.  In rtl8139match, if the call to
rtl8139reset fails, the adapter isn't marked active but the port has
already been allocated.  That means rtl8139match can be called
again for the same adapter, and this time the ioalloc will fail.

It might be helpful to print an error message in rtl8139reset
so you can see that it failed.

-- Richard



  parent reply	other threads:[~2007-03-27 13:42 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-27 12:53 Gabriel Diaz
2007-03-27 13:03 ` Steve Simon
2007-03-27 14:17   ` Gabriel Diaz
2007-03-27 13:42 ` Richard Miller [this message]
2007-03-27 18:26   ` geoff
2007-03-28  8:26     ` Richard Miller
2007-03-28  8:54       ` Gabriel Diaz
2007-03-28 12:26         ` erik quanstrom
2007-03-29  8:58           ` Gabriel Diaz
2007-03-29 11:59             ` erik quanstrom
2007-03-29 12:17               ` Gabriel Diaz
2007-03-28 18:12       ` geoff

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=67ffad542e40c90cb6707cc954d43ce2@hamnavoe.com \
    --to=9fans@hamnavoe.com \
    --cc=9fans@cse.psu.edu \
    /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;
as well as URLs for NNTP newsgroup(s).