Re: 3c509

Tom Sightler (ttsig@pmki.com)
Wed, 3 Feb 1999 13:56:45 -0500


Well,

I don't have a 3c529, but being familiar with MCA I took a quick glance at
the 3c529.c probing code and found that it doesn't even come close to doing
proper MCA style detection. I'll try to patch that up soon.

However, have you tried loading the module and specifying the io address as
follows:

modprobe 3c509 irq=10

This may force it to load only for the card on IRQ 10 and skip the autoprobe
looping. The autoprobing for MCA would appear to be broken, the ISA code
sets a flag in each card that is found, the MCA probing skips this step and
I don't see any way for it to mark a card as previously detected, which is
why it keeps looping the detection and finally dies.

This driver really needs to do proper MCA detection using the
mca_find_unused_adapter and mca_mark_as_used routines to detect multiple
cards. If no one else volunteers another solution I'll try to make a patch
tonight.

----- Original Message -----
From: urbani <urbani@venus.unive.it>
To: <linux-kernel@vger.rutgers.edu>
Sent: Wednesday, February 03, 1999 11:39 AM
Subject: 3c509

>3c509 not work as module in my PS/2 8595 Machine, kernel 2.2.1.
>Is it working to someone?
>thank you Marino.
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/