public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michael Frank <mflt1@micrologica.com.hk>
To: "M.H.VanLeeuwen" <vanl@megsinet.net>
Cc: Adam Belay <ambx1@neo.rr.com>, linux-kernel@vger.kernel.org
Subject: Resolved: ISAPNP BUG: 2.4.65 ne2000 driver w. isapnp not working
Date: Wed, 26 Mar 2003 22:20:17 +0800	[thread overview]
Message-ID: <200303262220.17895.mflt1@micrologica.com.hk> (raw)
In-Reply-To: <3E81A494.FF16EBCF@megsinet.net>

Martin,

Thank you for getting the fix going and sending me this patch which I applid on 2.5.66.

The problem is resolved:

  .config: CONFIG_NE2000=m

  Tested:
    network start on boot: 		OK
    several network restart:		OK
    rmmod ne 8390; network start:	OK
    several network restart:		OK

I like also to thank Adam Belay for getting this fixed.


Best Regards
Michael

 

On Wednesday 26 March 2003 21:01, you wrote:
> Michael,
>
> Adam Belay has posted some PNP patches you may want to try for 2.5.66.
>
> One of them looks like it may help...I haven't tried.
>
> Martin
>
>
>
> diff -Nru a/drivers/pnp/manager.c b/drivers/pnp/manager.c
> --- a/drivers/pnp/manager.c Tue Mar 25 21:44:41 2003
> +++ b/drivers/pnp/manager.c Tue Mar 25 21:44:41 2003
> @@ -632,8 +632,7 @@
>          if (!dev)
>                  return -EINVAL;
>          if (dev->active) {
> - pnp_info("res: The PnP device '%s' is already active.", dev->dev.bus_id);
> - return -EBUSY;
> + return 0; /* the device is already active */
>          }
>          /* If this condition is true, advanced configuration failed, we
> need to get this device up and running * so we use the simple config engine
> which ignores cold conflicts, this of course may lead to new failures */ @@
> -698,8 +697,7 @@
>          if (!dev)
>                  return -EINVAL;
>          if (!dev->active) {
> - pnp_info("res: The PnP device '%s' is already disabled.",
> dev->dev.bus_id); - return -EINVAL;
> + return 0; /* the device is already disabled */
>          }
>          if (dev->status != PNP_READY){
>                  pnp_info("res: Disable failed becuase the PnP device '%s'
> is busy.", dev->dev.bus_id);


      parent reply	other threads:[~2003-03-26 14:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-23 16:26 ISAPNP BUG: 2.4.65 ne2000 driver w. isapnp not working M.H.VanLeeuwen
2003-03-23 17:57 ` Michael Frank
2003-03-23 18:41   ` M.H.VanLeeuwen
2003-03-23 18:24 ` Alan Cox
2003-03-23 19:26   ` M.H.VanLeeuwen
2003-03-23 20:40     ` Alan Cox
2003-03-24  0:24       ` Michael Frank
     [not found] ` <200303241203.01814.mflt1@micrologica.com.hk>
     [not found]   ` <3E81A494.FF16EBCF@megsinet.net>
2003-03-26 14:20     ` Michael Frank [this message]

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=200303262220.17895.mflt1@micrologica.com.hk \
    --to=mflt1@micrologica.com.hk \
    --cc=ambx1@neo.rr.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vanl@megsinet.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