All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Lau <netsnipe@users.sourceforge.net>
To: Simon Kelley <simon@thekelleys.org.uk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Atmel at76c50x PCMCIA 2.6.6 kernel panic
Date: Mon, 17 May 2004 01:02:48 +1000	[thread overview]
Message-ID: <20040516150248.GA19286@espresso> (raw)
In-Reply-To: <40A0E1CB.20209@thekelleys.org.uk>

[-- Attachment #1: Type: text/plain, Size: 2083 bytes --]

Thanks Simon,

The patch got it going again. One other problem I'd like to bring to
your attention is that your driver doesn't seem to be too APM-happy. If
I eject the PCMCIA card and attempt to (lid-)suspend my Thinkpad R40
immediately the system can enter a hard lockup. I have to wait about 10
seconds after ejection if I want to safely suspend.

Cheers,
Andrew "Netsnipe" Lau

On Tue, May 11, 2004 at 03:23:07PM +0100, Simon Kelley wrote:
> Andrew Lau wrote:
> >Hi Simon and co.,
> >
> >My Atmel AT76C502AR_D 802.11b PCMCIA card was previously working fine
> >under the 2.6.5 kernel via the atmel/atmel_cs modules. However, since
> >upgrading to 2.6.6 I now get a kernel panic whenever I insert my card
> >and hotplug (2004-03-29) attempts to upload the 0.7-1 version of Simon's
> >firmware <http://thekelleys.org.uk/atmel/>. I've provided as much
> >debugging information as I can below, so feel free to let me know if
> >I've missed out on anything.
> >
> >Thanks in advanced,
> >Andrew "Netsnipe" Lau
> >
> >PS: Please CC: me as I'm not on LKML.
> >
> 
> Sorry 'bout that: I believe that this is a casualty of ongoing 
> driver-model changes. I have the following patch which purports to work 
> around the problem. Please could you try i and let me know:
> 
> 
> Cheers,
> 
> Simon.
> 
> --- linux.orig/drivers/net/wireless/atmel_cs.c
> +++ linux/drivers/net/wireless/atmel_cs.c
> @@ -350,6 +350,9 @@ static struct {
> 
>  static struct device atmel_device = {
>          .bus_id    = "pcmcia",
> +	.kobj = {
> +		.k_name = "atmel_cs"
> +	}
>  };
> 
>  static void atmel_config(dev_link_t *link)
> 

-- 
---------------------------------------------------------------------------
	Andrew "Netsnipe" Lau	<http://www.cse.unsw.edu.au/~alau/>
 Debian GNU/Linux Maintainer & UNSW Computing Students' Society President
				     -
		  "Nobody expects the Debian Inquisition!
     Our two weapons are fear and surprise...and ruthless efficiency!"
---------------------------------------------------------------------------

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2004-05-16 15:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-11 13:41 Atmel at76c50x PCMCIA 2.6.6 kernel panic Andrew Lau
2004-05-12 11:06 ` Kiko Piris
     [not found] ` <40A0E1CB.20209@thekelleys.org.uk>
2004-05-16 15:02   ` Andrew Lau [this message]
2004-07-17  3:59   ` Andrew Lau
2004-07-17 12:46     ` Bob Tracy

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=20040516150248.GA19286@espresso \
    --to=netsnipe@users.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=simon@thekelleys.org.uk \
    /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.